[ns] problem with gt-itm (linux)

2006-07-07 Thread piyush sharma
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 gc

Re: [ns] problem with gt-itm (linux)

2006-07-07 Thread Phil Miller
On 7/7/06, piyush sharma <[EMAIL PROTECTED]> wrote: > pwd > /home/piyush/ns-allinone-2.28/gt-itm/src > [snip] > make > [snip] > gcc -I../include -L../lib -o ../bin/itm itm.o geog.o ts.o dfs.o -lm > -lgb-linux The binary was written to ../bin/itm; i.e. its complete path is /home/piyush/ns-alli