Re: prebinding warnings from ld on one system and not another
Re: prebinding warnings from ld on one system and not another
- Subject: Re: prebinding warnings from ld on one system and not another
- From: Shantonu Sen <email@hidden>
- Date: Tue, 14 Sep 2004 09:02:21 -0700
Did you copy and paste that message? It should have said "ld: warning
prebinding disabled", not "not disabled"
Do you have LD_PREBIND set in your environment, or as a make variable?
Shantonu
On Sep 14, 2004, at 2:03 AM, email@hidden wrote:
Hello, all ...
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?
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden