Hi,
Tried to compile and got some errors at the ./configure stage.
./configure: line 3551: syntax error near unexpected token `LIBOSMOCORE,' ./configure: line 3551: `PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore)'
Can some one help ?
with Regards, ASHWIN
Hi,
You need to install pkg-config:
apt-get install pkg-config
Regards, BSS
On Mon, Mar 1, 2010 at 1:14 PM, Ashwin ashwin.lists@gmail.com wrote:
Hi,
Tried to compile and got some errors at the ./configure stage.
./configure: line 3551: syntax error near unexpected token `LIBOSMOCORE,' ./configure: line 3551: `PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore)'
Can some one help ?
with Regards, ASHWIN
On 01-Mar-10 7:29 PM, Bjarni S. Sigurðsson wrote:
apt-get install pkg-config
Still getting same error as below :
tiny:~/openbsc/openbsc# cd tiny:~# apt-get install pkg-config Reading package lists... Done Building dependency tree Reading state information... Done pkg-config is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. tiny:~# cd openbsc/openbsc/ tiny:~/openbsc/openbsc# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for ranlib... ranlib checking for library containing crypt... -lcrypt ./configure: line 3551: syntax error near unexpected token `LIBOSMOCORE,' ./configure: line 3551: `PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore)' tiny:~/openbsc/openbsc#
Any other issue ?
with Regards, ASHWIN