[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] problem with tcl?



You must have changed Makefile (or Makefile.in and hence Makefile) and
forgot to include addr-param.o and meanwhile you are using old
ns-address.tcl. Or, you got tcl/lib/ns-default.tcl from currnet snapshot
and used it on an older version of ns.

Recent snapshot has changed significantly in a couple of
routing-related internal implementation. So you should either apply that
patch to the last release, or check the patch carefully against existing
code. 

- Haobo