<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear Nazim,<br>
    <br>
    the way we generate shared libraries does not work very well on a
    Windows system. We create different libraries (libscip, liblpi, ...)
    which depend from each other. This leads in your case to the error
    message "undefined references to ..." during the creation of the
    SCIP libraries.<br>
    <br>
    As far as I know you will need a DLL instead of .so library to use
    the JNI on Windows. I guess the easiest way is to use the Microsoft
    Visual Studio Compiler (in MinGW) to generate a single DLL
    (containing everything you need) and to compile the JNI. Since this
    is already non-trivial we decided to provide all necessary DLLs and
    the scip.jar for future releases. I will send you all necessary
    files in a separate mail for the current release.<br>
    <br>
    I also want to mention that in the upcoming bugfix release we will
    provide a revised version of the python interface. If you do not
    have a good reason to use the JNI then you should probably switch to
    the python interface. The bugfix release will be in the next few
    weeks.<br>
    <br>
    <br>
    Cheers,<br>
    <br>
    Benny<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 02/14/2016 04:24 PM, Nazim Nachi
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAB70xFkPgv1e8pGu8ptQjWfQv8XVWC_CUucdvXqYBbDeOvnM8A@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
style="font-size:12pt;font-family:Arial,sans-serif;background-image:initial;background-repeat:initial"
            lang="EN-US">Hi</span><span
            style="font-size:12pt;font-family:'Times New Roman',serif"
            lang="EN-US"></span></p>
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
            style="font-size:12pt;font-family:Arial,sans-serif"
            lang="EN-US"> </span></p>
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
            style="font-size:12pt;font-family:Arial,sans-serif"
            lang="EN-US">I am trying to install scip in win 10 machine
            with soplex since 3 days but unfortunately I couldn't
            succeed.</span></p>
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
            style="font-size:12pt;font-family:Arial,sans-serif"
            lang="EN-US"> </span></p>
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
            style="font-size:12pt;font-family:Arial,sans-serif"
            lang="EN-US">I have followed every details you put on the
            installation information and I have done all the
            prerequisites (Remarks on Installing under Windows using
            MinGW)</span></p>
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
            style="font-size:12pt;font-family:Arial,sans-serif"
            lang="EN-US"> </span></p>
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
            style="font-size:12pt;font-family:Arial,sans-serif"
            lang="EN-US">I am specifically trying to install the JNI
            interface but at the compilation of scip, I have error
            messages (e.g :
            obj/O.mingw.x86.gnu.opt/lib/xml/xmlparse.o:xmlparse.c:(.text+0x2b60):
            undefined reference to `BMSfreeMemory_call')</span></p>
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
            style="font-size:12pt;font-family:Arial,sans-serif"
            lang="EN-US">And the …<a moz-do-not-send="true"
              href="http://mingw.x86.gnu.opt.so/" target="_blank">mingw.x86.gnu.opt.so</a>  is
            not created for the scip</span></p>
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
            style="font-size:12pt;font-family:Arial,sans-serif"
            lang="EN-US"> </span></p>
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
            style="font-size:12pt;font-family:Arial,sans-serif"
            lang="EN-US">Could you help me please with this installation
            ?</span></p>
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
            style="font-size:12pt;font-family:Arial,sans-serif"
            lang="EN-US"> </span></p>
        <p class="MsoNormal"
          style="margin-bottom:0.0001pt;font-size:12.8px"><span
            style="font-size:12pt;font-family:Arial,sans-serif"
            lang="EN-US">Thanks and regards</span></p>
      </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">-- 
______________________________
Benjamin Müller
Zuse Institute Berlin
Takustr. 7, 14195 Berlin
<a class="moz-txt-link-abbreviated" href="mailto:benjamin.mueller@zib.de">benjamin.mueller@zib.de</a>
+49 30 841 85-195</pre>
  </body>
</html>