> 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
> 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
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
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
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
5 matches
Mail list logo