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?

-- 
Tushar Teredesai
   mailto:[EMAIL PROTECTED]
   http://www.linuxfromscratch.org/~tushar/
--
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