[MINC-users] build almost everything minc Makefile and git repository for EZminc

Andrew Janke a.janke at gmail.com
Thu Apr 7 03:09:59 EDT 2011


> Okay, I tried that, but I still get this message:
>
> <unimportant tmpdir thing>
> /usr/local/minc/src/bicpl-1.4.6/Images/rgb_io_ppm.c:98: undefined reference to `ppm_allocrow'
> /usr/local/minc/lib/libbicpl.a(rgb_io.o): In function `input_rgb_file':
> /usr/local/minc/src/bicpl-1.4.6/Images/rgb_io_ppm.c:31: undefined reference to `ppm_allocrow'
> collect2: ld returned 1 exit status

ah, ppm_allocrow, did you link bicpl with ppm or netpbm?

I am not sure which platform you are compiling this on but on some
architectures you have to link with:

   -lpgm -lpbm


a


More information about the MINC-users mailing list