Hey,sorry for mixing two issues (ccp4 & gd2) in one email – so here's the description of my problem compiling gd2 on a 10.6 / fink configured 64bit only - xcode xcode3210a432 is installed:
So this is what I did: > . /sw64/bin/init.sh > fink rebuild gd2 …./configure --prefix=/sw64 --with-freetype=/sw64/lib/freetype219 -- with-fontconfig=/sw64/lib/fontconfig2 --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --disable-dependency-tracking
… checking for iconv... yes checking how to link with libiconv... /sw64/lib/libiconv.dylib checking for iconv declaration...extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking whether iconv.h defines iconv_t... yes(ok, this looks good / finks' libiconv libiconv-bin libiconv-dev are installed)
… make …running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/sw64 -- with-freetype=/sw64/lib/freetype219 --with-fontconfig=/sw64/lib/ fontconfig2 --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/ lib --disable-dependency-tracking LDFLAGS=-L/sw64/lib/fontconfig2/lib - L/sw64/lib CPPFLAGS=-I/sw64/lib/fontconfig2/include -I/sw64/include -- no-create --no-recursion
… checking for iconv... yes checking how to link with libiconv... /sw64/lib/libiconv.dylib checking for iconv declaration...extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking whether iconv.h defines iconv_t... yes …gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw64/include/freetype2 -I/sw64/ include -I/sw64/lib/freetype219/include -I/sw64/lib/fontconfig2/ include -I/sw64/include -I/usr/X11R6/include -I/sw64/lib/fontconfig2/ include -g -O2 -c wbmp.c -o wbmp.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -L/sw64/lib -Wl,- framework,CoreServices -Wl,-framework,ApplicationServices -L/sw64/lib -L/sw64/lib/fontconfig2/lib -L/sw64/lib -L/usr/X11R6/lib -L/sw64/lib/ fontconfig2/lib -o libgd.la -rpath /sw64/lib -version-info 2:0:0 gd.lo gdfx.lo gd_security.lo gd_gd.lo gd_gd2.lo gd_io.lo gd_io_dp.lo gd_gif_in.lo gd_gif_out.lo gd_io_file.lo gd_io_ss.lo gd_jpeg.lo gd_png.lo gd_ss.lo gd_topal.lo gd_wbmp.lo gdcache.lo gdfontg.lo gdfontl.lo gdfontmb.lo gdfonts.lo gdfontt.lo gdft.lo gdhelpers.lo gdkanji.lo gdtables.lo gdxpm.lo wbmp.lo -L/sw64/lib -liconv -R/sw64/ lib -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 -lz
grep: /usr/lib/libiconv.la: No such file or directory sed: /usr/lib/libiconv.la: No such file or directory libtool: link: `/usr/lib/libiconv.la' is not a valid libtool archive(hmm, why does fink try to find the file in /usr/lib ? - linking / sw64/lib/libiconv.la to /usr/lib/libiconv.la fixes it…)
Steffen
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
