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

Re: Problem with installing ns-2.1b4




...
> >TracedDouble::operator*=(double)    chost.o
> >ld: fatal: Symbol referencing errors. No output written to ns
> >collect2: ld returned 1 exit status
> >*** Error code 1
> >make: Fatal error: Command failed for target `ns'
> >
> >
> >
> >Can anybody help me?
> >
> >Thanks,
> >Torsten
> 
> These symbols are all in tclcl.  Either it failed to build completely
> or ns failed to link against it.
You are right, there was a problem while installing tclcl.
In order to install tclcl properly I had to remove the libTcl.a file
by hand:

./configure ...
make
rm ../lib/libTcl.a   
make install

Thanks for your help,
Torsten
***********************************************************************
* Torsten Mueller                  * Tel.: +49 351 463-4621 , 3942    *
* Dresden University of Technology * Fax:  +49 351 463-7163           *
* Communications Laboratory        * Email:                           *
* D-01062 Dresden, Germany         *    [email protected] *
* http://www.ifn.et.tu-dresden.de/~muellert                           *
***********************************************************************