I've tried:

set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH ~/DTNG/dtnglib/

to add to LD_LIBRARY_PATH.  But if LD_LIBRARY_PATH had any previous value,
the make fails because it can't find the need *.so library.

If I first:

set -e LD_LIBRARY_PATH
then:

set -x LD_LIBRARY_PATH ~/DTNG/dtnglib/

the make works.

What am I missing?

---John
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to