From: Martin P. <Mar...@ia...> - 2007-07-10 07:02:36
|
Hi.. Nektarios Ioannides wrote: > I have been away from the Trusted Computing scene for a couple of months > now due to exams, laziness etc...so nice to be back! Just right in time for the summer break... ;-) > [root@MonsterDesktop jTssWrapperPBuilt_0.2.5]# make run_tests > LD_LIBRARY_PATH= output/lib CLASSPATH=output/jars/internal_jtss_wrapper.jar:output/jars/iaik_jtss_wrapper.jar:output/jars/iaik_jtss_wrapper_test.jar:/home/inectarios/Environment_Installations/java/junit4.1/junit.jar \ > /opt/jdk1.6.0_02/jre/bin/java iaik.tss.test.junit.TestMain > /bin/sh: output/lib: is a directory > make: *** [run_tests] Error 126 If you look into the Makefile you see that the "run_tests" target is not very complex, in fact it is just one line. The command should start like LD_LIBRARY_PATH=output/lib CLASSPATH...... so without that space after the equal sign. Either you have an extra space somewhere, or your build environment is somehow different... HTH -- Martin Pirker IAIK, TU Graz |