Post # 20. Still Ubuntu 10.04 ?
This is an old thread. The install can be done in a simpler way.
And the compilers are not the same for all Ubuntu versions.
Please start from scratch with :
tar xvf ns-allinone-2.29.
3.tar.gz
http://sourceforge.net/projects/nsna...ar.gz/download
Ubuntu 10.04 and 10.10 :
cd ns-allinone-2.29/ && export CC=gcc-3.4 CXX=g++-4.1 && ./install
Please notice that gcc is now ver. 3.4. ( g++ is still ver. 4.1 ).
..