Re: -nodefaultlibs and gxx_personality

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ivan Novick <ivandn@xxxxxxxxx> writes:

> I am trying to use -nodefaultlibs to exclude libstdc++
> but something is trying to call `__gxx_personality_v0'
> which is in libstdc++.  How can one compile a simple
> C++ program without linking against libstdc++?

Link against -lsupc++.  This is a smaller library which includes the
basic supporting functions required to support exception handling.  It
does not include the STL.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux