libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libunwind] Libunwind would not make- HELP !!!!


From: James E Wilson
Subject: Re: [libunwind] Libunwind would not make- HELP !!!!
Date: Thu, 24 Feb 2005 13:10:21 -0800

On Wed, 2005-02-23 at 08:36, Earl wrote:
> I have downloaded and installed g95 on a Linux Itanium 2.4.18-e.12smp
> ia64. On executing g95 – a missing library file: libunwind.so.1 was
> reported.

You didn't mention the gcc version or the OS version.  Both of these is
more relevant than the linux kernel version.

You should not need the libunwind package in order to use gcc.  Gcc
would not have linked against a non-existent library.  If it did, you
would have gotten an error message much earlier.

The likely problem here is that you installed gcc in a directory that
isn't in the standard dynamic linker search path, and thus the dynamic
linker could not find the installed libunwind.so library.  You either
need to set LD_LIBRARY_PATH to point to it, or modify /etc/ld.so.conf
and run ldconfig.  Setting LD_LIBRARY_PATH is simpler.

Building and installing the libunwind package is still useful for other
reasons though, so it does help to do it.

> ia64/unwind_i.h:84: structure has no member named `sc_rbs_base

Looks like you have an old obsolete glibc version, which implies that
you have an old obsolete OS version too.  You should consider upgrading
the OS.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]