Re: How can I link with libguile?

2003-01-13 Thread Albert Chin
On Mon, Jan 13, 2003 at 10:16:04AM -0800, Bruce Korb wrote: > Albert Chin wrote: > > > > On Sun, Jan 12, 2003 at 04:24:02PM -0800, Bruce Korb wrote > in http://mail.gnu.org/archive/html/libtool/2003-01/msg00035.html : > > > ``libguile'' lives in a place where LD_LIBRARY_PATH must be set > > > (viz

Re: How can I link with libguile?

2003-01-13 Thread Bruce Korb
Albert Chin wrote: > > On Sun, Jan 12, 2003 at 04:24:02PM -0800, Bruce Korb wrote in http://mail.gnu.org/archive/html/libtool/2003-01/msg00035.html : > > ``libguile'' lives in a place where LD_LIBRARY_PATH must be set > > (viz., /opt/sfw/lib). What is wrong? What should I be doing to > > tell l

Re: How can I link with libguile?

2003-01-13 Thread Albert Chin
On Sun, Jan 12, 2003 at 04:24:02PM -0800, Bruce Korb wrote: > ``libguile'' lives in a place where LD_LIBRARY_PATH must be set > (viz., /opt/sfw/lib). What is wrong? What should I be doing to > tell libtool that it has to add a ``-R/opt/sfw/lib'' or something? > If I use ``guile-config'' first, I

Failure to link multiple libraries.

2003-01-13 Thread Roger Leigh
I have two shared libraries, each made in a separate subdirectory. Both are made with automake and libtool. One library depends on the other, and I've used libgimpprintui_la_LIBADD = $(GIMPPRINT_UI_LIBDEPS) to indicate this ($(GIMPPRINT_UI_LIBDEPS) includes $(top_builddir)/src/main/libgimpprint.