howto define _gxx_personality wthout -libstdc++ option?

Gabriel Dos Reis gdr@integrable-solutions.net
Mon Dec 23 16:43:00 GMT 2002


Phil Edwards <phil@jaj.com> writes:

| 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.
  
     libsupc++.a

I understood that he wanted to link statically against C++ runtime
support.

-- Gaby



More information about the Libstdc++ mailing list