# 46
Your other posts say that you already have an aquasim install on 12.10.
( But with a poor validate result.)
You also state that gcc / g++ version 4.3 was used for the build.
Installing all the default gcc/g++ for Ubuntu 12.10 :
$ sudo apt-get install g++-4.4 g++-4.5 g++-4.6 g++-4.7
The compilers I use on 12.10 for all ns-2.26 .... 2.34 are :
gcc41-compat*1210
https://docs.google.com/file/d/0B7S2...FQY2VJbjA/edit
g++41-compat
https://docs.google.com/file/d/0B7S2...jN2M2MGU4/edit
Can be installed with :
sudo dpkg -i gcc41-compat-4.1.2-ubuntu1210_i386.deb g++41-compat-4.1.2_i386.deb
... Then reboot, and the new compiler can be used.
Using : cd ns-allinone-2.30/ && export CC=gcc41 CXX=g++41 && ./install
.. But you will still have the same poor validate result.
The only way to improve is to use an "ns-aqua" executable from Ubuntu 10.10 :
You'll get that with $ sudo dpkg -i aquasim-ns-2.30-ubuntu10_i386.deb
It's a standalone ns. No dependencies required. No complete ns-allinone-2.xx
is required. ( ns-2.30/tcl//** is required for some simulations.)
See post # 45.
-