libsupc++
Richard Henderson
rth@redhat.com
Fri Dec 22 10:26:00 GMT 2000
On Thu, Dec 21, 2000 at 03:51:45PM -0800, David O'Brien wrote:
> What does "sup" stand for? Is there a reason this code isn't just linked
> into libstdc++?
It is linked into libstdc++:
libstdc___la_LIBADD = \
../libmath/libmath.la @libio_la@ \
../libsupc++/libsupc++convenience.la \
@libinst_wstring_la@
So if you use -lstdc++, you do not need -lsupc++.
But it is also provided separately for those folks that do not wish
to have a complete conforming library (embedded systems mostly) or
are using bits of c++ for supporting another language (eg java).
r~
More information about the Gcc
mailing list