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?


On Tue, Dec 24, 2002 at 01:37:35AM +0100, Gabriel Dos Reis wrote:
> 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.

We only provide a static version of libsupc++.  There is no libsupc++.so.

-- 
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


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