Problems linking against libstdc++
Martin v. Loewis
martin@mira.isdn.cs.tu-berlin.de
Wed Jul 28 16:17:00 GMT 1999
> 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
More information about the Libstdc++
mailing list