Re: cs 2.1 Ubuntu 11.10
Posted: Tue Jan 03, 2012 11:18 am
Hello
Sergej ,
Your problem is probably due to the SALOME prerequisites file (from SALOME) not being sourced.
Instead of using --with-salome-gui and --with-salome-kernel, you should simply try the new (since Code_Saturne 2.1.2) --with-salome option:
./configure --with-salome=/home/sovsep/opt/salome_6.3.1
This should also work with SALOME 6.4. In case of a "universal binaries version of SALOME 6.4" (the ones witout a graphical instaler, but a ".run file"), the ".la" files of SALOME contain incorrect (not updated upon install) paths, so they must be removed to avoid link issues in Code_Saturne due to libtool trying to use those files.
Best regards,
Yvan
Sergej ,
Your problem is probably due to the SALOME prerequisites file (from SALOME) not being sourced.
Instead of using --with-salome-gui and --with-salome-kernel, you should simply try the new (since Code_Saturne 2.1.2) --with-salome option:
./configure --with-salome=/home/sovsep/opt/salome_6.3.1
This should also work with SALOME 6.4. In case of a "universal binaries version of SALOME 6.4" (the ones witout a graphical instaler, but a ".run file"), the ".la" files of SALOME contain incorrect (not updated upon install) paths, so they must be removed to avoid link issues in Code_Saturne due to libtool trying to use those files.
Best regards,
Yvan