NS-2.35 installation in Ubuntu 22.04 This post shows how to install ns-2.35 in Ubuntu 22.04 Operating System Since ns-2.35 is too old, it needs the following packages gcc-4.8 g++-4.8 gawk and some more libraries Follow the video for more instructions So, here are the steps to install this software: To download and extract the ns2 software Download the software from the following link http://sourceforge.net/projects/nsnam/files/allinone/ns-allinone-2.35/ns-allinone-2.35.tar.gz/download Extract it to home folder and in my case its /home/pradeepkumar (I recommend to install it under your home folder) $ tar zxvf ns-allinone-2.35.tar.gz or Right click over the file and click extract here and select the home folder. $ sudo apt update $ sudo apt install build-essential autoconf automake libxmu-dev gawk To install gcc-4.8 and g++-4.8 $ sudo gedit /etc/apt/sources.list make an entry in the above file deb http://in.archive.ubuntu.com/ubuntu/ bionic main universe $ sudo apt update Since, it...
hi, i do not understand the 8th STEP:
ReplyDeletehave i to erase the follow fubction:
void eraseAll() { this->erase(baseMap::begin(), baseMap::end()); } ??
i m using linux mint 64 bit and I have a make error on ls.o file!!!
is it possible that the problem is related to gcc2.96???
hello sir,
ReplyDeletei wanted to install ns2-2.35 on to fedora17 but during the installation process i have error like follows:
Build tcl8.5.10
============================================================
./install: line 409: autoconf: command not found
checking whether to use symlinks for manpages... no
checking whether to compress the manpages... no
checking whether to add a package name suffix for the manpages... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
tcl8.5.10 configuration failed! Exiting ...
Tcl is not part of the ns project. Please see www.Scriptics.com
to see if they have a fix for your platform.
plz guide me what to do now??
firstupdate ur system
ReplyDeleterun this commands in root yum groupinstall " Development Tools" "Development Libraries " and
yum install libXt-devel and yum install libXmu-devel