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]
Other format: [Raw text]

Re: exceptions without libstdc++-v3?



> What do I need to link in to a program to get exception support?
> libstdc++-v3 doesn't build on mingw -- do you need it in order to have
> exception support?

Yes and no.  The actual library is libsupc++.a (core c++ support, like
exceptions and new/delete).  But that library is built as part of the
libstdc++-v3 directory.  So, which part "doesn't build on mingw," the
libstdc++.so in particular, or the -v3 library as a whole?

(You've reported mingw problems with v3 before, but I can't recall what
they are at the moment, sorry.)

Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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