LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 07-17-2013, 12:22 PM   #61
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

# 60 .

Fedora 14 is an unsupported OS. Fedora lifetime = 1 year.
Better use Fedora 19.
Or one of the long term supported versions: CentOS 6 or Scientific SL6,
both a copy of RHEL 6. Originally based on Fedora 12.

Why not install both applications :
$ mkdir Aquasim && cd Aquasim/ && tar xvf Aqua-Sim-1.0.tgz
$ export CC=gcc34 CXX=g++34 && ./install : 4-5 minutes build time.

$ cd aqua3d-1.0.0-src/ && make : 1 minute.

Prerequisites : # yum install \
gcc-c++ compat-gcc-34-c++ automake autoconf make patch libtool \
libX11-devel libXmu-devel wxGTK-devel

-

Last edited by knudfl; 07-17-2013 at 12:24 PM.
 
Old 07-17-2013, 11:47 PM   #62
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
dear,,,knudfl....thanks for ur information...
 
Old 07-22-2013, 09:28 AM   #63
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
hai friends...anybody having aqua3d source documentation...i cant download sourcecode documentation from the link given in aqua-3d web page....if anybody have that document please send me...
 
Old 07-22-2013, 10:59 AM   #64
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
# 63 . Aqua3d-1.0.0-src, source code documentation :

The documentation of the functions in the c++ files (files.cpp, files.h)
are actually present in the files.
Examples : Aqua3D.cpp, ~30 lines of documentation.
DataManager.cpp, ~1000 lines documentation, same as the line count for code.


The old link that isn't working anymore probably just contained all that
documentation text from the c++ files.

-
 
Old 08-20-2013, 02:47 AM   #65
mahe.ek21
LQ Newbie
 
Registered: Aug 2013
Posts: 13

Rep: Reputation: Disabled
hai...i want to install aquasim and aqua3d in fedora 32 bit version version..Is fedora 19 32 bit version is suitable..i know fedora 19 support..but i am using 32 bit version..it is support or not..?tell me the step to install packages in fedora 19..
 
Old 08-20-2013, 08:39 AM   #66
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
Post # 65, @mahe.ek21 : Welcome to LQ.

Ns2 is made for 32bits. Fedora 19 - 32bits is perfect.
( A 64bits OS will provide a result with reduced functionality.)
Aquasim http://ubinet.engr.uconn.edu/aqua_pa...ua-Sim-1.0.tgz
Aquasim Fedora :
1) $ mkdir Aquasim
2) $ cd Aquasim/
3) $ tar xvf Aqua-Sim-1.0.tgz
4) $ export CC=gcc34 CXX=g++34 && ./install

* Prerequisites : # yum install \
gcc-c++ compat-gcc-34-c++ automake autoconf make libtool patch libXmu-devel

Link, Aqua3d-1.0.0.tar.gz https://docs.google.com/file/d/0B7S2...it?usp=sharing
Aquasim, LQ http://www.linuxquestions.org/questions/tags/aquasim/
Aqua3d http://www.linuxquestions.org/questions/tags/aqua3d/

-
 
1 members found this post helpful.
Old 08-21-2013, 02:43 AM   #67
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
# 65 .

Aqua3d :
# yum install wxGTK-devel mesa-libGL-devel mesa-libGLU-devel freeglut-devel
 
Old 09-15-2013, 11:53 PM   #68
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
Hai now i am try to install aquasim in ubuntu 12.04 but i got errror..this version suitable or not..can u tell me the steps in ubuntu 12.04 for aquasim installation..in this os gcc are default.but for aquasim we need gcc-c++.how to install this..?
And also other packages like automake libXmu wxGTK libGL libGLU freeglut..i searched in google there is number version which version is needed for this os..i try to install in fedora 19 and ubuntu 12.04 but i got same errors like tcl tk failed error..
 
Old 09-16-2013, 12:20 AM   #69
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
# 68 .

