site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com David, I think I have solved the problem. I thought the use of only -fno-common in gmp to compile shared libs looked suspect. Sure enough if I compile gmp 4.2 with... ./configure --enable-cxx CC='gcc -fPIC' CXX='g++ -fPIC' ...the resulting build fully passes make check on the G5. I don't believe that -fno-common provides PIC code in the same fashion as -fPIC. Googling those flags show a lot of code using both -fPIC and -fno-common in the compiles. Jack _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
howarth@bromo.msbb.uc.edu