Compiling failure with Ubuntu 11.10 64 bits

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/baseband-devel@lists.osmocom.org/.

Eric Tyberghien eric.tyberghien at wanadoo.fr
Sat Dec 31 23:45:31 UTC 2011


Hi all

I'm using Ubuntu 11.10 64 bits and I try to compile osmocom-bb but it fails
due to the “—enable-linker-buid-id” option not supported by the ld linker 

Here is the make :
root at erict-G5360fr-m:/home/erict/Téléchargements/osmocom-bb/src# make

cd shared/libosmocore/build-target && ../configure \

--host=arm-elf --enable-embedded --disable-shared \

--disable-tests ac_cv_header_sys_select_h=no \

--disable-tests ac_cv_header_sys_socket_h=no \

CFLAGS="-Os -ffunction-sections
-I/home/erict/Téléchargements/osmocom-bb/src/target/firmware/include
-nostartfiles -nodefaultlibs"

configure: WARNING: if you wanted to set the --build type, don't use --host.

If a cross compiler is detected then cross compile mode will be used

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for arm-elf-strip... arm-elf-strip

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking whether make sets $(MAKE)... (cached) yes

checking for arm-elf-gcc... arm-elf-gcc

checking whether the C compiler works... yes

checking for C compiler default output file name... a.out

checking for suffix of executables... 

checking whether we are cross compiling... yes

checking for suffix of object files... o

checking whether we are using the GNU C compiler... yes

checking whether arm-elf-gcc accepts -g... yes

checking for arm-elf-gcc option to accept ISO C89... none needed

checking for style of include used by make... GNU

checking dependency style of arm-elf-gcc... gcc3

checking build system type... x86_64-unknown-linux-gnu

checking host system type... arm-unknown-elf

checking how to print strings... printf

checking for a sed that does not truncate output... /bin/sed

checking for grep that handles long lines and -e... /bin/grep

checking for egrep... /bin/grep -E

checking for fgrep... /bin/grep -F

checking for ld used by arm-elf-gcc...
/root/install/gnuarm-4.0.2/arm-elf/bin/ld

checking if the linker (/root/install/gnuarm-4.0.2/arm-elf/bin/ld) is GNU
ld... yes

checking for BSD- or MS-compatible name lister (nm)...
/root/install/gnuarm-4.0.2/bin/arm-elf-nm -B

checking the name lister (/root/install/gnuarm-4.0.2/bin/arm-elf-nm -B)
interface... BSD nm

checking whether ln -s works... yes

checking the maximum length of command line arguments... 3458764513820540925

checking whether the shell understands some XSI constructs... yes

checking whether the shell understands "+="... yes

checking how to convert x86_64-unknown-linux-gnu file names to
arm-unknown-elf format... func_convert_file_noop

checking how to convert x86_64-unknown-linux-gnu file names to toolchain
format... func_convert_file_noop

checking for /root/install/gnuarm-4.0.2/arm-elf/bin/ld option to reload
object files... -r

checking for arm-elf-objdump... arm-elf-objdump

checking how to recognize dependent libraries... unknown

checking for arm-elf-dlltool... no

checking for dlltool... no

checking how to associate runtime and link libraries... printf %s\n

checking for arm-elf-ar... arm-elf-ar

checking for archiver @FILE support... no

checking for arm-elf-strip... (cached) arm-elf-strip

checking for arm-elf-ranlib... arm-elf-ranlib

checking command to parse /root/install/gnuarm-4.0.2/bin/arm-elf-nm -B
output from arm-elf-gcc object... ok

checking for sysroot... no

checking for arm-elf-mt... no

checking for mt... mt

configure: WARNING: using cross tools not prefixed with host triplet

checking if mt is a manifest tool... no

checking how to run the C preprocessor... arm-elf-gcc -E

checking for ANSI C header files... yes

checking for sys/types.h... yes

checking for sys/stat.h... yes

checking for stdlib.h... yes

checking for string.h... yes

checking for memory.h... yes

checking for strings.h... no

