Undefined symbol in dynamic library libstdc++.so.3.0.0

Ulrich Drepper drepper@redhat.com
Tue Apr 18 11:45:00 GMT 2000


Russell Davidson <russell@ehess.cnrs-mrs.fr> writes:

> The problem arose on i686-pc-linux-gnu. (Debian 2.2)

What is the link line to produce the shared object?  It better uses
gcc (and not ld dircetly) since instead of using crtbegin the linker
has to use crtbeginS.  This is where the symbol is defined.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


More information about the Libstdc++ mailing list