Re: Libtool for multiple libs in one source package

2002-06-29 Thread Junichi Uekawa
> I have had a similar problem and solved it by exporting a LIBRARY_PATH > variable during the install step : > > replacing >$(MAKE) install ... > by >export LIBRARY_PATH=`pwd`/debian/tmp/usr/lib; $(MAKE) install ... > > NOTE : LIBRARY_PATH not LD_LIBRARY_PATH. > Hmm... this hack se

Re: Libtool for multiple libs in one source package

2002-06-29 Thread Junichi Uekawa
> I have had a similar problem and solved it by exporting a LIBRARY_PATH > variable during the install step : > > replacing >$(MAKE) install ... > by >export LIBRARY_PATH=`pwd`/debian/tmp/usr/lib; $(MAKE) install ... > > NOTE : LIBRARY_PATH not LD_LIBRARY_PATH. > Hmm... this hack s

Re: Libtool for multiple libs in one source package

2002-06-26 Thread Ben Darnell
Thanks Christophe, that did it. -Ben -- Ben Darnell [EMAIL PROTECTED] http://thoughtstream.org Finger [EMAIL PROTECTED] for PGP/GPG key 1024D/1F06E509 pgpFJOq7u1Crr.pgp Description: PGP signature

Re: Libtool for multiple libs in one source package

2002-06-26 Thread Ben Darnell
Thanks Christophe, that did it. -Ben -- Ben Darnell [EMAIL PROTECTED] http://thoughtstream.org Finger [EMAIL PROTECTED] for PGP/GPG key 1024D/1F06E509 msg06509/pgp0.pgp Description: PGP signature

Re: Libtool for multiple libs in one source package

2002-06-25 Thread christophe barbé
I have had a similar problem and solved it by exporting a LIBRARY_PATH variable during the install step : replacing $(MAKE) install ... by export LIBRARY_PATH=`pwd`/debian/tmp/usr/lib; $(MAKE) install ... NOTE : LIBRARY_PATH not LD_LIBRARY_PATH. Hope this help, Christophe On Tue, Jun 2