checking for inttypes.h... yes

checking for stdint.h... yes

checking for unistd.h... yes

checking for dlfcn.h... no

checking for objdir... .libs

checking if arm-elf-gcc supports -fno-rtti -fno-exceptions... no

checking for arm-elf-gcc option to produce PIC... -fPIC -DPIC

checking if arm-elf-gcc PIC flag -fPIC -DPIC works... yes

checking if arm-elf-gcc static flag -static works... yes

checking if arm-elf-gcc supports -c -o file.o... yes

checking if arm-elf-gcc supports -c -o file.o... (cached) yes

checking whether the arm-elf-gcc linker
(/root/install/gnuarm-4.0.2/arm-elf/bin/ld) supports shared libraries... yes

checking dynamic linker characteristics... no

checking how to hardcode library paths into programs... immediate

checking whether stripping libraries is possible... yes

checking if libtool supports shared libraries... no

checking whether to build shared libraries... no

checking whether to build static libraries... yes

checking for ANSI C header files... (cached) yes

checking execinfo.h usability... no

checking execinfo.h presence... no

checking for execinfo.h... no

checking for sys/select.h... (cached) no

checking for sys/socket.h... (cached) no

checking syslog.h usability... no

checking syslog.h presence... no

checking for syslog.h... no

checking ctype.h usability... yes

checking ctype.h presence... yes

checking for ctype.h... yes

checking for size_t... yes

checking for working alloca.h... yes

checking for alloca... yes

checking for library containing dlopen... no

checking for doxygen... false

checking if arm-elf-gcc supports -fvisibility=hidden... yes

configure: creating ./config.status

config.status: creating libosmocore.pc

config.status: creating libosmocodec.pc

config.status: creating libosmovty.pc

config.status: creating libosmogsm.pc

config.status: creating include/osmocom/Makefile

config.status: creating include/osmocom/vty/Makefile

config.status: creating include/osmocom/codec/Makefile

config.status: creating include/osmocom/crypt/Makefile

config.status: creating include/osmocom/gsm/Makefile

config.status: creating include/osmocom/gsm/protocol/Makefile

config.status: creating include/osmocom/core/Makefile

config.status: creating include/Makefile

config.status: creating src/Makefile

config.status: creating src/vty/Makefile

config.status: creating src/codec/Makefile

config.status: creating src/gsm/Makefile

config.status: creating tests/Makefile

config.status: creating tests/timer/Makefile

config.status: creating tests/sms/Makefile

config.status: creating tests/msgfile/Makefile

config.status: creating tests/ussd/Makefile

config.status: creating tests/smscb/Makefile

config.status: creating tests/bits/Makefile

config.status: creating utils/Makefile

config.status: creating Doxyfile.core

config.status: creating Doxyfile.gsm

config.status: creating Doxyfile.vty

config.status: creating Doxyfile.codec

config.status: creating Makefile

config.status: creating config.h

config.status: config.h is unchanged

config.status: executing depfiles commands

config.status: executing libtool commands

cd shared/libosmocore/build-target && make

make[1]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target »

make all-recursive

make[2]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target »

Making all in include

make[3]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude »

Making all in osmocom

make[4]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom »

Making all in codec

make[5]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/codec »

make[5]: Rien à faire pour « all ».

make[5]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/codec »

Making all in crypt

make[5]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/crypt »

make[5]: Rien à faire pour « all ».

make[5]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/crypt »

Making all in gsm

make[5]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/gsm »

Making all in protocol

make[6]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/gsm/protocol »

make[6]: Rien à faire pour « all ».

make[6]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/gsm/protocol »

make[6]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/gsm »

make[6]: Rien à faire pour « all-am ».

make[6]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/gsm »

make[5]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/gsm »

Making all in core

make[5]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/core »

make[5]: Rien à faire pour « all ».

make[5]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom/core »

make[5]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom »

make[5]: Rien à faire pour « all-am ».

make[5]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom »

make[4]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude/osmocom »

make[4]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude »

