[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Libtool for multiple libs in one source package



> 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 seems to be undocumented, but 
seems to work.
I was looking for such a hack for a long time.



regards,
	junichi


-- 
To UNSUBSCRIBE, email to debian-mentors-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: