This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Using third party STL library


You can try STLPort
http://www.stlport.com

-Leo

On Mon, 20 May 2002, michael zhao wrote:

> How can I use a third party STL library other than the one provided by GCC?
> I tried to use -nodefaultlibs or -nostdlib option. Linking fails because
> some symbols are not funnd. For examples, __cxa_allocate_exception,
> __cxa_rethrow,  __cxa_pure_virtual
>
> Can some one give my some help?
>
> Thanks,
> Mike
>
>


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