make[4]: Rien à faire pour « all-am ».

make[4]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude »

make[3]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/i
nclude »

Making all in src

make[3]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/s
rc »

Making all in .

make[4]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/s
rc »

make[4]: Rien à faire pour « all-am ».

make[4]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/s
rc »

Making all in vty

make[4]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/s
rc/vty »

make[4]: Rien à faire pour « all ».

make[4]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/s
rc/vty »

Making all in codec

make[4]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/s
rc/codec »

make[4]: Rien à faire pour « all ».

make[4]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/s
rc/codec »

Making all in gsm

make[4]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/s
rc/gsm »

make[4]: Rien à faire pour « all ».

make[4]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/s
rc/gsm »

make[3]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/s
rc »

Making all in tests

make[3]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/t
ests »

make[4]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/t
ests »

make[4]: Rien à faire pour « all-am ».

make[4]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/t
ests »

make[3]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/t
ests »

Making all in utils

make[3]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/u
tils »

make[3]: Rien à faire pour « all ».

make[3]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target/u
tils »

make[3]: entrant dans le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target »

make[3]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target »

make[2]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target »

make[1]: quittant le répertoire «
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-target »

cd shared/libosmocore/build-host && ../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... gawk

checking whether make sets $(MAKE)... yes

checking whether make sets $(MAKE)... (cached) yes

checking for gcc... gcc

checking whether the C compiler works... no

configure: error: in
`/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/build-host':

configure: error: C compiler cannot create executables

See `config.log' for more details

make: *** [sharedroland at redhat.com>
/libosmocore/build-host/Makefile] Erreur 77


The config.log file is like that 

 

root at erict-G5360fr-m:/home/erict/Téléchargements/osmocom-bb/src/shared/libos
moco
re# cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libosmocore configure UNKNOWN-dirty, which was
generated by GNU Autoconf 2.68. Invocation command line was

$ ./configure configure -v --with-pkgversion=Ubuntu/Linaro 4.6.1-9ubuntu3
--with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr
--program-suffix=-4.6 --enable-shared --disable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin
--enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu

## --------- ##
## Platform. ##
## --------- ##

