Re: [ns] nam: command not found

2007-12-19 Thread Md. Atiur Rahman Siddique
You can try "uname -a" or "uname -p". I can not check now. --- Arvind Swaminathan <[EMAIL PROTECTED]> wrote: > > Hi Jonathan, > > I am using a Linux machine. How do I check the bit length? > > Arvind > > On Dec 18, 2007 1:29 AM, Jonathan Guerin <[EMAIL PROTECTED]> wrote: > > Do you have a

Re: [ns] nam: command not found

2007-12-19 Thread Md. Atiur Rahman Siddique
Hi Arvind, In my case nam is present as ~/ns-2.32-allinone/nam-1.13/nam ie, /nam-/nam. But you dont have to worry about the actual path, a link is setup automatically as ~/ns-2.32-allinone/bin/nam. There is a link for ns in the same directory too. So, all you need to do is to add this /bin to

Re: [ns] nam: command not found

2007-12-18 Thread Arvind Swaminathan
Hi Jonathan, This is the output. I guess it is a 64 bit machine. Linux retro17.design.com 2.6.9-43.ELsmp #1 SMP Wed Jan 10 19:57:37 EST 2007 x86_64 x86_64 x86_64GNU/Linu Thanks, Arvind On Dec 18, 2007 4:41 PM, Jonathan Guerin <[EMAIL PROTECTED]> wrote: > uname -a > > > On Dec 19, 2007 2:17 AM

Re: [ns] nam: command not found

2007-12-18 Thread Arvind Swaminathan
Hi Jonathan, I am using a Linux machine. How do I check the bit length? Arvind On Dec 18, 2007 1:29 AM, Jonathan Guerin <[EMAIL PROTECTED]> wrote: > Do you have a 64-bit OS installed? > > What version of the ns-allinone are you trying to install? > > > On Dec 18, 2007 5:25 PM, Arvind Swaminath

Re: [ns] nam: command not found

2007-12-18 Thread sura
I had come across the same problem. What I realize is inside ns-alloline directory there is another directory called nam. In there you must have executable call "nam". If it is not there then nam command will not work. What I did is I copied nam executable from nam working machine to it and now

Re: [ns] nam: command not found

2007-12-17 Thread Arvind Swaminathan
Hi everybody, Thanks for the e-mails. ./make is not working. make is giving me the following error. I would appreciate any advice on fixing this. /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -l

Re: [ns] nam: command not found

2007-12-17 Thread Filippos Kolovos
- Yes, You have to go in the nam directory (inside the ns-allinone) and in there issue ./configure and make -Fk On Dec 18, 2007 3:00 AM, < [EMAIL PROTECTED]> wrote: > > -- Forwarded message -- > From: "Arvind Swaminathan" < [EMAIL PROTECTED]> > To: ns-users@ISI.EDU > Date: Mon,

Re: [ns] nam: command not found

2007-12-17 Thread Arvind Swaminathan
Hi, Thanks for your replies. I was able to find the nam directory but not the nam executable. These are the only files with the word nam in it in that directory. None of them are executable. -rw-r--r-- 1 a0866510 drp 23537 Feb 23 1998 nam.1 -rw-r--r-- 1 a0866510 drp 1022 Nov 7 1998 nam

Re: [ns] nam: command not found

2007-12-17 Thread Md. Atiur Rahman Siddique
the all in one pack contains nam. it is located at ns/bin/nam -Atiur --- Arvind Swaminathan <[EMAIL PROTECTED]> wrote: > > Hi, > > Do I have to install nam separately? Or does the ns-allinone install > install nam also? > > When I type in nam from any directory, I always get a nam: command n