Re: interdependent shared library problem

2006-11-09 Thread Patrick Welche
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

Re: interdependent shared library problem

2006-10-25 Thread Patrick Welche
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

Re: interdependent shared library problem

2006-10-21 Thread Ralf Wildenhues
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

Re: interdependent shared library problem

2006-10-16 Thread Patrick Welche
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

Re: interdependent shared library problem

2006-10-15 Thread Albert Chin
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

Re: interdependent shared library problem

2006-10-15 Thread Patrick Welche
P.S. libtool --config tells me: hardcode_automatic=no inherit_rpath=no link_all_deplibs=unknown Patrick ___ http://lists.gnu.org/mailman/listinfo/libtool

interdependent shared library problem

2006-10-15 Thread Patrick Welche
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