Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2002 10:47:53 +0900 (JST)
From:      Tod McQuillin <devin@spamcop.net>
To:        Conrad Sabatier <conrads@cox.net>
Cc:        questions@freebsd.org
Subject:   Re: /usr/lib/libstdc++.so.3 contains no symbols
Message-ID:  <20020207104542.G25734-100000@glass.pun-pun.prv>
In-Reply-To: <XFMail.20020206193504.conrads@cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 6 Feb 2002, Conrad Sabatier wrote:

> $ nm libstdc++.so.3
> /usr/libexec/elf/nm: libstdc++.so.3: no symbols
>
> Apparently, /usr/lib/libstdc++.so.3 is being stripped of all its symbols
> before being installed!

This is normal.  If you want to see the symbols in a dynamic library, use
'nm -D'.  nm can also demangle the C++ symbols with -C.

I'm not sure what your problem is, but this probably isn't it.

Why not post the exact commands you're using and the exact errors you get?
-- 
Tod McQuillin



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




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