Tushar Teredesai wrote:
Currently for testing unzip, the book includes the following commands:
     /sbin/ldconfig $PWD && make check

This is wrong. We are modifying the linker cache to include libraries
in unzip's build dir.

I propose to change the instructions to the following:
     LD_LIBRARY_PATH=$PWD make check

Comments?


Why are we building libunzip.so at all? Nothing uses it AFAIK, and we need the -dont_make-noise patch because of this library.

--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to