Quote:
Originally Posted by lzw1012
hello everbody:
I use ubuntu12.04,now I will use ns2.31 on ubuntu12.04,but when i install ns2.31 ,there have lots of errors.
i search some same questions,the ns2.31 need gcc4.1 ,but ubuntu12.04 only gcc4.4.
how can i install gcc4.1 on ubuntu12.04.
thank you very much!!!
|
Hello, I am a new comer.
I encounter the same question. I use ubuntu12.04 (32bit) and I want to use Aqua-Sim1.0, but failed to install Aqua, the reason should be the incorrect version of gcc.
And I try what suggested:
sudo dpkg -i gcc41-compat-4.1.2-ubuntu1210_i386.deb g++41-compat-4.1.2_i386.deb
export CC=gcc41 CXX=g++41 && ./install
They are not working...(saying no such file or directory)...Please help.
P.S. I download the "g++41-compat-4.1.2_i386.deb" and "gcc41-compat-4.1.2-ubuntu1210_i386.deb" , how can I install it since I can not install it in commond line.