This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: Problems linking against libstdc++
- To: jd5477@bristol.ac.uk
- Subject: Re: Problems linking against libstdc++
- From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
- Date: Thu, 29 Jul 1999 01:15:46 +0200
- CC: libstdc++@sourceware.cygnus.com, jd5477@bristol.ac.uk
- References: <Pine.SOL.3.95.990728100809.26537A-100000@harrier>
> Recently, trying to compile kde CVS i've been having problems with
> certain sections of code failing to link to functions which are present
> in libstdc++.so.3, c_logf, c_log, iofstream::* and others.
I guess you'll have to be a bit more specific than this. It could be a
number of things, including bugs in libstdc++ v3, KDE, or g++. What is
the exact error message that you see? What is the mangled symbol you
get in the error? Which object file needs this symbol? Does any of the
libraries on your system provide this symbol? Or a similar symbol?
Please note that it is not always a good idea to use bleeding edge
source code - unless you want to participate in the development of the
code. For compiling KDE, the libstdc++ that comes with gcc 2.95 should
be fine.
Regards,
Martin