![]() | 1 | initial version |
Looks like you are mixing compiler versions. Check which versions of symbols are available for your gfortran:
strings /usr/lib64/libgfortran.so.3 | grep "GFORTRAN_1"
and verify which version of g++/gfortran you are actually using:
g++ --version
gfortran --version
rpm -qf /usr/lib64/libgfortran.so.3
You will probably need to recompile /home/navds/LocInstall/HEP/PYTHIA6/pythia6428/
with gfortran-5.1.1.
![]() | 2 | No.2 Revision |
Looks like you are mixing compiler versions. Check which versions of symbols are available for your gfortran:
strings /usr/lib64/libgfortran.so.3 | grep "GFORTRAN_1"
and verify which version of g++/gfortran you are actually using:
g++ --version
gfortran --version
rpm -qf /usr/lib64/libgfortran.so.3
You If there is a mismatch, you will probably need to recompile /home/navds/LocInstall/HEP/PYTHIA6/pythia6428/
with gfortran-5.1.1.gfortran-5.1.1. Otherwise try to add -lgfortran
to the link line.
![]() | 3 | No.3 Revision |
Looks like you are mixing compiler versions. Check which versions of symbols are available for your gfortran:
strings /usr/lib64/libgfortran.so.3 | grep "GFORTRAN_1"
and verify which version of g++/gfortran you are actually using:
g++ --version
gfortran --version
rpm -qf /usr/lib64/libgfortran.so.3
If there is a mismatch, you will probably need to recompile /home/navds/LocInstall/HEP/PYTHIA6/pythia6428/
with gfortran-5.1.1. Otherwise try to add -lgfortran
to the link line.