[EMAIL PROTECTED] wrote: [] > I did a find on my root tree for this file and got the following: > sh-3.2# find . -name "libgcc_s.10.5.dylib" -print > ./Developer/SDKs/MacOSX10.3.9.sdk/usr/lib/libgcc_s.10.5.dylib > ./Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libgcc_s.10.5.dylib > ./Developer/SDKs/MacOSX10.5.sdk/usr/lib/libgcc_s.10.5.dylib > > Now, should I delete the other versions or is there a path or include I > need to setup for fink installer to see it?
You are missing /usr/lib/libgcc_s.10.5.dylib which should have been isntalled by the package DevSDKLeo.pkg from Xcode-3.0. Reinstall that package. -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
