Re: cannot link against libMagick
David Liontooth <[email protected]>
| Newsgroups | gmane.comp.video.transcode.devel |
|---|---|
| Message-ID | <[email protected]> |
Francesco Romani wrote: > On Fri, 2008-03-21 at 09:15 -0700, David Liontooth wrote: > [...] > >> Suggestions? >> > > We must figure out what gone wrong: please send here the config.log > found on the transcode source directory (produced by configure script > to report errors). > Ciao Francesco -- Here's the part that looks relevant: configure:38280: checking whether imagemagick support is requested configure:38295: result: yes configure:38335: checking for pkgconfig support for imagemagick configure:38342: result: yes configure:38354: checking for Wand-config configure:38385: result: /opt/local/bin/Wand-config configure:38399: checking how to determine IMAGEMAGICK_CFLAGS configure:38408: result: pkg-config configure:38453: checking magick/api.h usability configure:38470: /usr/bin/gcc-4.0 -c -O2 -no-cpp-precomp -D_INTL_REDIRECT_MACROS -I/opt/local/include -I/opt/local/include/ImageMagick conftest.c >&5 configure:38476: $? = 0 configure:38490: result: yes configure:38494: checking magick/api.h presence configure:38509: /usr/bin/cpp-4.0 -I/opt/local/include -I/opt/local/include/ImageMagick conftest.c configure:38515: $? = 0 configure:38529: result: yes configure:38557: checking for magick/api.h configure:38564: result: yes configure:38596: checking how to determine IMAGEMAGICK_LIBS configure:38605: result: pkg-config configure:38645: checking for InitializeMagick in -lMagick configure:38680: /usr/bin/gcc-4.0 -o conftest -O2 -no-cpp-precomp -D_INTL_REDIRECT_MACROS -I/opt/local/include -L/opt/local/lib -L/opt/local/lib conftest.c -lMagick -lz -lm -lMagickWand -lMagickCore -lm -lz -ldl >&5 ld: library not found for -lMagick collect2: ld returned 1 exit status Is this enough, or would you like the whole file? cheers, Dave