Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2002 03:25:07 +0100
From:      Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
To:        Conrad Sabatier <conrads@cox.net>
Cc:        questions@FreeBSD.ORG, stable@FreeBSD.ORG
Subject:   Re: /usr/lib/libstdc++.so.3 contains no symbols
Message-ID:  <20020207022507.GA2102@frolic.no-support.loc>
In-Reply-To: <XFMail.20020206193504.conrads@cox.net>
References:  <XFMail.20020206193504.conrads@cox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Conrad,

> What am I not getting here and/or not doing right?  I just cvsupped -stab=
le
> again, rebuilt world and kernel (with COMPAT3x and COMPAT4x enabled in
> /etc/make.conf), and still get this:
>=20
> $ nm libstdc++.so.3
> /usr/libexec/elf/nm: libstdc++.so.3: no symbols

Please consult the man page nm(1):

  [...]
       -D

       --dynamic
              Display  the dynamic symbols rather than the normal
              symbols.  This is only meaningful for  dynamic  ob=AD
              jects, such as certain types of shared libraries.
  [...]

> Apparently, /usr/lib/libstdc++.so.3 is being stripped of all its symbols
> before being installed!

Not quite. Everything needed for dynamic linking is left in.

-Bj=F6rn


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




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