<div dir="ltr"><div dir="ltr">Hello,<div><br></div><div><div class="gmail_quote"><div dir="ltr">On Mon, Nov 12, 2018 at 9:35 AM Michael Scharrer <<a href="mailto:michael_489@hotmail.de">michael_489@hotmail.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div bgcolor="#FFFFFF">
<pre style="background-color:rgb(255,255,255);color:rgb(0,0,0);font-family:Menlo;font-size:13.5pt">git clone <a class="gmail-m_701427379886490794moz-txt-link-freetext" href="https://github.com/erlang/otp.git" target="_blank">https://github.com/erlang/otp.git</a>
<span style="color:rgb(11,12,149)">cd </span>otp
git checkout OTP-21.1.1

eval `./otp_build env_win32 x64`

./otp_build autoconf
./otp_build configure --without-wx --with-ssl=/cygdrive/c/OpenSSL-Win64/bin
./otp_build release -a /home/user_1/otp_21_1_1</pre></div></blockquote><div><div>If you set "V=1" before you run "./otp_build release" you will get a full printout of the command that is run. This should help to pinpoint the problem. i.e.</div><div><br></div><div>> V=1 ./otp_build release -a /home/user_1/otp_21_1_1</div></div><div><br></div><div>Lukas</div></div></div></div></div>