On Wed, 2006-02-15 at 11:19 -0800, Brandin Creech wrote:
> It seems to be a mistake. The way the shell works, the command
> LD_LIBRARY_PATH=$PWD only sets a local variable, and it is not
> exported.
> Unless a variable is exported, external commands like 'make check'
> will not
> see its contents. Try this:
> 
> export LD_LIBRARY_PATH=$PWD && make check 

alternatively, and I think this is what was meant:

LD_LIBRARY_PATH=$PWD make check
-- 
S. Anthony Sequeira
++
The knowledge that makes us cherish innocence makes innocence unattainable.
                -- Irving Howe
++

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

Reply via email to