Linux build issue

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Prince09

Re: Linux build issue

Post by Prince09 »

beats me why it fails! ... Well, I don't really know the reason. I use Ubuntu Hardy Heron with gcc 4.2.3 ... This is the configure command I used (after installing the packages for JPEG, TIFF and PNG). A lot of this is really customized for my use of ImageMagick and u may not need it ...

./configure --enable-shared=yes --disable-static –-without-perl --with-freetype –with-gs-font-dir=/usr/share/fonts/type1/gsfonts LDFLAGS=’-L/usr/local/lib –Wl,-rpath,/usr/local/lib’ > config.result
Post Reply