I' m trying to compile Ibex with SOPLEX in Windows under CYGWIN64.
I'm using g++ version 10.2.0 and Python 2.7.16.
But while calling make for SOPLEX it quits with this error:
Calling make : failed
Command ['C:\cygwin64\bin\make.exe', 'GMP=false', 'ZLIB=false', 'USRCPPFLAGS=
-fPIC'] returned 2
failed to make soplex-4.0.2 (['C:\cygwin64\bin\make.exe', 'GMP=false', 'ZLIB=
false', 'USRCPPFLAGS=-fPIC'])
(complete log in E:\ibex-2.8.9__build__\config.log)
I' m trying to compile Ibex with SOPLEX in Windows under CYGWIN64. I'm using g++ version 10.2.0 and Python 2.7.16.
But while calling make for SOPLEX it quits with this error:
Calling make : failed Command ['C:\cygwin64\bin\make.exe', 'GMP=false', 'ZLIB=false', 'USRCPPFLAGS= -fPIC'] returned 2 failed to make soplex-4.0.2 (['C:\cygwin64\bin\make.exe', 'GMP=false', 'ZLIB= false', 'USRCPPFLAGS=-fPIC']) (complete log in E:\ibex-2.8.9__build__\config.log)
config.log
Tbh I dont know why this is happening, especally bcaus it works just fine on Ubuntu. Right now I just want the dll and jar I should get at the end.