On 2/15/06, Brandin Creech <[EMAIL PROTECTED]> wrote: > --- M Sandell <[EMAIL PROTECTED]> wrote: > > > When I was installing the UnZip package (Chpt 11, BLFS 6.1) the command > > from the book: > > > > LD_LIBRARY_PATH=$PWD && make check > > export LD_LIBRARY_PATH=$PWD && make check
That would work, but the svn book has the more appropriate LD_LIBRARY_PATH=$PWD make check Then, LD_LIBRARY_PATH is set for the make check process only. This is better than exporting LD_LIBRARY_PATH in your environment unless you unset it afterwards. http://www.linuxfromscratch.org/blfs/view/svn/general/unzip.html -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
