[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] ns-allinone 2.1b6 -> GT-ITM edriver not installed!
Hi Luca,
"Luca Casone" writes:
"Luca> Hi to all ns users! I've recently installed ns-allinone 2.1b6:
"Luca> the only problem I've met is that GT-ITM edriver was not
"Luca> installed (that's to say the program edriver was not made
"Luca> during installation procedure, and, so, it's not present in
"Luca> gt-itm/bin directory).
Yep, I saw that problem, too. Try the attached patch, which only does
some Makefile magic (there was an additional tab character at that
line, deleting it solves the problem).
"Luca> Can someone give some helpful hint to me? What's the "role" of
"Luca> edriver in gt-itm program? Is its presence essential for the
"Luca> good running of gt-itm?
Well, I don't know since I actually have never used anything of
GT-ITM... :-)
Ciao,
/J"org
-------- attached patch starts here --------
diff -ur ns-allinone-2.1b6/gt-itm/src/Makefile ns6/gt-itm/src/Makefile
--- ns-allinone-2.1b6/gt-itm/src/Makefile Sat Oct 24 04:27:04 1998
+++ ns6/gt-itm/src/Makefile Tue Feb 1 12:55:06 2000
@@ -56,7 +56,7 @@
eval.o: $(IDIR)/gb_graph.h $(IDIR)/gb_dijk.h $(IDIR)/eval.h
-
+
clean:
\rm -f *.o
diff -ur ns-allinone-2.1b6/gt-itm/src/Makefile.GEN ns6/gt-itm/src/Makefile.GEN
--- ns-allinone-2.1b6/gt-itm/src/Makefile.GEN Sat Oct 24 04:27:04 1998
+++ ns6/gt-itm/src/Makefile.GEN Tue Feb 1 13:16:05 2000
@@ -63,7 +63,7 @@
eval.o: $(IDIR)/gb_graph.h $(IDIR)/gb_dijk.h $(IDIR)/eval.h
-
+
clean:
\rm -f *.o