Hi ns-users, I have downloaded the gt-itm's linux version from:
http://www-static.cc.gatech.edu/projects/gtitm/ It seems that the make clean & make commands work fine : pwd /home/piyush/ns-allinone-2.28/gt-itm/src make clean \rm -f *.o make gcc -I../include -L../lib -c -o itm.o itm.c gcc -I../include -L../lib -c -o geog.o geog.c gcc -I../include -L../lib -c -o ts.o ts.c gcc -I../include -L../lib -c -o dfs.o dfs.c gcc -I../include -L../lib -o ../bin/itm itm.o geog.o ts.o dfs.o -lm -lgb-linux gcc -I../include -L../lib -c -o sgb2alt.o sgb2alt.c gcc -I../include -L../lib -o ../bin/sgb2alt sgb2alt.o -lm -lgb-linux gcc -I../include -L../lib -c -o edriver.o edriver.c gcc -I../include -L../lib -c -o eval.o eval.c gcc -I../include -L../lib -o ../bin/edriver edriver.o eval.o -lm -lgb-linux cd .. itm bash: itm: command not found I don't know what's going wrong or what else I need to make it work ? Please help! Thanks! Piyush
