RBigData / pbdBASE

Set of base classes and methods for the pbdR project.
http://r-pbd.org/
Mozilla Public License 2.0
8 stars 5 forks source link

Fortran error with GCC-8.1.0 Rtools #35

Closed jeroen closed 6 years ago

jeroen commented 6 years ago

The new gcc 8.1.0 Fortran compiler fails here:

https://github.com/RBigData/pbdBASE/blob/618b9299ae2ff412667f814b793e5babea540605/src/utils/subset_special.f90#L63-L65

With this error (full build log):

Fatal Error: Can't open module file 'sorts.mod' for reading at (1): No such file or directory
compilation terminated.

I know very little about fortran. Is this a bug in the toolchain? We also have a new version of make, perhaps there is an issue with your Makevars.win?