> @Golpour > Would you please help me to install ns2.33 > gcc -c -O2 -pipe -Wall -Wno-implicit-int -fno-strict-aliasing -fPIC ..
`gcc' : That's gcc-4.8.1 , which cannot be used for "ns-allinone-2.33". Please use gcc/g++ version 4.1.2 when / if you have the 32bits (i686) Ubuntu 13.10 : a) gcc41-compat*1210* https://drive.google.com/file/d/0B7S255p3kFXNTmxFckFQY2VJbjA/edit?usp=sharing → gcc41-compat-4.1.2-ubuntu1210_i386.deb b) g++41-compat https://drive.google.com/file/d/0B7S255p3kFXNODIyODhhNDctZTRhMy00MDk4LWEzZDAtMThjMjljN2M2MGU4/edit?usp=sharing → g++41-compat-4.1.2_i386.deb Please install the two packages with your 'Package Installer' (click the file), or : $ sudo dpkg -i gcc41-compat-4.1.2-ubuntu1210_i386.deb g++41-compat-4.1.2_i386.deb .. Then reboot the OS, and the new compilers can be used : $ cd ns-allinone-2.33/ && export CC=gcc41 CXX=g++41 && ./install - -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/problem-in-installing-Ns2-33-tp27899p27901.html Sent from the ns-users mailing list archive at Nabble.com.