hostname = erict-G5360fr-m
uname -m = x86_64
uname -r = 3.0.0-14-generic
uname -s = Linux
uname -v = #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC 2011

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /root/install/gnuarm-4.0.2/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2324: checking for a BSD-compatible install
configure:2392: result: /usr/bin/install -c
configure:2403: checking whether build environment is sane
configure:2453: result: yes
configure:2594: checking for a thread-safe mkdir -p
configure:2633: result: /bin/mkdir -p
configure:2646: checking for gawk
configure:2662: found /usr/bin/gawk
configure:2673: result: gawk
configure:2684: checking whether make sets $(MAKE)
configure:2706: result: yes
configure:2800: checking whether make sets $(MAKE)
configure:2822: result: yes
configure:2839: checking for x86_64-linux-gnu-gcc
configure:2855: found /usr/bin/x86_64-linux-gnu-gcc
configure:2866: result: x86_64-linux-gnu-gcc
configure:3135: checking for C compiler version
configure:3144: x86_64-linux-gnu-gcc --version >&5
x86_64-linux-gnu-gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3155: $? = 0
configure:3144: x86_64-linux-gnu-gcc -v >&5
Using built-in specs.
COLLECT_GCC=x86_64-linux-gnu-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr
--program-suffix=-4.6 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin
--enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
configure:3155: $? = 0
configure:3144: x86_64-linux-gnu-gcc -V >&5
x86_64-linux-gnu-gcc: error: unrecognized option '-V'
x86_64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:3155: $? = 4
configure:3144: x86_64-linux-gnu-gcc -qversion >&5
x86_64-linux-gnu-gcc: error: unrecognized option '-qversion'
x86_64-linux-gnu-gcc: fatal error: no input files
compilation terminated.
configure:3155: $? = 4
configure:3175: checking whether the C compiler works
configure:3197: x86_64-linux-gnu-gcc conftest.c >&5
/usr/local/bin/ld: unrecognized option '--build-id'
/usr/local/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
configure:3201: $? = 1
configure:3239: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libosmocore"
| #define PACKAGE_TARNAME "libosmocore"
| #define PACKAGE_VERSION "UNKNOWN-dirty"
| #define PACKAGE_STRING "libosmocore UNKNOWN-dirty"
| #define PACKAGE_BUGREPORT "openbsc-devel at lists.openbsc.org"
| #define PACKAGE_URL ""
| #define PACKAGE "libosmocore"
| #define VERSION "UNKNOWN-dirty"
| /* end confdefs.h. */
| 
| int
| main ()
| {
| 
| ;
| return 0;
| }
configure:3244: error: in
`/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore':
configure:3246: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=x86_64-linux-gnu
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=x86_64-linux-gnu-gcc
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL}
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/missing --run
aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL}
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/missing --run
tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR=''
AUTOCONF='${SHELL}
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/missing --run
autoconf'
AUTOHEADER='${SHELL}
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/missing --run
autoheader'
AUTOMAKE='${SHELL}
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/missing --run
automake-1.11'
AWK='gawk'
CC='x86_64-linux-gnu-gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DLLTOOL=''
DOXYGEN=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
ENABLE_MSGFILE_FALSE=''
ENABLE_MSGFILE_TRUE=''
ENABLE_PLUGIN_FALSE=''
ENABLE_PLUGIN_TRUE=''
ENABLE_SERIAL_FALSE=''
ENABLE_SERIAL_TRUE=''
ENABLE_TALLOC_FALSE=''
ENABLE_TALLOC_TRUE=''
ENABLE_TESTS_FALSE=''
ENABLE_TESTS_TRUE=''
ENABLE_UTILITIES_FALSE=''
ENABLE_UTILITIES_TRUE=''
ENABLE_VTY_FALSE=''
ENABLE_VTY_TRUE=''
EXEEXT=''
FGREP=''
GREP=''
HAVE_DOXYGEN_FALSE=''
HAVE_DOXYGEN_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD=''
LDFLAGS=''
LIBOBJS=''
LIBRARY_DL=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL}
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/missing --run
makeinfo'
MANIFEST_TOOL=''
MKDIR_P='/bin/mkdir -p'
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OTOOL64=''
OTOOL=''
PACKAGE='libosmocore'
PACKAGE_BUGREPORT='openbsc-devel at lists.openbsc.org'
PACKAGE_NAME='libosmocore'
PACKAGE_STRING='libosmocore UNKNOWN-dirty'
PACKAGE_TARNAME='libosmocore'
PACKAGE_URL=''
PACKAGE_VERSION='UNKNOWN-dirty'
PATH_SEPARATOR=':'
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
SYMBOL_VISIBILITY=''
VERSION='UNKNOWN-dirty'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-linux-gnu'
build_alias='x86_64-linux-gnu'
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-linux-gnu'
host_alias='x86_64-linux-gnu'
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL}
/home/erict/Téléchargements/osmocom-bb/src/shared/libosmocore/install-sh'
libdir='/usr/lib'
libexecdir='/usr/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s&$$&-4.6&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='x86_64-linux-gnu'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "libosmocore"
#define PACKAGE_TARNAME "libosmocore"
#define PACKAGE_VERSION "UNKNOWN-dirty"
#define PACKAGE_STRING "libosmocore UNKNOWN-dirty"
#define PACKAGE_BUGREPORT "openbsc-devel at lists.openbsc.org"
#define PACKAGE_URL ""
#define PACKAGE "libosmocore"
#define VERSION "UNKNOWN-dirty"

configure: exit 77
oot at erict-G5360fr-m:/home/erict/Téléchargements/osmocom-bb/src/shared/libosm
ocore# 

Any idea ?

Best greetings for the new year
Eric

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/baseband-devel/attachments/20120101/c638e1e3/attachment.htm>


More information about the baseband-devel mailing list