This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]