This is the mail archive of the gcc@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]

Re: libsupc++


On Thu, Jun 28, 2001 at 05:41:19PM -0700, Philippe Troin wrote:
> So, you're saying that if I'm just using exceptions, RTTI, but no
> other stuff, I might be able to link with libsupc++ rather than
> libstdc++ ?

Yes.

> Is libsupc++ a strict subset of libstdc++ ?

Yes -- libsubc++ is in fact inserted into libstdc++ ...

> Can I link with both supc++ and stdc++ ? Does it make sense ?

... thus, no it doesn't make sense.

> So what is libgcc_s for then ?

Language independant compiler support.


r~


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