Hi,
I want to know if I had written correctly environment variable while
installing ns2.33
----------------------------------------------------------
important notices (1) et (2)
(1) You MUST put /home/Imene/Bureau/ns-allinone-2.33/otcl-1.13,
/home/Imene/Bureau/ns-allinone-2.33/lib,
into your LD_LIBRARY_PATH environment variable.
If it complains about X libraries, add path to your X libraries
into LD_LIBRARY_PATH.
If you are using csh, you can set it like:
setenv LD_LIBRARY_PATH <paths>
If you are using sh, you can set it like:
export LD_LIBRARY_PATH=<paths>
(2) You MUST put /home/Imene/Bureau/ns-allinone-2.33/tcl8.4.18/library into
your TCL_LIBRARY environmental
-------------------------------------------------------------
then I had written like this
________________________________________
LD_LIBRARY_PATH=$ LD_LIBRARY_PATH:
/home/Imene/Bureau/ns-allinone-2.33/otcl-1.13:/home/Imene/Bureau/ns-allinone-2.33/lib
TCL_LIBRARY=$TCL_LIBRARY:/home/Imene/Bureau/ns-allinone-2.33/tcl8.4.18/library:/home/Imene/Bureau/ns-allinone-2.33/tcl8.4.18/library
__________________________________________
is it ok what I have done please?
thanks in advance