I'm trying to use ns2 in ubuntu 14.04 (32 bit). But I'm having a great trouble using nam
I can use ns2 command easily
$ ns example.tcl
But the nam is not working properly. On executing the below command
$ nam example.nam
I'm getting error
Segmentation fault (core dumped)
I followed all the steps in below article. But still not working properly
/bin/ls -l example.{tcl,nam}
,man ns2
,man nam
,strace $(type -p nam) example.nam
,man strace
– waltinator Aug 24 '15 at 21:18