Megaco library in OTP is not standalone application, it just library. Ordinary you need not to build it many times, just during installation of whole OTP on your workstation. Btw, if you want to build megaco library separately, you can make something like:
<br><br>cd otp_src_R12B-0 && export ERL_TOP=`pwd` && cd lib/megaco<br><br>After this you can change source files of library (are you sure?) and build only megaco by make command.<br><br>---<br>Maxim 'Zert' Treskin
<br><br>