Re: [ns] Installing problem

2010-04-15 Thread Teerawat Issariyakul


Hi Umang

I did some test on NS2 installation few weeks ago. Here is the result

http://www.ns2ultimate.com/post/439346614/working-combination-ns-2-34-ubuntu-8-04-and-perhaps

There is a problem with the current linux-like distribution. Here is the
solution

http://www.ns2ultimate.com/post/441093095/ns-2-35-works-on-cygwin

I hope this will help.

Best Wishes,

Teerawat Issariyakul
http://www.ns2ultimate.com/
http://www.ece.ubc.ca/~teerawat
http://www.t-issariyakul.blogspot.com
http://www.facebook.com/pages/Teerawat-Issariyakul/358240861417
http://twitter.com/T_Bear

On 4/15/2010, "umang joshi"  wrote:

>
>Sir,
>
>I have problem with installing ns-allinone-2.34 on ubuntu-10.04. my error code 
>is copied below. anybody can help me?
>
>
>
>
>/home/dhananjay/ns-allinone-2.34/otcl-1.13/otcl.c:495: undefined reference to 
>`__stack_chk_fail_local'
>otcl.o: In function `Otcl_Init':
>/home/dhananjay/ns-allinone-2.34/otcl-1.13/otcl.c:2284: undefined reference to 
>`__stack_chk_fail_local'
>ld: libotcl.so: hidden symbol `__stack_chk_fail_local' isn't defined
>ld: final link failed: Nonrepresentable section on output
>make: *** [libotcl.so] Error 1
>otcl-1.13 make failed! Exiting ...
>See http://www.isi.edu/nsnam/ns/ns-problems.html for problems
>
>
>umang joshi
>sv-nit
>
>
>
>



[ns] Installing problem

2010-04-15 Thread umang joshi

Sir,

I have problem with installing ns-allinone-2.34 on ubuntu-10.04. my error code 
is copied below. anybody can help me?




/home/dhananjay/ns-allinone-2.34/otcl-1.13/otcl.c:495: undefined reference to 
`__stack_chk_fail_local'
otcl.o: In function `Otcl_Init':
/home/dhananjay/ns-allinone-2.34/otcl-1.13/otcl.c:2284: undefined reference to 
`__stack_chk_fail_local'
ld: libotcl.so: hidden symbol `__stack_chk_fail_local' isn't defined
ld: final link failed: Nonrepresentable section on output
make: *** [libotcl.so] Error 1
otcl-1.13 make failed! Exiting ...
See http://www.isi.edu/nsnam/ns/ns-problems.html for problems


umang joshi
sv-nit


  


[ns] installing problem

2009-10-30 Thread jeni martin

when i want to install ns-2.1b8-mcast, i typed ./configure
every thing seems to be ok!
and it gives me :
creating makefile
creating autoconf.h
and something else
the problem is when i type make or make all, it gives me:
"for i in indep-utils/cmu-scen-gen/setdest indeputils/webtrace-conv/dec 
indep-utils/webtrace-conv/nlanr indep-utils/webtrace-conv/ucb; do (cd $i; make 
all; ) done
make[1]: Entering directory 
'/root/.gnome-desktop/ns/ns-2.1b8-mcast/indep-utils/cmu-scen-gen/setdest'
make[1]:Nothing to be done for 'all'
make[1]: Leaving directory 
'/root/.gnome-desktop/ns/ns-2.1b8-mcast/indep-utils/cmu-scen-gen/setdest'
make[1]: Entering directory 
'/root/.gnome-desktop/ns/ns-2.1b8-mcast/indep-utils/webtrace-conv/dec'
make[1]:Nothing to be done for 'all'
make[1]: Leaving directory 
'/root/.gnome-desktop/ns/ns-2.1b8-mcast/indep-utils/webtrace-conv/epa'
make[1]: Entering directory 
'/root/.gnome-desktop/ns/ns-2.1b8-mcast/indep-utils/webtrace-conv/epa'
make[1]:Nothing to be done for 'all'
make[1]: Leaving directory 
'/root/.gnome-desktop/ns/ns-2.1b8-mcast/indep-utils/webtrace-conv/epa'
make[1]: Entering directory 
'/root/.gnome-desktop/ns/ns-2.1b8-mcast/indep-utils/webtrace-conv/nlanr'
make[1]:Nothing to be done for 'all'
make[1]: Leaving directory 
'/root/.gnome-desktop/ns/ns-2.1b8-mcast/indep-utils/webtrace-conv/lanr'
make[1]: Entering directory 
'/root/.gnome-desktop/ns/ns-2.1b8-mcast/indep-utils/webtrace-conv/ucb'
make[1]:Nothing to be done for 'all'
make[1]: Leaving directory 
'/root/.gnome-desktop/ns/ns-2.1b8-mcast/indep-utils/webtrace-conv/ucb'
 
when i look at the ns-2.1b8-mcast folde, i see configure,makefile and 
makefile.in files,
do you know what is the problem?
how can i solve it?


  


[ns] ns installing problem

2009-10-24 Thread jeni martin

hi all,
i want to install ns-2.1b8-mcast on slackware 10.
the install file is in the allinone folder, so i need to go to allinone folder 
for running command "./install".
after istalling, it gives me a message to set path,
"you must put /root/Desktop/tcl.tk8.3.2/ns-2.1b8/allinone/tcl 8.3.2/library in 
to your TCL_LIBRARY enviromental variable.
otherwise ns/nam will complain during start up"
but the problem is that i dont have the tcl8.3.2 in allinone folder, and if i 
put the tcl and other prerequisits in this folder and try "./install" command, 
it gives me a lot of errors.
 
and another problem is, when i check the bin folder in /allinone/bin, i don't 
have NS.exe file after running command "./install.
does anyone know how should i fix it?