On Sat, Oct 21, 2006 at 01:31:53PM +0200, Ralf Wildenhues wrote:
> Hello Patrick,
>
> * Patrick Welche wrote on Mon, Oct 16, 2006 at 01:17:42PM CEST:
> >
> > /usr/X11R6/lib doesn't need to be in the default set of paths searched
> > by the loader. As I mentioned, with a different compile line to
On Sat, Oct 21, 2006 at 01:31:53PM +0200, Ralf Wildenhues wrote:
> Hello Patrick,
>
> * Patrick Welche wrote on Mon, Oct 16, 2006 at 01:17:42PM CEST:
> >
> > /usr/X11R6/lib doesn't need to be in the default set of paths searched
> > by the loader. As I mentioned, with a different compile line to
Hello Patrick,
* Patrick Welche wrote on Mon, Oct 16, 2006 at 01:17:42PM CEST:
>
> /usr/X11R6/lib doesn't need to be in the default set of paths searched
> by the loader. As I mentioned, with a different compile line to the one
> generated by libtool, I have a working hello. The problem is that t
On Sun, Oct 15, 2006 at 08:17:54PM -0500, Albert Chin wrote:
> On Sun, Oct 15, 2006 at 08:53:41PM +0100, Patrick Welche wrote:
> > With CVS autotools of this month I am getting in a pickle trying
> > to build a program which depends on a shared library which depends
> > on a shared library. This is
On Sun, Oct 15, 2006 at 08:53:41PM +0100, Patrick Welche wrote:
> With CVS autotools of this month I am getting in a pickle trying
> to build a program which depends on a shared library which depends
> on a shared library. This is on NetBSD which uses rpath. An example
> based on one from autobook
P.S. libtool --config tells me:
hardcode_automatic=no
inherit_rpath=no
link_all_deplibs=unknown
Patrick
___
http://lists.gnu.org/mailman/listinfo/libtool
With CVS autotools of this month I am getting in a pickle trying
to build a program which depends on a shared library which depends
on a shared library. This is on NetBSD which uses rpath. An example
based on one from autobook is attached which builds
hello -> libhello -> (libSM,libICE)
.libs/l