Building with flag --without-x still uses the X11 libs

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?".
Post Reply
vtagle-qsi
Posts: 12
Joined: 2008-09-05T16:30:03-07:00

Building with flag --without-x still uses the X11 libs

Post by vtagle-qsi »

Hello,

I'm trying to build a portable version of ImageMagic using the instructions from this thread:

viewtopic.php?f=6&t=11881&p=38719

However, I don't want to use the X11 libraries but when I use the flag --without-x, -L/usr/X11/lib and -L/usr/X11/lib appear in LDFLAGS and MAGICK_LDFLAGS, respectively, and when it gets to the animate utility, the whole build stops with an error. Am I doing this right? I would figure that the --without-x flag would keep those library paths from being added and the X11 utilities from being built. This is what my call to configure looks like:

./configure --disable-shared --disable-installed --without-x

This is also with the latest sources downloaded from ftp://ftp.imagemagick.org/pub/ImageMagi ... ick.tar.gz

[Edit] Whoops, I forgot to mention that this is under Mac OSX.
Post Reply