<div dir="ltr"><div><div><div>Hello, <br><br></div> I am getting this error, can anyone tell me what I need to do from studying the error message <br><br>lab@openair4G:~/dev/open-gsm/osmo-bsc$ autoreconf -fi<br><a href="http://configure.ac:9">configure.ac:9</a>: installing './install-sh'<br><a href="http://configure.ac:9">configure.ac:9</a>: installing './missing'<br>src/ipaccess/Makefile.am: installing './depcomp'<br>src/libbsc/Makefile.am:16: error: library used but 'RANLIB' is undefined<br>src/libbsc/Makefile.am:16:   The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB'<br>src/libbsc/Makefile.am:16:   to '<a href="http://configure.ac">configure.ac</a>' and run 'autoconf' again.<br>src/libcommon-cs/Makefile.am:16: error: library used but 'RANLIB' is undefined<br>src/libcommon-cs/Makefile.am:16:   The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB'<br>src/libcommon-cs/Makefile.am:16:   to '<a href="http://configure.ac">configure.ac</a>' and run 'autoconf' again.<br>src/libcommon/Makefile.am:16: error: library used but 'RANLIB' is undefined<br>src/libcommon/Makefile.am:16:   The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB'<br>src/libcommon/Makefile.am:16:   to '<a href="http://configure.ac">configure.ac</a>' and run 'autoconf' again.<br>src/libfilter/Makefile.am:17: error: library used but 'RANLIB' is undefined<br>src/libfilter/Makefile.am:17:   The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB'<br>src/libfilter/Makefile.am:17:   to '<a href="http://configure.ac">configure.ac</a>' and run 'autoconf' again.<br>src/libtrau/Makefile.am:23: error: library used but 'RANLIB' is undefined<br>src/libtrau/Makefile.am:23:   The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB'<br>src/libtrau/Makefile.am:23:   to '<a href="http://configure.ac">configure.ac</a>' and run 'autoconf' again.<br>src/utils/Makefile.am:114: warning: compiling 'meas_json.c' with per-target flags requires 'AM_PROG_CC_C_O' in '<a href="http://configure.ac">configure.ac</a>'<br>autoreconf: automake failed with exit status: 1<br><br><br></div>Thanks<br></div>Anindya<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 14, 2017 at 5:39 AM, Neels Hofmeyr <span dir="ltr"><<a href="mailto:nhofmeyr@sysmocom.de" target="_blank">nhofmeyr@sysmocom.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Sep 12, 2017 at 06:20:33PM +0530, Anindya Sankar Roy wrote:<br>
> Hello,<br>
><br>
>  I have gone through some of the documentations and now trying to install<br>
> osmoBSC i.e just the BSC part not the openBSC or osmoNITB. I am kind of<br>
> confused , can anyone please tell me if I can build just the BSC part and<br>
> in order to do that what are the packages that I have to configure.<br>
<br>
</span>Before you build, be aware of the<br>
<a href="https://osmocom.org/projects/cellular-infrastructure/wiki/Nightly_Builds" rel="noreferrer" target="_blank">https://osmocom.org/projects/<wbr>cellular-infrastructure/wiki/<wbr>Nightly_Builds</a><br>
that may get you started without even installing a compiler.<br>
<br>
If you really want to build:<br>
<br>
We have the old/current osmo-bsc in openbsc.git.<br>
There you need to explicitly enable osmo-bsc:<br>
  ./configure --enable-osmo-bsc<br>
<br>
We now also have the new osmo-bsc.git where you may build it on its own, but be<br>
aware that it has moved to an actual M3UA SIGTRAN towards the MSC and is<br>
currently not capable of SCCPlite, which the old osmo-bsc supports.<br>
<br>
Find more detail at<br>
<a href="https://osmocom.org/projects/cellular-infrastructure/wiki/Build_from_Source" rel="noreferrer" target="_blank">https://osmocom.org/projects/<wbr>cellular-infrastructure/wiki/<wbr>Build_from_Source</a><br>
<br>
HTH!<br>
<span class="HOEnZb"><font color="#888888"><br>
~N<br>
<br>
</font></span></blockquote></div><br></div>