./configure Command Line Help
Posted: 2012-09-08T15:09:26-07:00
I'm installing ImageMagick-6.7.9-3 and supporting delegates into directory "/ImageMagick" due to possible conflicts in the standard "/usr/local" directory.
When I install with:
./configure --prefix=/ImageMagick
My png and tiff delegate libs aren't found.
When I install with:
./configure --prefix=/ImageMagick --x-includes=/ImageMagick/include --x-libraries=/ImageMagick/lib
My X11 lib is not found.
What would the proper ./configure command line be to link all libraries? Any help would be highly appreciated!!!
When I install with:
./configure --prefix=/ImageMagick
My png and tiff delegate libs aren't found.
When I install with:
./configure --prefix=/ImageMagick --x-includes=/ImageMagick/include --x-libraries=/ImageMagick/lib
My X11 lib is not found.
What would the proper ./configure command line be to link all libraries? Any help would be highly appreciated!!!