LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Why ns-2.29 can not be configured properly in ubuntu 11 (https://www.linuxquestions.org/questions/linux-newbie-8/why-ns-2-29-can-not-be-configured-properly-in-ubuntu-11-a-902760/)

chandralekha 09-13-2011 06:21 AM

Why ns-2.29 can not be configured properly in ubuntu 11
 
I want to install ns-2.29 in ubuntu 11. Along with ns-2.29 i want to install NIST mobility and NIST WiMax package to simulate handoff problem in heterogeneous network. But after downloading the package ns-allinone-2.29.tar.gz when I try to configure the package in ns-2.29 directory error is showing as tclcl is not configured. So configure it by giving the path name to the package.
So can anyone please help me....
Thanks

knudfl 09-13-2011 02:46 PM

Welcome to LQ.

The 32bits Ubuntu 11.04 can be used for the most ns-allinone-2.xx, I think.
The 64bits Ubuntu 11.04 : No.

32bits OS : cd ns-allinone-2.29/ && export CC=gcc34 CXX=g++34 && ./install

gcc34-compat-3.4.6_i386.deb :
https://docs.google.com/uc?id=0B7S25...nload&hl=en_US
g++34-compat-3.4.6_i386.deb :
https://docs.google.com/uc?id=0B7S25...nload&hl=en_US

sudo dpkg -i gcc34-compat-3.4.6_i386.deb g++34-compat-3.4.6_i386.deb
.. Then reboot, and gcc34 / g++34 can be used.

.


All times are GMT -5. The time now is 12:14 AM.