On 10/26/06, Robert T Wyatt <[EMAIL PROTECTED]> wrote: > On a freshly installed MacOS 10.4.8 on a dual G5 machine, I get the > following error. It's possible that I've installed something that is > causing this so I'd like some advice about where to look. Thanks, Robert > > gcc -r -keep_private_externs -nostdlib -o > .libs/libgd.2.0.0.dylib-master.o 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 && gcc > -dynamiclib -flat_namespace -undefined suppress -o > .libs/libgd.2.0.0.dylib .libs/libgd.2.0.0.dylib-master.o > -L/usr/X11R6/lib -L/sw/lib /sw/lib/libiconv.dylib -lXpm -lX11 > /sw/lib/libjpeg.dylib -lfontconfig /usr/local/lib/libfreetype.dylib > /sw/lib/libpng12.dylib -lz -lc -install_name /sw/lib/libgd.2.dylib > -compatibility_version 3 -current_version 3.0 > powerpc-apple-darwin8-gcc-4.0.1: /usr/local/lib/libfreetype.dylib: No > such file or directory
Freshly installed? Was it a clean install? If not then I think the problem is that you built some Fink package that linked /usr/local/lib/libfreetype.dylib, and that your OS upgrade clobbered /usr/local (I don't remember if it does that or not, though), unless you did it yourself. Anyway, try using "otool -L" on the files in /sw/lib to find it. -- Alexander K. Hansen Fink Documenter (still) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
