Erlang build on Linux

Samuel Tardieu sam@REDACTED
Thu Nov 25 12:36:50 CET 1999


>>>>> "Sam" == Samuel Tardieu <sam@REDACTED> writes:

Sam> While building Erlang for Linux/ix86 (Debian), it looks like the
Sam> beam compiler encounters an infinite loop while compiling
Sam> bplus_tree.erl:

Ok, more precisions: this problem appears only when stdin is not
connected. Example:

% cd lib/stdlib/src
% ../../../bootstrap/bin/erlc -W  -bbeam  -I../include -I../../kernel/include -o../ebin ets.erl
[works fine]
% ../../..//bootstrap/bin/erlc -W  -bbeam  -I../include -I../../kernel/include -o../ebin ets.erl < /dev/null
[infinite loop]

  Sam
-- 
Samuel Tardieu -- sam@REDACTED




More information about the erlang-questions mailing list