howto define _gxx_personality wthout -libstdc++ option?
Phil Edwards
phil@jaj.com
Mon Dec 23 16:23:00 GMT 2002
On Mon, Dec 23, 2002 at 03:44:48PM +0200, Polevoy, IgorX wrote:
> I'm compiling library that should give a C interface to the outside word,
> but has C++ code inside.
In that case, you'll need the C++ language support library.
> prog: foom.c
> gcc foom.c libfoo.a
Add -lsupc++ and see what happens.
Phil
--
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
- Edsger Dijkstra, 1930-2002
More information about the Libstdc++
mailing list