<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Any chance, that you are on Mac OS with case insensitive file system?<div class=""><br class=""></div><div class="">best regards,</div><div class="">taavi<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 22 Dec 2017, at 19:32, Chris Hicks <<a href="mailto:iammononym@gmail.com" class="">iammononym@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class="">Hello folks,<br class=""><br class=""></div>I'm using the otp_src_20.0.tar.gz downloaded from <a href="http://Erlang.com" class="">Erlang.com</a> and following the instructions found here: <a href="http://erlang.org/doc/installation_guide/INSTALL.html" class="">http://erlang.org/doc/installation_guide/INSTALL.html</a><br class=""><br class=""></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 class=""><br class="">make[2]: Leaving directory `<root folder>/build/private/src/lib/hipe'<br class="">make[2]: Entering directory `<root folder>/build/private/src/lib/erlang'<br class="">make[2]: *** No rule to make target `opt'.  Stop.<br class=""><br class=""></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 class=""><br class=""></div>The relevant parts of the script are as follows, minus some long paths for readability:<br class=""><br class="">export ERL_TOP=$WRITABLE_SRC_DIR<br class="">SSL_CONFIG=" --with-ssl-zlib=<zlib path here> --with-ssl=<ssl path here>"<br class="">tar -xzf otp_src_20.0.tar.gz --strip-components 1 -C "$WRITABLE_SRC_DIR"<br class="">./configure "--prefix=$INSTALL_DIR" $SSL_CONFIG<br class="">make -j "$CPU_COUNT"<br class=""></div>
_______________________________________________<br class="">erlang-questions mailing list<br class=""><a href="mailto:erlang-questions@erlang.org" class="">erlang-questions@erlang.org</a><br class="">http://erlang.org/mailman/listinfo/erlang-questions<br class=""></div></blockquote></div><br class="">
<br class=""></div></body></html>