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
?

Thanks.
Giuseppe.
-- 
View this message in context: 
http://www.nabble.com/Build-Imagemagick-for-Aix-tf3374978.html#a9392146
Sent from the Magick-developers mailing list archive at Nabble.com.

_______________________________________________
Magick-developers mailing list
Magick-developers@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-developers

Reply via email to