<html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><style>body { line-height: 1.5; }blockquote { margin-top: 0px; margin-bottom: 0px; margin-left: 0.5em; }p { margin-top: 0px; margin-bottom: 0px; }div.foxdiv20150702132755589432 { }body { font-size: 12pt; font-family: Calibri; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span>Dear <span style="font-size: 12pt; line-height: 1.5; background-color: window;">Matthias,</span></div><div><br></div><div>I cannot find <span style="background-color: rgba(0, 0, 0, 0); font-size: 12pt; line-height: 1.5;">libcplex.mingw.x86.gnu.a in the folder of CPLEX.</span></div><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 12pt; line-height: 1.5;"><br></span></div><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 12pt; line-height: 1.5;">In lib of CPLEX, there are three subfolders.  In these three folders, there is not "</span><span style="font-size: 12pt; line-height: 1.5; background-color: window;"> </span><span style="color: rgb(0, 0, 0); font-size: 12pt; line-height: 1.5; background-color: rgba(0, 0, 0, 0);">libcplex.mingw.x86.gnu.a</span><span style="background-color: rgba(0, 0, 0, 0); font-size: 12pt; line-height: 1.5;">".</span></div><div>For example, in <span style="background-color: rgba(0, 0, 0, 0); font-size: 12pt; line-height: 1.5;">x64_windows_vs2008, there other subfolders: </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 12pt; line-height: 1.5;">stat_mda, </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 12pt; line-height: 1.5;">stat_mdd, </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 12pt; line-height: 1.5;">stat_mta, and </span><span style="background-color: rgba(0, 0, 0, 0); font-size: 12pt; line-height: 1.5;">stat_mtd with some lib files.</span></div><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 12pt; line-height: 1.5;"><br></span></div><div><img src="cid:_Foxmail.1@3d9f316a-09a9-6be9-9c65-a8879abff5f0" border="0"></div>
<blockquote style="margin-top: 0px; margin-bottom: 0px; margin-left: 0.5em;"><div> </div><div><br></div><div><br></div><div>Thanks,</div><div><br></div><div><br></div><div>Xiangyong Li</div><div><br></div><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm"><div style="PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 12px;FONT-FAMILY:tahoma;COLOR:#000000; BACKGROUND: #efefef; PADDING-BOTTOM: 8px; PADDING-TOP: 8px"><div><b>From:</b> <a href="mailto:miltenberger@zib.de">Matthias Miltenberger</a></div><div><b>Date:</b> 2015-07-01 15:42</div><div><b>To:</b> <a href="mailto:scip@zib.de">scip</a>; <a href="mailto:lixiangyong@163.com">lixiangyong</a></div><div><b>Subject:</b> RE: [Scip] about installing SCIP at a 64-bit Windows system</div></div></div><div><div class="FoxDiv20150702132755589432"><p dir="ltr">Dear Xiangyong Li, </p>
<p dir="ltr">you are trying to compile SCIP with CPLEX as LP solver (instead of SCIP's default solver SoPlex). So you need to make sure that you have CPLEX installed on your system. You also need to tell SCIP where to find it, by setting up links in the lib directory that point to the CPLEX library and the CPLEX header files. </p>
<p dir="ltr">Please have a look at the INSTALL file of SCIP for more details on how to set up these links. </p>
<p dir="ltr">Cheers <br>
Matthias <br></p>
<p dir="ltr">-- <br>
Sent from mobile device - please excuse brevity<br>
Matthias Miltenberger<br>
<a href="http://www.zib.de/miltenberger">www.zib.de/miltenberger</a></p>
<br><br>---- lixiangyong@163.com wrote ----<br><br>
<div><span></span>Dear all,</div><div><br></div><div>I am installing SCIP at a 64-bit Windows system.  I got the following warning and error information:</div><div><br></div><div><br></div><span style="color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x666c): undefined reference to `_imp__CPXcreateprob@12'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x6c03): undefined reference to `_imp__CPXgetobjval@12'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x6cb1): undefined reference to `_imp__CPXgetobjsen@8'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x6d53): undefined reference to `_imp__CPXgetlb@20'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x6d85): undefined reference to `_imp__CPXgetub@20'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x6ee0): undefined reference to `_imp__CPXchgbds@24'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x6f70): undefined reference to `_imp__CPXchgbds@24'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x70c5): undefined reference to `_imp__CPXcopybase@16'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x7216): undefined reference to `_imp__CPXcopybase@16'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x7402): undefined reference to `_imp__CPXgetobjsen@8'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x74a3): undefined reference to `_imp__CPXgetlb@20'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x74d5): undefined reference to `_imp__CPXgetub@20'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x7630): undefined reference to `_imp__CPXchgbds@24'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x76c0): undefined reference to `_imp__CPXchgbds@24'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x77c2): undefined reference to `_imp__CPXcopybase@16'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x7953): undefined reference to `_imp__CPXcopybase@16'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x7b14): undefined reference to `_imp__CPXgetnumcols@8'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x7b2f): undefined reference to `_imp__CPXgetnumrows@8'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x7bfd): undefined reference to `_imp__CPXgetlb@20'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x7c41): undefined reference to `_imp__CPXgetub@20'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x7d87): undefined reference to `_imp__CPXcopybase@16'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x7e99): undefined reference to `_imp__CPXreadcopyprob@16'<br>obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o:lpi_cpx.c:(.text+0x7f19): undefined reference to `_imp__CPXwriteprob@16'<br>c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: obj/O.mingw.x86.gnu.opt/lib/lpi/lpi_cpx.o: bad reloc address 0x214 in section `.<br>rdata'<br>collect2.exe: error: ld returned 1 exit status<br>ln: creating symbolic link `scip.mingw.x86.gnu.opt.cpx.exe' to `scip-3.1.1.mingw.x86.gnu.opt.cpx.exe': No such file or directory<br>make[1]: *** [bin/scip.mingw.x86.gnu.opt.cpx.exe] Error 1<br></span><div><span style="background-color: rgba(0, 0, 0, 0); font-size: 12pt; line-height: 1.5;">make: *** [all] Error 2</span> </div>
<div><br></div><div><br></div><div>Would you please help me to figure it out? Thanks.</div><div><br></div><div><br></div><div>Regards,</div><div><br></div><div><br></div><div>Xiangyong Li</div>
<div><br></div><div><br></div><div><br></div></div></div></blockquote>
</body></html>