Hello - <br><br>I have previously been able to compile and use R10B-5. I am now trying to compile R11B-1 on a different machine. My 'configure' worked fine, with no errors, but when I try to make, this is what I get:<br><br>
[jtucker@blade otp_src_R11B-1]$gmake<br>cd erts/emulator && ERL_TOP=/home/jtucker/src/otp_src_R11B-1 gmake generate depend<br>gmake[1]: Entering directory `/home/jtucker/src/otp_src_R11B-1/erts/emulator'<br>gmake -f 
sparc-sun-solaris2.10/Makefile generate<br>gmake[2]: Entering directory `/home/jtucker/src/otp_src_R11B-1/erts/emulator'<br>cd /home/jtucker/src/otp_src_R11B-1/lib/kernel/ebin/../src && gmake ../ebin/otp_ring0.beam
<br>gmake[3]: Entering directory `/home/jtucker/src/otp_src_R11B-1/lib/kernel/src'<br>erlc -W   +debug_info +strict_record_tests -I../include -o../ebin otp_ring0.erl<br>gmake[3]: erlc: Command not found<br>gmake[3]: *** [../ebin/otp_ring0.beam] Error 127
<br>gmake[3]: Leaving directory `/home/jtucker/src/otp_src_R11B-1/lib/kernel/src'<br>gmake[2]: *** [/home/jtucker/src/otp_src_R11B-1/lib/kernel/ebin/otp_ring0.beam] Error 2<br>gmake[2]: Leaving directory `/home/jtucker/src/otp_src_R11B-1/erts/emulator'
<br>gmake[1]: *** [generate] Error 2<br>gmake[1]: Leaving directory `/home/jtucker/src/otp_src_R11B-1/erts/emulator'<br>gmake: *** [depend] Error 2<br><br>Considering this is a brand new build, where would it expect to find a functional 'erlc'?
<br><br>Any suggestiions?<br><br>Thanks,<br><br>__Jason<br>