[Scip] how to install SCIP with CPLEX in windows

Stefan Vigerske stefan at math.hu-berlin.de
Tue Jun 1 10:48:58 MEST 2010


Hi,

make does not find your cplex library.
Something may have got wrong when the links in scip/lib were setup.
Easiest may be to copy you cplex lib into c:\scip\lib and to name it
libcplex.mingw32_nt-6.0.x86.gnu.a

However, I doubt a bit whether you can link against the cplex library
with gnu compilers on Windows.

Stefan


Am 01.06.2010 10:30, schrieb XiangyongLi:
> Dear all,
> 
> 
> I want to install SCIP with CPLEX 12.1 in windows.  Before I can successfully install SCIP with Soplex in windows. 
> 
> 
> Attached please find my compilation process information.  Actually I have got most of required objectes
> 
> 
> The error is as follows:
> 
> -> linking bin/scip-1.2.0.mingw32_nt-6.0.x86.gnu.opt.cpx
> \mingw\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lcplex.mingw32_nt-6.0.x86.gnu
> collect2: ld returned 1 exit status
> make: *** [bin/scip-1.2.0.mingw32_nt-6.0.x86.gnu.opt.cpx] Error 1
> 
> In subdirectory c:\scip\lib, I have file  liblpicpx-1.2.0.mingw32_nt-6.0.x86.gnu.opt.a.
> 
> How to figure this problem?
> 
> 
> Thanks.
> 
> 
> Xiangyong 
>  
> 
> 
> 
> 
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> http://listserv.zib.de/mailman/listinfo/scip



More information about the Scip mailing list