This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: howto define _gxx_personality wthout -libstdc++ option?


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


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