<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear Sujayandra,<br>
    <br>
    I'm sorry to tell you that your installation of SCIP did not work.
    In the output it says: "g++: Command not found". You're obviously
    missing a C++ compiler in your cygwin environment. Please install
    g++ and while you're at it you might also want to install
    "readline", "zlib" and "gmp" - the "-dev" version is required to
    ensure that the header files are also available.<br>
    <br>
    Please also have a thorough look at the INSTALL file in the SCIP
    distribution.<br>
    <br>
    all the best<br>
    Matthias<br>
    <br>
    <div class="moz-cite-prefix">On 22.12.2016 07:58, Sujayandra V
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAPCdtQ=fpaYRcKVQWsDB6jq7Pnt=8dy_y-h-3BnSQAVN8vHf+w@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello ZIB Team
        <div><br>
        </div>
        <div><br>
        </div>
        <div>I have installed cygwin and tried to install SCIP in
          windows. I am not clear if I am in the right direction. </div>
        <div><br>
        </div>
        <div>I call make command inside SCIP folder and get this output
           below. How do I check if its is installed. Also can I run
          some sample examples to check if installation is perfect. </div>
        <div><br>
        </div>
        <div>-------------------------------------------------------------------------------------------------------------</div>
        <div><br>
        </div>
        <div>
          <div>make[1]: Entering directory
            '/cygdrive/c/scipoptsuite-3.2.1'</div>
          <div>** Creating directory
            "/cygdrive/c/scipoptsuite-3.2.1/scip-3.2.1/lib".</div>
          <div>** Creating directory
            "/cygdrive/c/scipoptsuite-3.2.1/scip-3.2.1/lib/zimplinc".</div>
          <div><br>
          </div>
          <div>** Building SoPlex library
"/cygdrive/c/scipoptsuite-3.2.1/soplex-2.2.1/lib/libsoplex.cygwin.x86.gnu.opt.a".</div>
          <div>make[2]: Entering directory
            '/cygdrive/c/scipoptsuite-3.2.1/soplex-2.2.1'</div>
          <div>make[3]: Entering directory
            '/cygdrive/c/scipoptsuite-3.2.1/soplex-2.2.1'</div>
          <div>make[3]: Leaving directory
            '/cygdrive/c/scipoptsuite-3.2.1/soplex-2.2.1'</div>
          <div>make[3]: Entering directory
            '/cygdrive/c/scipoptsuite-3.2.1/soplex-2.2.1'</div>
          <div>-> compiling
            obj/O.cygwin.x86.gnu.opt/lib/changesoplex.o</div>
          <div>make[3]: g++: Command not found</div>
          <div>Makefile:609: recipe for target
            'obj/O.cygwin.x86.gnu.opt/lib/changesoplex.o' failed</div>
          <div>make[3]: ***
            [obj/O.cygwin.x86.gnu.opt/lib/changesoplex.o] Error 127</div>
          <div>make[3]: Leaving directory
            '/cygdrive/c/scipoptsuite-3.2.1/soplex-2.2.1'</div>
          <div>Makefile:473: recipe for target 'makelibfile' failed</div>
          <div>make[2]: [makelibfile] Error 2 (ignored)</div>
          <div>make[3]: Entering directory
            '/cygdrive/c/scipoptsuite-3.2.1/soplex-2.2.1'</div>
          <div>-> compiling
            obj/O.cygwin.x86.gnu.opt/lib/changesoplex.o</div>
          <div>make[3]: g++: Command not found</div>
          <div>Makefile:609: recipe for target
            'obj/O.cygwin.x86.gnu.opt/lib/changesoplex.o' failed</div>
          <div>make[3]: ***
            [obj/O.cygwin.x86.gnu.opt/lib/changesoplex.o] Error 127</div>
          <div>make[3]: Leaving directory
            '/cygdrive/c/scipoptsuite-3.2.1/soplex-2.2.1'</div>
          <div>Makefile:437: recipe for target 'all' failed</div>
          <div>make[2]: [all] Error 2 (ignored)</div>
          <div>make[2]: Leaving directory
            '/cygdrive/c/scipoptsuite-3.2.1/soplex-2.2.1'</div>
          <div><br>
          </div>
          <div>** Building ZIMPL library
"/cygdrive/c/scipoptsuite-3.2.1/zimpl-3.3.3/lib/libzimpl.cygwin.x86.gnu.opt.a".</div>
          <div>make[2]: Entering directory
            '/cygdrive/c/scipoptsuite-3.2.1/zimpl-3.3.3'</div>
          <div>-> compiling obj/O.cygwin.x86.gnu.normal.opt/blkmem.o</div>
          <div>make[2]: gcc: Command not found</div>
          <div>Makefile:249: recipe for target
            'obj/O.cygwin.x86.gnu.normal.opt/blkmem.o' failed</div>
          <div>make[2]: *** [obj/O.cygwin.x86.gnu.normal.opt/blkmem.o]
            Error 127</div>
          <div>make[2]: Leaving directory
            '/cygdrive/c/scipoptsuite-3.2.1/zimpl-3.3.3'</div>
          <div>Makefile.doit:149: recipe for target
'/cygdrive/c/scipoptsuite-3.2.1/zimpl-3.3.3/lib/libzimpl.cygwin.x86.gnu.opt.a'
            failed</div>
          <div>make[1]: ***
[/cygdrive/c/scipoptsuite-3.2.1/zimpl-3.3.3/lib/libzimpl.cygwin.x86.gnu.opt.a]
            Error 2</div>
          <div>make[1]: Leaving directory
            '/cygdrive/c/scipoptsuite-3.2.1'</div>
          <div>Makefile:87: recipe for target 'scipbinary' failed</div>
          <div>make: *** [scipbinary] Error 2</div>
        </div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>-------------------------------------------------------------------------------------------------------------<br>
        </div>
        <div><br>
        </div>
        <div><br clear="all">
          <div><br>
          </div>
          -- <br>
          <div class="gmail_signature">
            <div dir="ltr">
              <div>Regards<br>
              </div>
              Sujayandra V<br>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Scip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de">Scip@zib.de</a>
<a class="moz-txt-link-freetext" href="http://listserv.zib.de/mailman/listinfo/scip">http://listserv.zib.de/mailman/listinfo/scip</a>
</pre>
    </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>