Dear all:
I am installing ns-2.29 in Linux Ubuntu 6.06 version.
After modified settings of all of configure files, new
problem occurs that linker is not working properly.

in the directory ns-2.29/ , ./configure successfully

passed, but make failed due to following errors:
(thousands of lines complaint "undefined references")
Anyone can give suggestions? Thanks in advanced.



g++  -o ns \
                common/tclAppInit.o  tools/random.o

tools/rng.o tools/ranvar.o common/misc.o
common/timer-handler.o common/scheduler.o
common/object.o common/packet.o
comm$common/tclAppInit.o: In function
`Tcl_AppInit':
tclAppInit.cc <http://tclappinit.cc/>:(.text+0xef): undefined
reference to `Tcl::init(Tcl_Interp*, char const*)'
:tclAppInit.cc <http://tclappinit.cc/>:(.text+0x100): undefined reference to

`EmbeddedTcl::load()'
:tclAppInit.cc <http://tclappinit.cc/>:(.text+0x10c): undefined reference to
`EmbeddedTcl::load common/tclAppInit.o: In function
`abort':
tclAppInit.cc <http://tclappinit.cc/>:(.text+0x13d): undefined
reference to `Tcl::evalc(char const*)'
common/tclAppInit.o: In function
`Tcl::instance()':
tclAppInit.cc 
<http://tclappinit.cc/>:(.gnu.linkonce.t._ZN3Tcl8instanceEv[Tcl::instance()]+0x4):
undefined reference to `Tcl::instance_'
tools/rng.o: In function
`RNG::RNG(long)':
rng.cc:(.text+0xdcc): undefined
reference to `TclObject::TclObject()'
:rng.cc
:(.text+0xe06): undefined reference to

`TclObject::~TclObject()'
tools/rng.o: In function
`RNG::RNG(long)':rng.cc:(.text+0xe2c): undefined
reference to `TclObject::TclObject()'



Thanks so lot.

Reply via email to