Dependencies not found (OS X)
Posted: 2010-01-07T08:51:33-07:00
Hi,
When I compile ImageMagick (6.5.8-8) on my Mac without specifying a specific prefix it finds all my dependencies. But when I specify a different prefix it only finds PNG and FreeType... I compiled every dependency like below.
And I compiled ImageMagick with
With the hope of having a static library of ImageMagick including tiff, jpeg, png, freetype, jasper and ghostscript.
This all works fine when compiling it to the normal location but not when I set a prefix.
What can I do about it? Do I need additional LDFLAGS or CFLAGS or something like that?
Note that it doesn't give me an error, after ./configure I just see that the dependencies aren't found.
Thanks in advance
When I compile ImageMagick (6.5.8-8) on my Mac without specifying a specific prefix it finds all my dependencies. But when I specify a different prefix it only finds PNG and FreeType... I compiled every dependency like below.
Code: Select all
./configure --enable-static --disable-shared prefix="/prefix/"
Code: Select all
../configure --enable-static --disable-shared --without-perl --without-magick-plus-plus --disable-installed --disable-dependency-tracking --without-frozenpaths prefix="/prefix/"
This all works fine when compiling it to the normal location but not when I set a prefix.
What can I do about it? Do I need additional LDFLAGS or CFLAGS or something like that?
Note that it doesn't give me an error, after ./configure I just see that the dependencies aren't found.
Thanks in advance