help-gplusplus
[Top][All Lists]
Advanced

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

Re: Memory overlap


From: Paul Pluzhnikov
Subject: Re: Memory overlap
Date: 26 Jul 2004 19:18:52 -0700
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

"Stumped Gurus" <stumpedgurus@hotmail.com> writes:

> 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??

Most likely you are building on NFS-mounted filesystem and are
seeing Linux <-> Solaris NFS bug(s).

Try rebuilding on a local filesystem.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

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