Recent content by benjicre97

  1. benjicre97

    MinGW - error message using "make"

    It's my first time with Fortran and yeah it is pretty hard to read what the guy that write the code. It comes from "Auto-07p" that allows to compute orbites for a 3-body problem.
  2. benjicre97

    MinGW - error message using "make"

    Hello, I didn't enter REAL or INTEGER, it was during the installation so I only had to write "make" for the first time but I probably found the problem, it comes from an error in a file where I had to replace "CALL DGEMV('n',NDM,NDM,F,DFDU,NDM,U(NDM+1),1,0,DFDV(1,NDM+1),1)" by "CALL...
  3. benjicre97

    MinGW - error message using "make"

    Hello, I have a problem using MinGW. When I write "make" during the installation, this error appears : $make cd ./src;make make[1]: Entering directory '/home/benji/auto/07p/src' gfortran -fopenmp -O -c maps.f90 -o ../lib/maps.o maps.f90:97:41: 97 |...
Back
Top