Hi, Why is LD_LIBRARY_PATH not exported in following test on FC6. Put Makefile, SubMakefile and Subscript in a directory and issue make. Result if run as user: []$ make ================ In Makefile: LD_LIBRARY_PATH=/home/testing and TEST_PATH=/home/testing make[1]: Entering directory `/home/pelle/diverse/make-fc6' In SubMakefile: LD_LIBRARY_PATH= and TEST_PATH=/home/testing make[1]: Leaving directory `/home/pelle/diverse/make-fc6' In SubScript: LD_LIBRARY_PATH=/home/testing and TEST_PATH=/home/testing Result if run as root: []$ sudo make ================ In Makefile: LD_LIBRARY_PATH=/home/testing and TEST_PATH=/home/testing make[1]: Entering directory `/home/pelle/diverse/make-fc6' In SubMakefile: LD_LIBRARY_PATH=/home/testing and TEST_PATH=/home/testing make[1]: Leaving directory `/home/pelle/diverse/make-fc6' In SubScript: LD_LIBRARY_PATH=/home/testing and TEST_PATH=/home/testingOn FC5 when running as user SubMakefile will have 'LD_LIBRARY_PATH=/home/testing'
/Pelle _________________________________________________________________Spela roliga Worms'07 i mobilen http://msn.cellus.se/?page=game_order&itemId=878908
Attachment:
Makefile
Description: Binary data
Attachment:
SubMakefile
Description: Binary data
Attachment:
Subscript
Description: Binary data