Results 1 to 3 of 3
Hi,
I have to compile some cpp codes which were written in "g++ 3.4.4". But now I am using Ubuntu 9.04 (which uses g++ 4.3.3) and whenever I tried to ...
- 10-06-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 6
Facing error while running "g++ 3.4.4" code in "g++ 4.3.3"
Hi,
I have to compile some cpp codes which were written in "g++ 3.4.4". But now I am using Ubuntu 9.04 (which uses g++ 4.3.3) and whenever I tried to compile those code I found some errors like "... : error: expected `)' before ‘*’ token".
I was not able to find out any problem in that code. Can anyone please suggest me what to do?
By the way, those codes are implementation of some Broadcast Algorithms for ns-2.29 distribution that I have analyze.
Thanks,
Suranjit
- 10-06-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
See my reply to your other posting in the Installation forum.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 10-09-2009 #3Just Joined!
- Join Date
- Oct 2009
- Posts
- 6
Thank you Rubberman.
Suranjit


Reply With Quote