Rebecca Bendick wrote: > g++-3.3 -dynamiclib -o .libs/libgmpxx.3.0.5.dylib .libs/dummy.o > cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o > cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o cxx/.libs/osmpf.o > cxx/.libs/osmpq.o cxx/.libs/osmpz.o > -L/usr/local/gcc_3.4.5/powerpc-apple-darwin8.4.0/libstdc++-v3/src/.libs > -L/usr/local/gcc_3.4.5/powerpc-apple-darwin8.4.0/libstdc++-v3/src > -L/sw/lib ./.libs/libgmp.dylib -L/usr/lib/gcc/darwin/3.3 > -L/usr/lib/gcc/darwin -L/usr/libexec/gcc/darwin/ppc/3.3/../../.. > /usr/local/lib/libstdc++.dylib -lSystem -lc -install_name > /sw/lib/libgmpxx.3.dylib -compatibility_version 4 -current_version 4.5 > g++-3.3: /usr/local/lib/libstdc++.dylib: No such file or directory
Looks like you have (or had) a custom libstdc++ in /usr/local. Chances are other things were infected by this bad file as well. http://fink.sourceforge.net/faq/comp-general.php#usr-local-libs -- Benjamin Reed a.k.a. Ranger Rick http://ranger.befunk.com/ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
