Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
07-17-2012, 04:07 PM
|
#76
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
# 75
ns simple-wireless.tcl 3 wirelessOpt.tcl : 3 is not a valid figure.
Post # 47 gives you two valid examples :
ns simple-wireless.tcl 12 wirelessOpt.tcl
ns simple-wireless.tcl 20 wirelessOpt.tcl
.
|
|
|
07-29-2012, 04:02 AM
|
#77
|
LQ Newbie
Registered: Jul 2012
Posts: 10
Rep: 
|
root@priyanka-Aspire-5745:/usr/local/ns-allinone-2.26/ns-2.26 /drandTcl# ./ns-drand simple-wireless.tcl 15 wirelessOpt.tcl
num_nodes is set 15
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
warning: no class variable Agent/DRAND::randomSeed_
see tcl-object.tcl in tclcl for info about this warning.
Starting Simulation...
what do these warning mean?Should I pay attention to them?
|
|
|
07-29-2012, 04:32 AM
|
#78
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
# 77
Quote:
What do these warning mean ? Should I pay attention to them ?
|
Warnings are information. Not errors. And can usually be ignored.
Sometimes it is possible to avoid the warnings be editing a file.
There's an example here, post # 50 :
http://www.linuxquestions.org/questi...368/page4.html
.
|
|
|
02-22-2014, 10:30 AM
|
#79
|
LQ Newbie
Registered: Feb 2014
Posts: 6
Rep: 
|
ns-2.33 installation
Sir,
I followed post#14 to install ns-2.33 in ubuntu 10.10 (32 bit).
but i got following error
->
make: gcc-4.6.3: Command not found
make: *** [libotcl.a] Error 127
otcl-1.13 make failed! Exiting ..
|
|
|
02-22-2014, 12:42 PM
|
#80
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
# 79, @vishnu1.
I have no idea what you are doing :
There is no gcc-4.6.3 anywhere in post #14 / the post #14 files.
( And definitely no gcc-4.6.3 in Ubuntu 10.10 ).
Post #14 and this entire thread is about ns-2.26 / zmac / drand.
Please read http://www.linuxquestions.org/linux/rules.html
→ ""When posting in an existing thread, ensure that what you're posting
is on-topic and relevant to the thread.""
I.e. you will not get any answers for an off-topic question :
Start a new thread http://www.linuxquestions.org/questi...ux-software-2/ > New Thread
#14 has the gcc-4.1.2 compilers for Ubuntu 10.10, that the only relevant item.
-
|
|
|
02-24-2014, 01:20 AM
|
#81
|
LQ Newbie
Registered: Feb 2014
Posts: 6
Rep: 
|
#80
Sir,
Sorry for inconvenience.
Due to some ambiguity you misunderstood.
My intention was only to know how be can use gcc-4.1.2 to install ns-2.33 or ns-2.26.
a.As per my knowledge we need to change (nsallinone-2.23->otcl-1.13->Makefiel.in(ln-7-cc= gcc-V)).
b.After doing the step #a i am getting same error as i told in post #79.(with gcc-4.5,gcc-4.1.2,etc).
c.but it is ok with gcc-4.4 and gcc-4.6 only(no error).
So My final question is that we need to do step-a or not.
Thanks.
|
|
|
02-24-2014, 04:18 AM
|
#82
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,520
|
# 81 :
Not really a relevant topic in this "z-mac, drand thread" : Start a new thread.
See #80 : ""you will not get any answers... ""
|
|
|
All times are GMT -5. The time now is 08:33 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|