osl 0.9.0 fails configure with gmp=build

43 views
Skip to first unread message

Daniel Letai

unread,
Aug 4, 2014, 5:00:20 AM8/4/14
to openscop-d...@googlegroups.com, da...@letai.org.il
Hi,

I'm writing to notify you that osl 0.9.0 with the following command line fails:
 ../osl-0.9.0/configure --prefix=/opt/osl/0.9.0 --build=coreisbr-unknown-linux-gnu --with-gcc-arch=native --with-gmp=build --with-gmp-builddir=/opt/gnu/gmp-6.0.0-build

however, it is successful when configure is run as follows:
 ../osl-0.9.0/configure --prefix=/opt/osl/0.9.0 --build=coreisbr-unknown-linux-gnu --with-gcc-arch=native --with-gmp=system --with-gmp-prefix=/opt/gmp/default

The error is:
checking for __gmpz_init in -lgmp... no
configure: error: "Can't find gmp library."

nm /opt/gnu/gmp-6.0.0-build/.libs/libgmp.a | grep "__gmpz_init$"
                 U __gmpz_init
                 U __gmpz_init
0000000000000000 T __gmpz_init
                 U __gmpz_init
                 U __gmpz_init
                 U __gmpz_init

nm /opt/gmp/default/lib/libgmp.a | grep "__gmpz_init$"
                 U __gmpz_init
                 U __gmpz_init
0000000000000000 T __gmpz_init
                 U __gmpz_init
                 U __gmpz_init
                 U __gmpz_init

Attached the config.log

BTW mpfr and isl both built with gmp builddir without issue.

Complete configure output:
# ../osl-0.9.0/configure --prefix=/opt/osl/0.9.0 --build=coreisbr-unknown-linux-gnu --with-gcc-arch=native --with-gmp=build --with-gmp-builddir=/opt/gnu/gmp-6.0.0-build
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 for gcc... 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... no
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 whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for cd... no
checking build system type... coreisbr-unknown-linux-gnu
checking host system type... coreisbr-unknown-linux-gnu
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 gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert coreisbr-unknown-linux-gnu file names to coreisbr-unknown-linux-gnu format... func_convert_file_noop
checking how to convert coreisbr-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... 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... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for doxygen... doxygen
checking for texi2pdf... texi2pdf
checking for C compiler vendor... gnu
checking whether C compiler accepts -malign-double... yes
checking whether C compiler accepts -fstrict-aliasing... yes
checking whether C compiler accepts -ffast-math... yes
checking for gcc architecture flag...
checking whether C compiler accepts -march=native... yes
checking for gcc architecture flag... -march=native
checking whether C compiler accepts -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math -march=native... yes
checking CFLAGS_WARN for maximum warnings... -Wall
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strtol... yes
configure: gmp sources in /opt/gnu/gmp-6.0.0-build/../gmp-6.0.0
checking which gmp to use... build
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... no
configure: error: "Can't find gmp library."


Regards,
--Dani_L.
config.log

Cédric Bastoul

unread,
Aug 4, 2014, 5:26:26 AM8/4/14
to Daniel Letai, openscop-d...@googlegroups.com, da...@letai.org.il
Hi Daniel,
thanks for reporting, we will manage to fix it.
Best,

Cedric


--
You received this message because you are subscribed to the Google Groups "OpenSCoP Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openscop-develop...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages