site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909) Hi there, -- Martin _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... wob wrote: I got the following error when i tried to compile a C++ program (OS X 10.3.9, PowerPC): ld: /usr/lib/gcc/darwin/3.3/libgcc.a(_fixunssfdi.o) illegal reference to symbol: ___cmpdi2 defined in indirectly referenced dynamic library /usr/local/lib/libgcc_s.1.dylib Without seeing more details, the only thing one can see from this output is that you seem to be mixing different compilers, which is always a dangerous thing to do. Some of the objects that you are linking now have been compiled using (at least parts of) a compiler that lives in /usr/local, not the Apple gcc-3.3 that you are using now. This email sent to site_archiver@lists.apple.com
participants (1)
-
Martin Costabel