[erlang-questions] compiling github's master from scratch

Kostis Sagonas kostis@REDACTED
Thu Apr 26 07:35:18 CEST 2012


On 04/26/2012 07:29 AM, Cyryl Płotnicki-Chudyk wrote:
> Hello !
> I have problems compiling the master branch from scratch, both on
> linux and macos.
>
> [cyryl@REDACTED dev]$ git clone https://github.com/erlang/otp.git
> ...
> [cyryl@REDACTED otp]$ autoconf
> [cyryl@REDACTED otp]$ ./configure
> ...
>
> Is it me or is it a bug ?

It's you. Do the following sequence instead:

   git clone ...
   ./otp_build autoconf
   ./configure
   make -j

Kostis



More information about the erlang-questions mailing list