Re: [Fink-users] gd2-2.0.33-3

2006-10-26 Thread Alexander Hansen
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=lnkkid=120709bid=263057dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gd2-2.0.33-3

2006-10-26 Thread Robert T Wyatt
Alexander Hansen wrote:
 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.
 

Yes, it was an erase and install due to bad juju on the machine (it 
wouldn't get past the gray screen on start up with its old 10.3.9 
system). (As an aside: does anyone know of a reliable memory tester?)

However, I went and installed some binaries from the apple site (crazy 
things like OOo and DarwinPorts).

Issuing sudo mv /usr/local /usr/local.moved fixed the problem and gd2 
is now built and installed.

Thanks!
Robert

-
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=lnkkid=120709bid=263057dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users