I am trying to install code Aster 9.3 (redirection) on my computer running under openSuse 11.1, when starting the installation
python setup.py install
I got the following messages
python setup.py install
setup.py:40: DeprecationWarning: the sets module is deprecated
from sets import Set
/home/ahmed/Aster/aster-full-src-9.3.0/as_setup.py:41: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
Code_Aster Setup
revision 3437 2008-07-03 16:50:52Z
Copyright (c) 2001-2009 EDF R&D - redirection
Command line :
/usr/bin/python setup.py install
Reading config file ‘/home/ahmed/Aster/aster-full-src-9.3.0/setup.cfg’…
_install_pylotage (from cfg) : True
PREFER_64BITS_LIBS (from cfg) : True
PREFER_SHARED_LIBS (from cfg) : False
_install_omniORB (from cfg) : True
PREFER_COMPILER (from cfg) : ‘Intel’
ASTER_ROOT (from cfg) : ‘/home/ahmed/Aster’
_install_tcl (from cfg) : False
_install_omniORBpy (from cfg) : True
_install_tk (from cfg) : False
MAXDEPTH (from cfg) : 3
SALOME_VERSION (from cfg) : ‘DEFAULT’
Deleting cache file ‘/home/ahmed/Aster/aster-full-src-9.3.0/setup.cache’…
Checking for max command length… 32768
Checking for file… /usr/bin/file
Checking for ar… (locate)… no
Checking for bash… (locate)… no
Checking for ksh… (locate)… no
Checking for zsh… (locate)… no
Checking for Python multi-threading… yes
Checking for mpirun… (locate)… no
Checking for prun… no
Checking for libpthread.so… (locate)… no
Checking for libpthread.a… (locate)… no
Checking for libg2c.so… (locate)… no
Checking for libg2c.a… (locate)… no
Checking for libz.so… (locate)… no
Checking for libz.a… (locate)… no
Checking for Intel compilers…
Checking for icc… no
ERROR #1: Unable to find file icc
Checking for icpc… no
ERROR #2: Unable to find file icpc
Checking for ifort… no
ERROR #3: Unable to find file ifort
Checking for ifort… no
WARNING : Unable to find file ifort
Checking for Intel compilers… 3 error(s) (see previous ERROR)
Checking for GNU compilers…
Checking for gcc… (locate)… no
ERROR #1: Unable to find file gcc
Checking for g++… no
ERROR #2: Unable to find file g++
Checking for gfortran… (locate)… no
ERROR #3: Unable to find file gfortran
Checking for gfortran… (locate)… no
WARNING : Unable to find file gfortran
Checking for GNU compilers… 3 error(s) (see previous ERROR)
Checking for Intel compilers without mathematical libraries…
Checking for icc… no
ERROR #1: Unable to find file icc
Checking for icpc… no
ERROR #2: Unable to find file icpc
Checking for ifort… no
ERROR #3: Unable to find file ifort
Checking for ifort… no
WARNING : Unable to find file ifort
Checking for Intel compilers without mathematical libraries… 3 error(s) (see previous ERROR)
Checking for GNU compilers without mathematical libraries…
Checking for gcc… (locate)… no
ERROR #1: Unable to find file gcc
Checking for g++… no
ERROR #2: Unable to find file g++
Checking for gfortran… (locate)… no
ERROR #3: Unable to find file gfortran
Checking for gfortran… (locate)… no
WARNING : Unable to find file gfortran
Checking for GNU compilers without mathematical libraries… 3 error(s) (see previous ERROR)
Compiler variables (set as environment variables):
Checking for ps… (locate)… no
Checking for xterm… (locate)… no
Checking for nedit… no
Checking for gedit… (locate)… no
Checking for kwrite… (locate)… no
Checking for xemacs… (locate)… no
Checking for emacs… /usr/bin/emacs
Checking for gdb… (locate)… no
Checking for dbx… no
Checking for ladebug… no
Checking for flex… (locate)… no
Checking for ranlib… (locate)… no
Checking for bison… (locate)… no
Checking for host name… linux-csfu
Checking for network domain name… site
Checking for full qualified network name… linux-csfu.site
Checking for Numeric/arrayobject.h… /usr/include/python2.6/Numeric/arrayobject.h
Checking for dependencies and required variables for ‘main’… OK ]
Checking for dependencies and required variables for ‘cfg’… OK ]
Filling cache… OK ]
Check if found values seem correct. If not you can change them using ‘setup.cfg’.
Do you want to continue (y/n, default n) ?
if I answer y, I got about 27 pages of warning and error messages
Can any one help me pin pointing my mistakes
Appreciate your help