Open
Description
In MSYS2 I have put in function-parser-fortran
directory the files
error_module.f90
function_parser.F90
tests.f90
and tried to build with
cd function-parser-fortran
gfortran -Wall -Wno-unused-dummy-argument -Wno-maybe-uninitialized error_module.f90 function_parser.F90 tests.f90 -o tests.out 2>&1 | tee build.log
but it fails. Attached the build.log
Any suggestion to build programs with this package?
BTW I did a few years ago a Fortran interface to the C++ http://warp.povusers.org/FunctionParser/fparser4.5.2.zip
(AForAndromeda)
Metadata
Metadata
Assignees
Labels
No labels