> @prince > problem regarding mannasim patch for ns-2.35 > > I have ubuntu 12.10(32-bit) > I have 64 bit OS
? Which one is it ? $ uname -m <Enter> Mannasim patch for ns-2.35 : Unless you do something really really wrong, it can't fail. Ubuntu 12.10 - 64bits : x86_64 : $ tar xvf ns-allinone-2.35.tar.gz && patch -p0 < ns2.35-mannasim.patch $ cd ns-allinone-2.35/ && export CC=gcc-4.4 CXX=g++-4.4 && ./install : No errors. Or use the already patched " https://github.com/paultsr/ns-allinone-2.35 " : No errors on the 64bits Ubuntu 12.10 . About 'make clean' in ns-2.35 : You will also have to delete files.o in the folder mannasim/: $ rm commonnodeAPP.o , etc. etc. Configuring (Not required when you start from scratch with an untouched ns-allinone-2.35): $ make distclean && export CC=gcc-4.4 CXX=g++-4.4 && ./configure && make - -- View this message in context: http://network-simulator-ns-2.7690.n7.nabble.com/problem-regarding-mannasim-patch-for-ns-2-35-tp27301p27303.html Sent from the ns-users mailing list archive at Nabble.com.