Hello everybody,
I tried to install ns-allinone-2.29.3 to my iMac Intel with Mac OS X
10.4.11. After the install procedure, I put ns-allinone-2.29/otcl-1.11 and
ns-allinone-2.29/lib folders into my DYLD_LIBRARY_PATH environment variable,
and ns-allinone-2.29/tcl8.4.11/library folder into my TCL_LIBRARY
environmental variable, using these commands:

> export
> DYLD_LIBRARY_PATH=/Users/Alex/Desktop/ns-allinone-2.29/otcl-1.11:/Users/Alex/Desktop/ns-allinone-2.29/lib
>
> export TCL_LIBRARY=/Users/Alex/Desktop/ns-allinone-2.29/tcl8.4.11/library

 Executing a simple tcl example file, I have this error message:

> ns: finish: couldn't execute "nam": no such file or directory
>     while executing
> "exec nam out.nam &"
>     (procedure "finish" line 9)
>     invoked from within
> "finish"

 I searched solutions on web for a long time, and I've seen that I've to put
nam directory in the PATH. I tried to do this with

> export PATH=$PATH:/Users/Alex/Desktop/ns-allinone-2.29/nam-1.11/
>
 and the directory is effectively added to the path, as I can see with echo
$PATH. But it doesn't work the same.
Any suggestion?
Thanks in advance

Alessandro

Reply via email to