Hello
I’ve tried to compile FAST v8.12 on Mac OS X 10.11, with gfortran 5.2, following the instructions in the pdf document. Firstly, many thanks for a nice descriptive document on how to proceed with compiling FAST.
Although, I’m still unable to compile the code. The following error is seen:
gfortran -I Obj_lin64 -O2 -m64 -fbacktrace -ffree-line-length-none -x f95-cpp-input -DUSE_DLL_INTERFACE -c ../Source/dependencies/BeamDyn/BeamDyn_IO.f90 -o Obj_lin64/BeamDyn_IO.o -J Obj_lin64 -B Obj_lin64
gfortran -I Obj_lin64 -O2 -m64 -fbacktrace -ffree-line-length-none -x f95-cpp-input -DUSE_DLL_INTERFACE -c ../Source/dependencies/BeamDyn/BeamDyn.f90 -o Obj_lin64/BeamDyn.o -J Obj_lin64 -B Obj_lin64
gfortran -I Obj_lin64 -O2 -m64 -fbacktrace -ffree-line-length-none -x f95-cpp-input -DUSE_DLL_INTERFACE -c ../Source/dependencies/OrcaFlex/OrcaFlexInterface.f90 -o Obj_lin64/OrcaFlexInterface.o -J Obj_lin64 -B Obj_lin64
‘
../Source/dependencies/OrcaFlex/OrcaFlexInterface.f90:792:0:
CALL C_F_PROCPOINTER( p%DLL_Orca%ProcAddr(2), OrcaDLL_Calc )
1
in pp_format, at pretty-print.c:614
Internal compiler error: Error reporting routines re-entered.
gfortran: internal compiler error: Abort trap: 6 (program f951)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [OrcaFlexInterface.o] Error 4
Any ideas?
Thanks a lot for your help!