<div dir="auto">Nope, taking place on RHEL 5.3 according to "cat /etc/*-release"<div dir="auto"><br></div><div dir="auto">There are some company specific things done to the release but I'm not certain what those are. </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Dec 22, 2017 2:05 PM,  <<a href="mailto:taavi@uninet.ee">taavi@uninet.ee</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">Any chance, that you are on Mac OS with case insensitive file system?<div><br></div><div>best regards,</div><div>taavi<br><div><br><blockquote type="cite"><div>On 22 Dec 2017, at 19:32, Chris Hicks <<a href="mailto:iammononym@gmail.com" target="_blank">iammononym@gmail.com</a>> wrote:</div><br class="m_1314640209437023357Apple-interchange-newline"><div><div dir="ltr"><div><div><div><div>Hello folks,<br><br></div>I'm using the otp_src_20.0.tar.gz downloaded from <a href="http://Erlang.com" target="_blank">Erlang.com</a> and following the instructions found here: <a href="http://erlang.org/doc/installation_guide/INSTALL.html" target="_blank">http://erlang.org/doc/<wbr>installation_guide/INSTALL.<wbr>html</a><br><br></div>However, when I attempt to run `make` everything works fine until right after the hipe application. The error I get is as follows:<br><br>make[2]: Leaving directory `<root folder>/build/private/src/lib/<wbr>hipe'<br>make[2]: Entering directory `<root folder>/build/private/src/lib/<wbr>erlang'<br>make[2]: *** No rule to make target `opt'.  Stop.<br><br></div>When looking at the erlang folder the Makefile has not been generated. The build process is being handled by a custom build system and is kicked off by a custom build script, which really just makes sure the required libraries are linked so that they can be found when running `./configure` and `make`<br><br></div>The relevant parts of the script are as follows, minus some long paths for readability:<br><br>export ERL_TOP=$WRITABLE_SRC_DIR<br>SSL_CONFIG=" --with-ssl-zlib=<zlib path here> --with-ssl=<ssl path here>"<br>tar -xzf otp_src_20.0.tar.gz --strip-components 1 -C "$WRITABLE_SRC_DIR"<br>./configure "--prefix=$INSTALL_DIR" $SSL_CONFIG<br>make -j "$CPU_COUNT"<br></div>
______________________________<wbr>_________________<br>erlang-questions mailing list<br><a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br><a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br></div></blockquote></div><br>
<br></div></div></blockquote></div></div>