Did you read posts #66, #67 about Fedora ?
And post #47, Ubuntu 11.10...13.04 ?

Prerequisites for Aquasim, Aqua3d / Ubuntu :
$ sudo apt-get install \
g++ automake autoconf make libtool patch libxmu-dev \
libwxgtk2.8-dev libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev

Building Aquasim, Ubuntu 11.04...13.* :
1) $ mkdir Aquasim
2) $ cd Aquasim/
3) $ tar xvf Aqua-Sim-1.0.tgz
4) $ export CC=gcc41 CXX=g++41 && ./install

-
 
Old 09-17-2013, 10:24 AM   #70
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
Hai,from the 47 i installed the gcc41-compat and g++41-compat...thanks for the post..now i need to install automake autoconf libtool libx11 libxmu wxgtk...i download this packages but i find more number of version for each packages.eg freeglut_2.6.0.orig.tar.gz and freeglut3-dev_2.6.01ubuntu2_i386.deb i try to install this packages in group as u given in previous post and also individual installation.it shows error unable to locate package..can u please which version of this package need to be install for ubuntu 12.04..
 
Old 09-17-2013, 02:43 PM   #71
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
# 70 .
Quote:
now I need to install automake autoconf libtool libx11 libxmu wxgtk
... I download these packages
Why do you download the packages ?
Have you got no Internet connection ?

Ubuntu 12.04 link http://packages.ubuntu.com/precise/libxmu-dev
Be aware that the example `libxmu-dev' has plenty of dependencies:
libxext-dev libxmu-headers libxmu6 libxt-dev +
+ the numerous dependencies for these 4 packages.

Other packages : Use the search field in the link.
But : If you in any way can, please use the "Package Management",
$ sudo apt-get install <package> , or install synaptic,
to have as versatile "GUI Package Installer".

-
 
Old 09-17-2013, 07:57 PM   #72
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
Its enough to install any one of the dependiences in this package libx11-6..but there are lot of dependiences packets are there..or in Download libc6-in this option it contains no of packages..can i use this option.
 
Old 09-18-2013, 03:56 AM   #73
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
# 72 .

Repeat :
Why do you download the packages ?
Have you got no Internet connection ?

And :
Why don't you use the Ubuntu `Package Management' system(s) ?
https://help.ubuntu.com/community/InstallingSoftware

-
 
Old 09-23-2013, 12:09 AM   #74
hemamahe
Member
 
Registered: Jul 2013
Location: india
Posts: 45

Rep: Reputation: Disabled
hai..during installation of aquasim i got error like this...can u please tell me how to solve this


/home/shenba/Aqua-Sim-1.0/tk8.4.13/unix/../generic/tk.h:83:23: fatal error: X11/Xlib.h: No such file or directory
compilation terminated.
make: *** [tk3d.o] Error 1
tk8.4.13 make failed! Exiting ...
For problems with Tcl/Tk see http://www.scriptics.com
shenba@ubuntu:~/Aqua-Sim-1.0$
 
Old 09-23-2013, 02:58 AM   #75
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
# 74 .

! You will have to respond to posts #71, #73,
if you want any more answers !

$ sudo apt-get install libxmu-dev
.. will also install libx11-dev, with "X11/Xlib.h".

-
 
  


Reply

Tags
aquasim, g++41-compat-1210, ns2



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
Make Ubuntu Linux work as a wireless router--wireless Internet sharing erossmith Linux - General 6 04-21-2013 09:59 PM
Cannot get wireless to work on Toshiba Satellite L350-170 (Wireless card: RTL8187B) anon095 Linux - Laptop and Netbook 5 01-07-2009 06:33 PM
Wireless (Intel PRO/Wireless 2200BG) network problems using FC5 kernel 2.6.17 TempleOwl1999 Linux - Laptop and Netbook 14 08-26-2006 02:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 09:26 PM.

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