This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Have g++ link in LIBUNWIND if it exists
- From: Richard Henderson <rth at redhat dot com>
- To: Steve Ellcey <sje at cup dot hp dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 4 Mar 2002 17:30:28 -0800
- Subject: Re: Have g++ link in LIBUNWIND if it exists
- References: <200203050110.RAA28524@hpsje.cup.hp.com>
On Mon, Mar 04, 2002 at 05:10:18PM -0800, Steve Ellcey wrote:
> On IA64 HP-UX we use a seperate unwind library that comes with the
> system instead of building it in to libgcc. We would like this library
> linked in to C++ programs along with libstdc++.
Why? It doesn't do any good since libstdc++ doesn't use it.
You want libgcc_s to use libunwind.
r~