<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I'm afraid I cannot help you much on this matter.<br>
    You should try compiling SCIP using nmake with the supplied
    Makefile.nmake.<br>
    Apart from that, building SCIP with SoPlex (LPS=spx) is probably
    easier.<br>
    <br>
    all the best<br>
    Matthias<br>
    <br>
    <div class="moz-cite-prefix">On 02.07.2015 07:33,
      <a class="moz-txt-link-abbreviated" href="mailto:lixiangyong@163.com">lixiangyong@163.com</a> wrote:<br>
    </div>
    <blockquote cite="mid:2015070213333880136266@163.com" type="cite">
      <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>
      <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:part1.03010501.08010503@zib.de" 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 moz-do-not-send="true"
                href="mailto:miltenberger@zib.de">Matthias Miltenberger</a></div>
            <div><b>Date:</b> 2015-07-01 15:42</div>
            <div><b>To:</b> <a moz-do-not-send="true"
                href="mailto:scip@zib.de">scip</a>; <a
                moz-do-not-send="true" 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 moz-do-not-send="true"
                href="http://www.zib.de/miltenberger">www.zib.de/miltenberger</a></p>
            <br>
            <br>
            ---- <a class="moz-txt-link-abbreviated" href="mailto:lixiangyong@163.com">lixiangyong@163.com</a> 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>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
\__________________

Matthias Miltenberger
Zuse Institute Berlin
Takustr. 7, 14195 Berlin
<a class="moz-txt-link-abbreviated" href="http://www.zib.de/miltenberger">www.zib.de/miltenberger</a>
<a class="moz-txt-link-abbreviated" href="mailto:miltenberger@zib.de">miltenberger@zib.de</a>
+49 (30) 841 85-245</pre>
  </body>
</html>