CS3.0.3 and salome 7.3.0
Posted: Fri Feb 21, 2014 11:30 am
Hello,
I have been able to install code saturne 3.0.3 and salome 7.3.0 individually on ubuntu 12.04 but have been unsuccessful in combining the two. I should point out I'm not the most experienced linux user.
The configure command I have been using is:
I have left off the --prefix option so the default install location is used. the --with-libxml2 option has been removed since pointing it to salome's libxml2 failed. Using the above command the configure exits successfully with although not all options are supported as seen in the attached config.log
The problem occurs during the make portion which exits with the following error:
Thanks in advance!
I have been able to install code saturne 3.0.3 and salome 7.3.0 individually on ubuntu 12.04 but have been unsuccessful in combining the two. I should point out I'm not the most experienced linux user.
The configure command I have been using is:
Code: Select all
./configure --with-hdf5=/home/martyn/salome/Salome-V7_3_0-LGPL-x86_64/prerequisites --with-med=/home/martyn/salome/Salome-V7_3_0-LGPL-x86_64/prerequisites --with-python=/home/martyn/salome/Salome-V7_3_0-LGPL-x86_64/prerequisites --with-salome=/home/martyn/salome/SALOME-MECA-2013.1-LGPL/
The problem occurs during the make portion which exits with the following error:
Code: Select all
Making all in salome
make[2]: Entering directory `/home/martyn/code-saturne-3.0.3/code_saturne-3.0.3/salome'
Making all in cfd_study
make[3]: Entering directory `/home/martyn/code-saturne-3.0.3/code_saturne-3.0.3/salome/cfd_study'
Making all in idl
make[4]: Entering directory `/home/martyn/code-saturne-3.0.3/code_saturne-3.0.3/salome/cfd_study/idl'
make all-am
make[5]: Entering directory `/home/martyn/code-saturne-3.0.3/code_saturne-3.0.3/salome/cfd_study/idl'
make[5]: *** No rule to make target `CFDSTUDY_GenDynSK.cc', needed by `libSalomeIDLCFDSTUDY_la-CFDSTUDY_GenDynSK.lo'. Stop.
make[5]: Leaving directory `/home/martyn/code-saturne-3.0.3/code_saturne-3.0.3/salome/cfd_study/idl'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/martyn/code-saturne-3.0.3/code_saturne-3.0.3/salome/cfd_study/idl'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/martyn/code-saturne-3.0.3/code_saturne-3.0.3/salome/cfd_study'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/martyn/code-saturne-3.0.3/code_saturne-3.0.3/salome'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/martyn/code-saturne-3.0.3/code_saturne-3.0.3'
make: *** [all] Error 2