<div dir="ltr">Dear Andreas<div><br></div><div>If I understand correctly, you are not planning on using ZIMPL. In that case you can try to compile SCIP with the following options: </div><div>ZIMPL=false GMP=false ZLIB=false READLINE=false</div><div><br></div><div>This will tell SCIP not to use ZIMPL nor the  GMP, ZLIB, and READLINE libraries.</div><div><br></div><div>The error "../ mingw32/ bin/ ld.exe: cannot find -lpcre" appears because ZIMPL needs the PCRE library. This shouldl go away when you set ZIMPL=false.</div><div><br></div><div><br></div><div>If you are interested in using ZIMPL, please read the INSTALL file in the SCIP directory for suggestions on getting PCRE, GMP and ZLIB</div><div><br></div><div>Best,</div><div>Felipe</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 19, 2016 at 12:06 AM, Andreas Linß <span dir="ltr"><<a href="mailto:uk007796@student.uni-kassel.de" target="_blank">uk007796@student.uni-kassel.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Sir or Madame,<br>
I did write days ago one Mail to you, because I did not understand, how to compile scip with mingw on Win10. Upon your reply, I did compile scip. But I did not expect, that I have to compile too, to use it for Dantzig-Wolfe.   After downloading zimpl 3.3.2, I compiled the makefile and got the following error message:<br>
<br>
.. /mingw32/bin/ld.exe : cannot find -lgmp<br>
<br>
.....<br>
<br>
../ mingw32/ bin/ ld.exe: cannot find -lpcre<br>
<br>
<br>
I used google  and did not find any helpful devices to solve this problem, because I do not understand how to set the paths with -L and -I to the right places, because I do not have many exerpiences with Unix and setting links to paths.<br>
<br>
So I read the archives of the mailing list and the README of zimpl, but the devices did not help me. Do you can me explain, what I have to do?<br>
It is very unpleasent to ask that, because I think, for you it is easy, but I do not have any idea.<br>
<br>
Nice regards,<br>
Andreas<br>
<br>
______________________________<wbr>_________________<br>
Scip mailing list<br>
<a href="mailto:Scip@zib.de" target="_blank">Scip@zib.de</a><br>
<a href="http://listserv.zib.de/mailman/listinfo/scip" rel="noreferrer" target="_blank">http://listserv.zib.de/mailman<wbr>/listinfo/scip</a><br>
</blockquote></div><br></div>