This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Using third party STL library
- From: "Mike Zhao" <miczhao at cisco dot com>
- To: "Joe Buck" <Joe dot Buck at synopsys dot com>
- Cc: <gcc-help at gcc dot gnu dot org>, <gcc at gcc dot gnu dot org>
- Date: Mon, 20 May 2002 22:07:59 -0700
- Subject: Re: Using third party STL library
- References: <200205210033.RAA24534@atrus.synopsys.com>
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.