Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 1998 09:57:55 -0700
From:      John Polstra <jdp@polstra.com>
To:        jmz@cabri.obs-besancon.fr
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Cryptic ld message (gcc bug?)
Message-ID:  <199804111657.JAA04001@austin.polstra.com>
In-Reply-To: <9804090037.AA28700@cabri.obs-besancon.fr>
References:  <9804090037.AA28700@cabri.obs-besancon.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <9804090037.AA28700@cabri.obs-besancon.fr>,
Jean-Marc Zucconi  <jmz@cabri.obs-besancon.fr> wrote:
> This happens when I compile with "c++ -g -O", but not with only "c++ -g" or
> only "c++ -O". What do this means ?
> 
> ld: /tmp/ccLf96521.o: unexpected multiple definitions of symbol `this:V25', type 0x27
> Ì:484352: Definition of symbol `this:V25' (multiply defined)
> ld: /tmp/ccLf96521.o: unexpected multiple definitions of symbol `this:V25', type 0x27
> Ì:484352: Definition of symbol `this:V25' (multiply defined)
> 
> Here is the source program (the error disapear if you remove the last
> 3 lines!):

Yes, this seems to be a bug in ld's handling of .stabs symbols.
Could you please use send-pr to file a bug report containing the
error messages and your test program?  That will ensure that we
can find the information we need to fix it when time permits.
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804111657.JAA04001>