help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Memory overlap


From: Stumped Gurus
Subject: Memory overlap
Date: Mon, 26 Jul 2004 22:11:44 +0000

I'm running gcc 3.2.3 on redhat 7.2 and trying the following command:
g++ -shared .shobj/foo.o .shobj/bar.o -o myLib.so

Unfortunately I get this error which kills make:
/usr/bin/ld: seciont .debug_str [00000000 -> 00052c33] overlaps section .hash [00000094 -> 00000c3f]

Every time I run the makefile I get the same error (even the memory locations!). Help! I don't know what this error means. Is it something in my source, in my makefile, or the command itself? Maybe it's a bug with gcc??

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]