I'm trying to execute the example "grid".
I'm using fortran in eclipse platform (photran) with gfortran compiler.
I didn't change makefile (from examples)
And I've got th error:
make all
gfortran -c -I ../src array_of_words.f90
array_of_words.f90:3.27:
use WRITE_XML_PRIMITIVES
1
Fatal Error: Can't open module file 'write_xml_primitives.mod' for reading at (1): No such file or directory
gfortran.exe: Internal error: Aborted (program f951)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [array_of_words.o] Error
What's that? Please help!
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to execute the example "grid".
I'm using fortran in eclipse platform (photran) with gfortran compiler.
I didn't change makefile (from examples)
And I've got th error:
make all
gfortran -c -I ../src array_of_words.f90
array_of_words.f90:3.27:
use WRITE_XML_PRIMITIVES
1
Fatal Error: Can't open module file 'write_xml_primitives.mod' for reading at (1): No such file or directory
gfortran.exe: Internal error: Aborted (program f951)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [array_of_words.o] Error
What's that? Please help!
Thank you