I'm trying to install GAMSlinks so that I can run Gurobi 3.0.1 which is already installed and validated. GAMS version 23.3.3 is also installed. The system is 64 bit linux. I downloaded GAMSlinks 0.4 through subversion, but noticed that it included OSI version .99 which doesn't include a link to Gurobi. So, I updated the download by using "svn propset svn:externals -F Externals . svn update" to download version .103.<br>
<br>When I tried to run the ./configure script, it stops with:<br><br>make[3]: *** [OsiPresolve.lo] Error 1<br>make[3]: Leaving directory `/home/dpg3/GAMSlinks/Osi/src'<br>make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/home/dpg3/GAMSlinks/Osi/src'<br>
make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/dpg3/GAMSlinks/Osi'<br>make: *** [all-recursive] Error 1<br><br>Is Osi version .103 not supported, or am I doing something else wrong? <br><br>
Thanks for any help you can provide!<br>