This is the mail archive of the gcc-help@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


For whatever reason our project is tied with Dinware STL library. I tried to build our project with -nodefaultlib and / or -nostdlib
option. But I got error that some symbols, for examples, __cxa_throw, etc, are not defined. For shared libraries built with the
options, you still see dependency on libstdc++.so. Why is that? How can I disable libstdc++ to use another STL?

Thanks,
Mike
----- Original Message -----
From: "Joe Buck" <Joe.Buck@synopsys.com>
To: "michael zhao" <miczhao@cisco.com>
Cc: <gcc-help@gcc.gnu.org>; <gcc@gcc.gnu.org>
Sent: Monday, May 20, 2002 5:33 PM
Subject: Re: Using third party STL library


>
> > How can I use a third party STL library other than the one provided by GCC?
>
> Only if that library has been ported to work successfully with the GCC
> version you want to use.
>
> > Can some one give my some help?
>
> This probably isn't the right list; you should ask the developers of
> whatever library you wish to use.


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