Search found 1 match

by mboucheron
Thu Feb 16, 2017 4:59 pm
Forum: Installation issues
Topic: saturne asks for gfortran 1.4
Replies: 14
Views: 30202

Re: saturne asks for gfortran 1.4

Hi,

I had the same issue on Ubuntu 16.04 LTE, with Code_Saturne_4.0.7 and Salome_7.8.0, running from Salome (not standalone).

I fixed it by replacing
/home/maxime/salome/Salome-V7_8_0-public/prerequisites/debianForSalome/lib/libgfortran.so.3
with
/usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0 ...