Re: prebinding warnings from ld on one system and not another
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Do you have LD_PREBIND set in your environment, or as a make variable? Shantonu On Sep 14, 2004, at 2:03 AM, jmzorko@mac.com wrote: Hello, all ... Regards, John Falling You - exploring the beauty of voice and sound New album, "Touch", available now http://www.magnatune.com/artists/falling_you _______________________________________________ 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/ssen%40opendarwin.org _______________________________________________ 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... Did you copy and paste that message? It should have said "ld: warning prebinding disabled", not "not disabled" I am compiling the same source on my dual-1.25ghz G4 as well as my 1.33ghz 12" PowerBook. Both systems are running 10.3.5 with the devtools, yet the dual G4 gives me the following warnings from ld: g++ -Wall -Wpointer-arith -Wno-long-double -pipe -I/Users/jmzorko/ace_daily_build/ACE_wrappers -DACE_NDEBUG -DACE_USE_RCSID=0 -DACE_HAS_EXCEPTIONS -D__ACE_INLINE__ -I../../../.. -c -o .obj/broadcast_client_test.o broadcast_client_test.cpp g++ -Wall -Wpointer-arith -Wno-long-double -pipe -I/Users/jmzorko/ace_daily_build/ACE_wrappers -DACE_NDEBUG -DACE_USE_RCSID=0 -DACE_HAS_EXCEPTIONS -D__ACE_INLINE__ -I../../../.. -flat_namespace -undefined warning -L/Users/jmzorko/ace_daily_build/ACE_wrappers/ace -L./ -L../../../../lib -o remote_broadcast_test .obj/broadcast_client_test.o -lACE -lcc_dynamic -lstdc++ -lSystem ld: warning prebinding not disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of remote_broadcast_test overlaps with __TEXT segment (address = 0x0 size = 0x1c1000) of libACE.dylib ld: warning prebinding not disabled because (__TEXT segment (address = 0x1000 size = 0x52000) of remote_broadcast_test overlaps with __TEXT segment (address = 0x0 size = 0x1c1000) of libACE.dylib ld: warning prebinding not disabled because (__DATA segment (address = 0x53000 size = 0xa000) of remote_broadcast_test overlaps with __TEXT segment (address = 0x0 size = 0x1c1000) of libACE.dylib ld: warning prebinding not disabled because (__LINKEDIT segment (address = 0x5d000 size = 0x4a000) of remote_broadcast_test overlaps with __TEXT segment (address = 0x0 size = 0x1c1000) of libACE.dylib ... and the PowerBook does not. I've seen this before, but I can't remember what I did to correct it ... does anyone else have an idea? This email sent to ssen@opendarwin.org This email sent to site_archiver@lists.apple.com
participants (1)
-
Shantonu Sen