Steffen Schmidt wrote: [] [] > 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…)
I think the only explanation for this error message is that there is some other *.la file related to one of the other libs on the linker line that mentions explicitly /usr/lib/libiconv.la. Now where such an *.la file could come from is a mystery itself, because it would look like it invented a non-existent file. Unless, of course, you have leftovers in /sw64 from a previous Fink installation on 10.5, or you have stuff in /usr/local/lib that you picked up from the street. -- Martin ------------------------------------------------------------------------------ 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
