|
TWiki . Simulation . DetailsOfTheSystemAndSoftwareEnvironment
|
- Computer is a dual-processor 1 GHz Pentium system.
- Operating system is Linux Fedora Core 3:
Linux rama 2.6.12-1.1378_FC3smp #1 SMP Wed Sep 14 04:52:36 EDT 2005 i686 i686 i386 GNU/Linux
- gcc is:
20:35 ~ : gcc -v
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
- I have tcl/tk 8.4 libraries installed on the system.
- I have blt 2.4 libraries installed on the system.
- I have installed
omnetpp-3.2p1 under $HOME/oppsim directory.
- I have installed
INET-20060330 under $HOME/oppsim directory.
- Note that I have created the symbolic links
omnetpp and INET under my $HOME/oppsim directory (so that I can have different versions of OMNeT++ and INET Framework installed side-by-side) by using these commands:
-
ln -s INET-20060330 INET
-
ln -s omnetpp-3.2p1 omnetpp
- I have included the following lines in my
.cshrc file to set some environment variables (my login shell is tcsh):
-
set path = (~/${ARCH}.bin ~/bin ${HOME}/oppsim/omnetpp/bin ${HOME}/oppsim/INET/bin /usr/sbin $path)
-
setenv LD_LIBRARY_PATH "/usr/lib:/usr/local/lib:${HOME}/oppsim/omnetpp/lib"
-
setenv TCL_LIBRARY "/usr/share/tcl8.4"
-
setenv TK_LIBRARY "/usr/share/tk8.4"
- Here is my configure.user file.
(coming soon)
Copyright © 1999-2003 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback.