Hi, i am getting close now :-) (Long text with a QUESTION AT THE BOTTOM :-))
For the statistics that i might help somebody in the future here is what i did so far... I added the following lines in the /etc/apt/sources.list file: deb http://packages.dotdeb.org stable all deb-src http://packages.dotdeb.org stable all deb http://non-us.debian.org/debian-non-US stable/non-US main deb http://http.us.debian.org/debian stable main Then i did: #apt-get install gsfonts #apt-get install libperl-dev #apt-get install libjpeg-dev #apt-get install libfreetype6-dev I downloaded and installed the package zlib-1.2.3.tar.gz (When unpacking this file, rename the dir to zlib (mv zlib-1.2.3 zlib) Then i downloaded and installed libpng-1.2.12.tar.tar (When unpacking this file rename the dir to libpng (mv libpng-1.2.12 libpng) The zlib directory and libpng directory should be 'next' to eachother like: <somedir1> <libpng> <somedir1> <zlib> When i now do a ./configure i get the following result: Host system type : i686-pc-linux-gnu Option Value ------------------------------------------------------------------------ - Shared libraries --enable-shared=yes yes Static libraries --enable-static=yes yes Module support --with-modules=yes yes GNU ld --with-gnu-ld=yes yes Quantum depth --with-quantum-depth=16 16 Delegate Configuration: BZLIB --with-bzlib=yes no DPS --with-dps=yes no FlashPIX --with-fpx=no no FontConfig --with-fontconfig=no no FreeType --with-freetype=yes yes GhostPCL None pcl6 (unknown) Ghostscript None gs (8.01) Ghostscript fonts --with-gs-font-dir=default /usr/share/ghostscript/fonts/ Ghostscript lib --with-gslib=yes no Graphviz --with-gvc=yes no JBIG --with-jbig=yes no JPEG v1 --with-jpeg=yes yes 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 RSVG --with-rsvg=no no TIFF --with-tiff=yes yes Windows fonts --with-windows-font-dir= none WMF --with-wmf=yes no X11 --with-x= no XML --with-xml=yes no ZLIB --with-zlib=yes yes X11 Configuration: Not using X11. Options used to compile and link: PREFIX = /usr/local EXEC-PREFIX = /usr/local VERSION = 6.3.0 CC = gcc CFLAGS = -g -O2 -Wall -W -pthread CPPFLAGS = -I/usr/local/include PCFLAGS = DEFS = -DHAVE_CONFIG_H LDFLAGS = -L/usr/local/lib -lfreetype -lz LIBS = -lMagick -ltiff -lfreetype -ljpeg -lz -lpthread -lm -lpthread CXX = g++ CXXFLAGS = -g -O2 -Wall -W -pthread QUESTION: Are the above settings enough to properly run and compile IM? As i am missing BZLIB, DPS, X11, XML and ZLIB... Regards, Marcel _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
