Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jan 1997 19:56:47 -0800
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        Chuck Robey <chuckr@glue.umd.edu>
Cc:        Josh MacDonald <jmacd@CS.Berkeley.EDU>, freebsd-hackers@FreeBSD.org
Subject:   Re: demangling cplusplus names in ld output 
Message-ID:  <12364.852523007@time.cdrom.com>
In-Reply-To: Your message of "Sun, 05 Jan 1997 20:42:13 EST." <Pine.OSF.3.95.970105204116.9375B-100000@ginger.eng.umd.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Peter Wemm set up c++filt on it's own, it's already part of current.

I think he knows that, Chuck. :-)

If you'll just read his message again, you'll see that he lists forking
and piping to c++filt as an option for solving the problem of ld symbol
demangling (which I think you may have missed as the objective here).
In otherwords, instead of this:

jkh@time-> cc fump.cc -o fump
/var/tmp/cc0123471.o: Undefined symbol `___8iostreami' referenced from text segment

You'd get this:

jkh@time-> cc fump.cc -o fump
/var/tmp/cc0123471.o: Undefined symbol `iostream::iostream(int)' referenced from text segment

See? :-)

					Jordan



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