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


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