i’m trying to compile Datcom More Info Here, i succeeded in doing this on Mac OSX with gfortran.
To do the same on W7 i downloaded MinGW and did the same things that i did on Mac but i get
Program received signal SIGSEGV: Segmentation fault - invalid memory reference
Backtrace for this error:
#0 6f6a5456
#1 6f69321f
#2 004011e9
when i’m starting the program…
$ datcom.exe
Enter the input file name:
EX1.INP
Thanks to all of your suggestions i succeeded in building datcom.
I succeeded installing Cygwin with gcc4 (that ships with 4.5.3 gfortran version). With this version simply doing
compiled correctly the software.
I don’t know if it would have worked with Cygwin and new version of gfortran.
Thanks a lot