<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hey Cristiano,</p>
    <p>simply copying an executable from one linux to another (different
      system gcc and libs) is nothing I can recommend.</p>
    <p>Here is our secret: The binaries on the web page are completely
      static thanks to <br>
    </p>
    <p>make  USRLDFLAGS=-static READLINE=false</p>
    <p>Somehow, READLINE must be disabled for static linking.</p>
    Happy making,<br>
    Gregor<br>
    <br>
    <div class="moz-cite-prefix">Am 28.02.2017 um 07:33 schrieb Matthias
      Miltenberger:<br>
    </div>
    <blockquote cite="mid:b2c2c34b-07e1-7bba-1202-a7308c9347a0@zib.de"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      Dear Cristiano,<br>
      <br>
      yes, this is possible. By default, SCIP compiles statically and
      (almost) all third-party dependencies are included in the binary.
      So it should work to compile it on your machine and copy the
      binary to another that is running a similar system. Some
      dependencies will remain, for instance those to system libraries
      like libc, but those are very likely to be available on any Linux
      environment.<br>
      <br>
      You might also want to check out our precompiled libraries and
      binaries on our download page <a moz-do-not-send="true"
        class="moz-txt-link-freetext"
        href="http://scip.zib.de/#download">http://scip.zib.de/#download</a>.<br>
      <br>
      Another solution - if you can go without ZIMPL - is to compile
      SCIP like this: make ZIMPL=false<br>
      <br>
      all the best<br>
      Matthias<br>
      <br>
      <div class="moz-cite-prefix">On 27.02.2017 21:47, Cristiano Arbex
        wrote:<br>
      </div>
      <blockquote
cite="mid:CADwPUk9h2qd5FST-+Q=8s2g5Cyucka0YW+OjaEuPZd5ezdpuKQ@mail.gmail.com"
        type="cite">
        <div dir="ltr">Hi,
          <div><br>
          </div>
          <div>I have successfully compield SCIP with IPOPT on my own
            personal laptop (Ubuntu 14.04).</div>
          <div><br>
          </div>
          <div>Is there a way, however, to compile SCIP as a single
            standalone executable file containing everything, all
            libraries? One that I can copy to another Ubuntu computer?
            Reason I'm asking is because I do not have root permissions
            in this other computer, and I can't, for instance, install
            flex which is required by ZIMPL.</div>
          <div><br>
          </div>
          <div>So ideally I would compile SCIP, copy the executable to
            this other computer and run it there. Is that possible?</div>
          <div><br>
          </div>
          <div>Thank you very much,</div>
          <div>Cristiano</div>
        </div>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Scip mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Scip@zib.de">Scip@zib.de</a>
<a moz-do-not-send="true" 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 moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.zib.de/miltenberger">www.zib.de/miltenberger</a>
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:miltenberger@zib.de">miltenberger@zib.de</a>
+49 (30) 841 85-245</pre>
      <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>
  </body>
</html>