LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 07-17-2012, 04:07 PM   #76
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641

# 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

.
 
Old 07-29-2012, 04:02 AM   #77
guo
LQ Newbie
 
Registered: Jul 2012
Posts: 10

Rep: Reputation: Disabled
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?
 
Old 07-29-2012, 04:32 AM   #78
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 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

.
 
Old 02-22-2014, 10:30 AM   #79
vishnu1
LQ Newbie
 
Registered: Feb 2014
Posts: 6

Rep: Reputation: Disabled
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 ..
 
Old 02-22-2014, 12:42 PM   #80
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 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.

-
 
Old 02-24-2014, 01:20 AM   #81
vishnu1
LQ Newbie
 
Registered: Feb 2014
Posts: 6

Rep: Reputation: Disabled
#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.
 
Old 02-24-2014, 04:18 AM   #82
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 81 :

Not really a relevant topic in this "z-mac, drand thread" : Start a new thread.

See #80 : ""you will not get any answers... ""
 
  


Reply

Tags
drand, g++41-compat, ns2, zmac



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
NS2 S-MAC Sleep Time Query ulyssues.fam Linux - Newbie 1 11-24-2012 04:18 PM
NS2 S-MAC Protocol Sleep Time Query ulyssues.fam Linux - Newbie 0 04-14-2012 09:01 AM
ns2.29.3 installation on fedora 15 , nam installation problem Narges Linux - Networking 5 10-31-2011 11:09 AM
Need help in NS2 installation maneshmotts Ubuntu 5 09-10-2011 05:47 AM
NS2 installation eby83 Linux - Newbie 2 06-11-2007 01:08 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration