Build Imagemagick for Aix
Posted: 2007-03-09T04:34:23-07:00
I need to run convert with tiff enabled.
The current available binaries for AIX are --without-tiff so I decided to build myself.
This is my first configure:
./configure --build=powerpc-ibm-aix5.1.0.0
CC=/QOpenSys/gcc40/usr/local/bin/gcc
CXX=/QOpenSys/gcc40/usr/local/bin/g++
--without-perl --enable-static --disable-shared --without-threads
--disable-dependency-tracking
Configure did run OK.
But with X11 enabled, "gmake" crashed with:
magick/xwindow.c:85:33: error: X11/extensions/XShm.h: No such file or directory
magick/xwindow.c:88:34: error: X11/extensions/shape.h: No such file or directory
I configured again --without-x and now "gmake" crashes with:
/QOpenSys/gcc40/usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I. -I. -I./Magick++/lib -g -O2 -Wall -c -o
utilities/animate.o utilities/animate.c
/bin/sh ./libtool --silent --tag=CC --mode=link
/QOpenSys/gcc40/usr/local/bin/gcc -g -O2 -Wall -o utilities/animate utilities/animate.o magick/libMagick.la
ld: 0711-317 ERROR: Undefined symbol: .XGetAnnotateInfo
ld: 0711-317 ERROR: Undefined symbol: .XFreeFont
ld: 0711-317 ERROR: Undefined symbol: .XBestFont
ld: 0711-317 ERROR: Undefined symbol: .XTextWidth
....etc.etc.
ld: 0711-317 ERROR: Undefined symbol: .XDestroyWindowColors
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
gmake[1]: *** [utilities/animate] Error 1
gmake[1]: Leaving directory `/QOpenSys/ImageMagick-6.2.3'
gmake: *** [all] Error 2
Please HELP !!
Ps. As alternative, Is there someone that can give me AIX binaries WITH TIFF enabled ?
Thanks.
Giuseppe.
The current available binaries for AIX are --without-tiff so I decided to build myself.
This is my first configure:
./configure --build=powerpc-ibm-aix5.1.0.0
CC=/QOpenSys/gcc40/usr/local/bin/gcc
CXX=/QOpenSys/gcc40/usr/local/bin/g++
--without-perl --enable-static --disable-shared --without-threads
--disable-dependency-tracking
Configure did run OK.
But with X11 enabled, "gmake" crashed with:
magick/xwindow.c:85:33: error: X11/extensions/XShm.h: No such file or directory
magick/xwindow.c:88:34: error: X11/extensions/shape.h: No such file or directory
I configured again --without-x and now "gmake" crashes with:
/QOpenSys/gcc40/usr/local/bin/gcc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I. -I. -I./Magick++/lib -g -O2 -Wall -c -o
utilities/animate.o utilities/animate.c
/bin/sh ./libtool --silent --tag=CC --mode=link
/QOpenSys/gcc40/usr/local/bin/gcc -g -O2 -Wall -o utilities/animate utilities/animate.o magick/libMagick.la
ld: 0711-317 ERROR: Undefined symbol: .XGetAnnotateInfo
ld: 0711-317 ERROR: Undefined symbol: .XFreeFont
ld: 0711-317 ERROR: Undefined symbol: .XBestFont
ld: 0711-317 ERROR: Undefined symbol: .XTextWidth
....etc.etc.
ld: 0711-317 ERROR: Undefined symbol: .XDestroyWindowColors
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
gmake[1]: *** [utilities/animate] Error 1
gmake[1]: Leaving directory `/QOpenSys/ImageMagick-6.2.3'
gmake: *** [all] Error 2
Please HELP !!
Ps. As alternative, Is there someone that can give me AIX binaries WITH TIFF enabled ?
Thanks.
Giuseppe.