Ian McInerney

Results 235 comments of Ian McInerney

I think you can try adding ``` -Wa,-mbig-obj ``` to the compiler command line for mingw builds to get it to use a larger object size and not be limited.

Well, the error has at least changed, it is now a bunch of gfortran library linking errors, e.g. ``` [22:49:01] /opt/i686-w64-mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/bin/ld: ../libclusol.a(lusol6b.f.obj):lusol6b.f:(.text+0x530): undefined reference to `_gfortran_st_write' [22:49:01] /opt/i686-w64-mingw32/bin/../lib/gcc/i686-w64-mingw32/8.1.0/../../../../i686-w64-mingw32/bin/ld: ../libclusol.a(lusol6b.f.obj):lusol6b.f:(.text+0x552): undefined...

So... in today's edition of banging my head against the wall while fighting we CMake, we have a doozy. Basically, the link line for all the papilo executables on mingw...

Ok, all the builds seem to be working in the CI here now. @matbesancon anything else you want to do here, or is this good to merge?

There may be better ways to fix it upstream actually, but this was the easiest to do as a patch in Yggdrasil. Perhaps a better way to fix it upstream...