Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 1996 00:36:40 -0600
From:      Steve Passe <fsmp@ilsa.systemsix.com>
To:        Peter Wemm <peter@freefall.freebsd.org>
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org
Subject:   Re: cvs commit: src/gnu/usr.bin/cc Makefile  src/gnu/usr.bin/cc/c++filt Makefile 
Message-ID:  <199610140636.AAA13761@ilsa.systemsix.com>
In-Reply-To: Your message of "Sun, 13 Oct 1996 10:37:04 PDT." <199610131737.KAA27267@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
>   Build/install c++filt from g++, we already have all the sources and
>   it's and useful. (Ever tried to read 'nm' and 'ldd -v' output on a c++
>   object or library? :-) This filter decodes the mangled symbol names.)

I find it real useful in my makefiles. modify them to pipe the output
thru c++filt and it demangles the ERRORs that refer to variables etc:

g++ -o mtthread mtthread.o |& c++filt



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