Compiling on AIX 5.3 II
Posted: 2006-07-12T12:25:07-07:00
The configure utility returned the following:
Delegate Configuration:
BZLIB --with-bzlib=yes yes
DPS --with-dps=yes no
FlashPIX --with-fpx=no no
FontConfig --with-fontconfig=yes no
FreeType --with-freetype=yes no (failed tests)
GhostPCL None pcl6 (unknown)
Ghostscript None gs (8.50)
Ghostscript fonts --with-gs-font-dir=default /usr/local/share/ghostscript/fonts/
Ghostscript lib --with-gslib=yes no (failed tests)
Graphviz --with-gvc=yes no
JBIG --with-jbig=yes no (failed tests)
JPEG v1 --with-jpeg=yes yes
JPEG-2000 --with-jp2=yes no
LCMS --with-lcms=yes no (failed tests)
Magick++ --with-magick-plus-plus=yes no (failed tests)
PERL --with-perl=yes /bin/perl
PNG --with-png=yes yes
RSVG --with-rsvg=yes no
TIFF --with-tiff=yes yes
Windows fonts --with-windows-font-dir= none
WMF --with-wmf=yes no
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes
X11 Configuration:
X_CFLAGS =
X_PRE_LIBS = -lSM -lICE
X_LIBS =
X_EXTRA_LIBS =
Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 6.2.8
CC = gcc
CFLAGS = -g -O2 -Wall
CPPFLAGS = -I/usr/local/include
PCFLAGS =
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -L/usr/local/lib -L/usr/local/lib
LIBS = -lMagick -ltiff -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm
CXX = g++
CXXFLAGS = -g -O2
It seems that 'configure' does not see lcms and jbig, although they exist on the system. Any ideas what I am doing wrong?
What is the Ghostscript library, which is missing too? I have Ghostscript 8.50 on this system. But, there is no library. There is a lib directory under 'share', which contains PS files.
Delegate Configuration:
BZLIB --with-bzlib=yes yes
DPS --with-dps=yes no
FlashPIX --with-fpx=no no
FontConfig --with-fontconfig=yes no
FreeType --with-freetype=yes no (failed tests)
GhostPCL None pcl6 (unknown)
Ghostscript None gs (8.50)
Ghostscript fonts --with-gs-font-dir=default /usr/local/share/ghostscript/fonts/
Ghostscript lib --with-gslib=yes no (failed tests)
Graphviz --with-gvc=yes no
JBIG --with-jbig=yes no (failed tests)
JPEG v1 --with-jpeg=yes yes
JPEG-2000 --with-jp2=yes no
LCMS --with-lcms=yes no (failed tests)
Magick++ --with-magick-plus-plus=yes no (failed tests)
PERL --with-perl=yes /bin/perl
PNG --with-png=yes yes
RSVG --with-rsvg=yes no
TIFF --with-tiff=yes yes
Windows fonts --with-windows-font-dir= none
WMF --with-wmf=yes no
X11 --with-x= yes
XML --with-xml=yes yes
ZLIB --with-zlib=yes yes
X11 Configuration:
X_CFLAGS =
X_PRE_LIBS = -lSM -lICE
X_LIBS =
X_EXTRA_LIBS =
Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 6.2.8
CC = gcc
CFLAGS = -g -O2 -Wall
CPPFLAGS = -I/usr/local/include
PCFLAGS =
DEFS = -DHAVE_CONFIG_H
LDFLAGS = -L/usr/local/lib -L/usr/local/lib
LIBS = -lMagick -ltiff -ljpeg -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm
CXX = g++
CXXFLAGS = -g -O2
It seems that 'configure' does not see lcms and jbig, although they exist on the system. Any ideas what I am doing wrong?
What is the Ghostscript library, which is missing too? I have Ghostscript 8.50 on this system. But, there is no library. There is a lib directory under 'share', which contains PS files.