This is the mail archive of the gcc-patches@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: Have g++ link in LIBUNWIND if it exists


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~


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