<div dir="ltr"><div><div><div><div><div><div><div><div><br></div>Hi All,<br><br></div>I am trying to compile SCIP on a server with gcc version 4.1.2 <br></div>Based on the instructions specified on the website and the INSTALL text file, I tried compiling SCIP using CPLEX as the LP solver with the following (most compatible) set of flags:<br>
<br>make ZLIB=false GMP=false READLINE=false LPS=cpx LPSOPT=opt-gccold OPT=opt-gccold<br><br></div>When I tried compiling, this is the error which terminates the compilation:<br><br>*****************************************************************************************************************<br>
-> compiling obj/O.linux.x86_64.gnu.opt-gccold/lib/objscip/objbranchrule.o<br>cc1plus: error: unrecognized command line option "-Wno-strict-overflow"<br>cc1plus: error: unrecognized command line option "-std=c++0x"<br>
gmake[3]: *** [obj/O.linux.x86_64.gnu.opt-gccold/lib/objscip/objbranchrule.o] Error 1<br>gmake[3]: Leaving directory `/home/projects/Ebeam/ILP_BP/tools/scipoptsuite-3.1.0/scip-3.1.0'<br>gmake[2]: *** [libs] Error 2<br>
gmake[2]: Leaving directory `/home/projects/Ebeam/ILP_BP/tools/scipoptsuite-3.1.0/scip-3.1.0'<br>gmake[1]: *** [scipbinary] Error 2<br>gmake[1]: Leaving directory `/home/projects/Ebeam/ILP_BP/tools/scipoptsuite-3.1.0'<br>
gmake: *** [scipbinary] Error 2<br>*******************************************************************************************************************<br><br></div>Could you please help me figure out how I can compile SCIP on this machine ? I was able to successfully compile and implement some code on a different machine with gcc version 4.4.7, but now I need to compile my code on this machine with an older version of gcc.<br>
<br></div>Thank you very much,<br><br></div>Abde Ali Kagalwalla,<br></div><br></div>