Closed
Description
Description
The bootstrapped version of fpm reports an error when compiling fpm in the Windows MSYS2 environment:
- Download the bootstrapped source file and compile it with gfortran to obtain fpm-boostrap;
- Use fpm-boostrap to compile the fpm repository and an error is reported:
$ gfortran -Ofast fpm-0.11.0.F90 -o fpm-bootstrap
$ cd path-to-fpm-repo-folder
$ fpm-bootstrap build
<ERROR> *cmd_build* Target error: Unable to find source for module dependency: "fpm_command_line" used by "app\main.f90"
STOP 1
Expected Behaviour
The bootstrap program fpm-boostrap compiles the fpm repository without errors.
Version of fpm
0.11.0
Platform and Architecture
Windows MSYS2