|
|

楼主 |
发表于 2005-3-15 21:31:20
|
显示全部楼层
- .......
- Delegate Configuration:
- BZLIB --with-bzlib=yes yes
- DPS --with-dps=yes yes
- EXIF --with-exif=yes no
- FlashPIX --with-fpx=yes no
- FreeType 2.0 --with-ttf=yes yes
- Ghostscript None gs (unknown)
- Ghostscript fonts --with-gs-font-dir=default none
- Ghostscript lib --with-gslib=no no
- JBIG --with-jbig=yes no
- JPEG v1 --with-jpeg=yes no (failed tests)
- JPEG-2000 --with-jp2=yes no
- LCMS --with-lcms=yes no
- Magick++ --with-magick-plus-plus=yes yes
- PERL --with-perl=yes /usr/bin/perl
- PNG --with-png=yes yes
- TIFF --with-tiff=yes no
- Windows fonts --with-windows-font-dir= none
- WMF --with-wmf=yes no
- X11 --with-x= yes
- XML --with-xml=yes no
- ZLIB --with-zlib=yes yes
- X11 Configuration:
- X_CFLAGS = -I/usr/X11R6/include
- X_PRE_LIBS = -lSM -lICE
- X_LIBS = -L/usr/X11R6/lib
- X_EXTRA_LIBS =
- Options used to compile and link:
- CC = gcc
- CFLAGS = -march=pentium3 -mtune=pentium3 -O3 -pipe -fomit-frame-pointer -Wall
- CPPFLAGS = -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/local/jpeg/include -I/usr/local/freeglut/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6/include/X11
- CXX = g++
- CXXFLAGS = -march=pentium3 -mtune=pentium3 -O3 -pipe -fomit-frame-pointer
- LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype -lz
- LIBS = -lfreetype -lpng -ldpstk -ldps -lXext -lSM -lICE -lX11 -lbz2 -lz -lpthread -lm
- .....
复制代码
这是我运行 ./configure --prefix=/usr/local/ImageMagick 的结果。其实,我tiff也装了。可是test jpeg 和 tiff都失败。 |
|