This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


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

c++/1030: libstdc++.so.3: undefined symbol: __dso_handle



>Number:         1030
>Category:       c++
>Synopsis:       libstdc++.so.3: undefined symbol: __dso_handle
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 10 06:36:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     ritzert@linux.globe-tec.de
>Release:        2.97 CVS 20001210
>Organization:
>Environment:
Linux 2.2.14
i686-pc-linux-gnu
>Description:
I just compiled the latest CVS gcc in order to get the v3 libstdc++. Everything compiled fine, however whenever I link a program to the new libstdc++ I get the following error message:
./stdc: error in loading shared libraries: /opt/gcc-CVS/lib/libstdc++.so.3:
undefined symbol: __dso_handle

nm -C /opt/gcc-CVS/lib/libstdc++.so.3 | grep __dso_handle says:
0006dd80 d __dso_handle

binutils is from release binutils-2.10.1.
>How-To-Repeat:
Compile the attached file and run it. This produces the error for me...
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/x-c++src; name="stdc.cpp"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="stdc.cpp"

I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwogCmludAptYWluKCkKewoJ
Y291dCA8PCAiVGVzdCIgPDwgZW5kbDsKCXJldHVybiAwOwp9Cgo=

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