I am trying to install NS-2.33 on ubuntu 10.04. I choose these versions because I need to set up multichannel connections for my project. The patch I am trying to use can be found here (
http://mohittahiliani.blogspot.ca/20...interface.html)
So my first problem is: ld:
libotcl.so: hidden symbol `__stack_chk_fail_local' isn't defined
ld: final link failed: Nonrepresentable section on output
make: *** [libotcl.so] Error 1
otcl-1.13 make failed! Exiting ..
I have tried all the solutions posted on the site, ie switching CC --> g++-4.3, gcc-4.1 etc. Nothing works.
Any suggestions about how to fix this problem. Or any other multichannel patches?