Skip to content

Instantly share code, notes, and snippets.

@jtanx

jtanx/Make log Secret

Created June 11, 2015 10:25
Show Gist options
  • Save jtanx/706a6000e4c667ff8115 to your computer and use it in GitHub Desktop.
Save jtanx/706a6000e4c667ff8115 to your computer and use it in GitHub Desktop.
Libspiro fail
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by spiro configure 0.3.20150131, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = uros
uname -m = x86_64
uname -r = 3.13.0-49-generic
uname -s = Linux
uname -v = #83-Ubuntu SMP Fri Apr 10 20:11:33 UTC 2015
/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/lib/ccache
PATH: /opt/ros/indigo/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /home/jeremy/jsbsim/src
PATH: /home/jeremy/ardupilot/Tools/autotest
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2264: checking for a BSD-compatible install
configure:2332: result: /usr/bin/install -c
configure:2343: checking whether build environment is sane
configure:2398: result: yes
configure:2549: checking for a thread-safe mkdir -p
configure:2588: result: /bin/mkdir -p
configure:2595: checking for gawk
configure:2611: found /usr/bin/gawk
configure:2622: result: gawk
configure:2633: checking whether make sets $(MAKE)
configure:2655: result: yes
configure:2684: checking whether make supports nested variables
configure:2701: result: yes
configure:2845: checking for style of include used by make
configure:2873: result: GNU
configure:2944: checking for gcc
configure:2960: found /usr/lib/ccache/gcc
configure:2971: result: gcc
configure:3200: checking for C compiler version
configure:3209: gcc --version >&5
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:3220: $? = 0
configure:3209: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --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.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:3220: $? = 0
configure:3209: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3220: $? = 4
configure:3209: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3220: $? = 4
configure:3240: checking whether the C compiler works
configure:3262: gcc conftest.c >&5
configure:3266: $? = 0
configure:3314: result: yes
configure:3317: checking for C compiler default output file name
configure:3319: result: a.out
configure:3325: checking for suffix of executables
configure:3332: gcc -o conftest conftest.c >&5
configure:3336: $? = 0
configure:3358: result:
configure:3380: checking whether we are cross compiling
configure:3388: gcc -o conftest conftest.c >&5
configure:3392: $? = 0
configure:3399: ./conftest
configure:3403: $? = 0
configure:3418: result: no
configure:3423: checking for suffix of object files
configure:3445: gcc -c conftest.c >&5
configure:3449: $? = 0
configure:3470: result: o
configure:3474: checking whether we are using the GNU C compiler
configure:3493: gcc -c conftest.c >&5
configure:3493: $? = 0
configure:3502: result: yes
configure:3511: checking whether gcc accepts -g
configure:3531: gcc -c -g conftest.c >&5
configure:3531: $? = 0
configure:3572: result: yes
configure:3589: checking for gcc option to accept ISO C89
configure:3652: gcc -c -g -O2 conftest.c >&5
configure:3652: $? = 0
configure:3665: result: none needed
configure:3690: checking whether gcc understands -c and -o together
configure:3712: gcc -c conftest.c -o conftest2.o
configure:3715: $? = 0
configure:3712: gcc -c conftest.c -o conftest2.o
configure:3715: $? = 0
configure:3727: result: yes
configure:3746: checking dependency style of gcc
configure:3857: result: gcc3
configure:3922: checking for ar
configure:3938: found /usr/bin/ar
configure:3949: result: ar
configure:3975: checking the archiver (ar) interface
configure:3991: gcc -c -g -O2 conftest.c >&5
configure:3991: $? = 0
configure:3993: ar cru libconftest.a conftest.o >&5
configure:3996: $? = 0
configure:4024: result: ar
configure:4074: checking build system type
configure:4088: result: x86_64-unknown-linux-gnu
configure:4108: checking host system type
configure:4121: result: x86_64-unknown-linux-gnu
configure:4162: checking how to print strings
configure:4189: result: printf
configure:4210: checking for a sed that does not truncate output
configure:4274: result: /bin/sed
configure:4292: checking for grep that handles long lines and -e
configure:4350: result: /bin/grep
configure:4355: checking for egrep
configure:4417: result: /bin/grep -E
configure:4422: checking for fgrep
configure:4484: result: /bin/grep -F
configure:4519: checking for ld used by gcc
configure:4586: result: /usr/bin/ld
configure:4593: checking if the linker (/usr/bin/ld) is GNU ld
configure:4608: result: yes
configure:4620: checking for BSD- or MS-compatible name lister (nm)
configure:4669: result: /usr/bin/nm -B
configure:4799: checking the name lister (/usr/bin/nm -B) interface
configure:4806: gcc -c -g -O2 conftest.c >&5
configure:4809: /usr/bin/nm -B "conftest.o"
configure:4812: output
0000000000000000 B some_variable
configure:4819: result: BSD nm
configure:4822: checking whether ln -s works
configure:4826: result: yes
configure:4834: checking the maximum length of command line arguments
configure:4965: result: 1572864
configure:4982: checking whether the shell understands some XSI constructs
configure:4992: result: yes
configure:4996: checking whether the shell understands "+="
configure:5002: result: yes
configure:5037: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5077: result: func_convert_file_noop
configure:5084: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5104: result: func_convert_file_noop
configure:5111: checking for /usr/bin/ld option to reload object files
configure:5118: result: -r
configure:5192: checking for objdump
configure:5208: found /usr/bin/objdump
configure:5219: result: objdump
configure:5251: checking how to recognize dependent libraries
configure:5449: result: pass_all
configure:5534: checking for dlltool
configure:5564: result: no
configure:5594: checking how to associate runtime and link libraries
configure:5621: result: printf %s\n
configure:5745: checking for archiver @FILE support
configure:5762: gcc -c -g -O2 conftest.c >&5
configure:5762: $? = 0
configure:5765: ar cru libconftest.a @conftest.lst >&5
configure:5768: $? = 0
configure:5773: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:5776: $? = 1
configure:5788: result: @
configure:5846: checking for strip
configure:5862: found /usr/bin/strip
configure:5873: result: strip
configure:5945: checking for ranlib
configure:5961: found /usr/bin/ranlib
configure:5972: result: ranlib
configure:6074: checking command to parse /usr/bin/nm -B output from gcc object
configure:6194: gcc -c -g -O2 conftest.c >&5
configure:6197: $? = 0
configure:6201: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6204: $? = 0
configure:6270: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6273: $? = 0
configure:6311: result: ok
configure:6348: checking for sysroot
configure:6378: result: no
configure:6455: gcc -c -g -O2 conftest.c >&5
configure:6458: $? = 0
configure:6647: checking for mt
configure:6663: found /bin/mt
configure:6674: result: mt
configure:6697: checking if mt is a manifest tool
configure:6703: mt '-?'
configure:6711: result: no
configure:7353: checking how to run the C preprocessor
configure:7384: gcc -E conftest.c
configure:7384: $? = 0
configure:7398: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7398: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spiro"
| #define PACKAGE_TARNAME "libspiro"
| #define PACKAGE_VERSION "0.3.20150131"
| #define PACKAGE_STRING "spiro 0.3.20150131"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL "https://github.com/fontforge/libspiro"
| #define PACKAGE "libspiro"
| #define VERSION "0.3.20150131"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7423: result: gcc -E
configure:7443: gcc -E conftest.c
configure:7443: $? = 0
configure:7457: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7457: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "spiro"
| #define PACKAGE_TARNAME "libspiro"
| #define PACKAGE_VERSION "0.3.20150131"
| #define PACKAGE_STRING "spiro 0.3.20150131"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL "https://github.com/fontforge/libspiro"
| #define PACKAGE "libspiro"
| #define VERSION "0.3.20150131"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7486: checking for ANSI C header files
configure:7506: gcc -c -g -O2 conftest.c >&5
configure:7506: $? = 0
configure:7579: gcc -o conftest -g -O2 conftest.c >&5
configure:7579: $? = 0
configure:7579: ./conftest
configure:7579: $? = 0
configure:7590: result: yes
configure:7603: checking for sys/types.h
configure:7603: gcc -c -g -O2 conftest.c >&5
configure:7603: $? = 0
configure:7603: result: yes
configure:7603: checking for sys/stat.h
configure:7603: gcc -c -g -O2 conftest.c >&5
configure:7603: $? = 0
configure:7603: result: yes
configure:7603: checking for stdlib.h
configure:7603: gcc -c -g -O2 conftest.c >&5
configure:7603: $? = 0
configure:7603: result: yes
configure:7603: checking for string.h
configure:7603: gcc -c -g -O2 conftest.c >&5
configure:7603: $? = 0
configure:7603: result: yes
configure:7603: checking for memory.h
configure:7603: gcc -c -g -O2 conftest.c >&5
configure:7603: $? = 0
configure:7603: result: yes
configure:7603: checking for strings.h
configure:7603: gcc -c -g -O2 conftest.c >&5
configure:7603: $? = 0
configure:7603: result: yes
configure:7603: checking for inttypes.h
configure:7603: gcc -c -g -O2 conftest.c >&5
configure:7603: $? = 0
configure:7603: result: yes
configure:7603: checking for stdint.h
configure:7603: gcc -c -g -O2 conftest.c >&5
configure:7603: $? = 0
configure:7603: result: yes
configure:7603: checking for unistd.h
configure:7603: gcc -c -g -O2 conftest.c >&5
configure:7603: $? = 0
configure:7603: result: yes
configure:7617: checking for dlfcn.h
configure:7617: gcc -c -g -O2 conftest.c >&5
configure:7617: $? = 0
configure:7617: result: yes
configure:7823: checking for objdir
configure:7838: result: .libs
configure:8109: checking if gcc supports -fno-rtti -fno-exceptions
configure:8127: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8131: $? = 0
configure:8144: result: no
configure:8471: checking for gcc option to produce PIC
configure:8478: result: -fPIC -DPIC
configure:8486: checking if gcc PIC flag -fPIC -DPIC works
configure:8504: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8508: $? = 0
configure:8521: result: yes
configure:8550: checking if gcc static flag -static works
configure:8578: result: yes
configure:8593: checking if gcc supports -c -o file.o
configure:8614: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8618: $? = 0
configure:8640: result: yes
configure:8648: checking if gcc supports -c -o file.o
configure:8695: result: yes
configure:8728: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9885: result: yes
configure:9922: checking whether -lc should be explicitly linked in
configure:9930: gcc -c -g -O2 conftest.c >&5
configure:9933: $? = 0
configure:9948: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:9951: $? = 0
configure:9965: result: no
configure:10125: checking dynamic linker characteristics
configure:10625: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10625: $? = 0
configure:10859: result: GNU/Linux ld.so
configure:10966: checking how to hardcode library paths into programs
configure:10991: result: immediate
configure:11531: checking whether stripping libraries is possible
configure:11536: result: yes
configure:11571: checking if libtool supports shared libraries
configure:11573: result: yes
configure:11576: checking whether to build shared libraries
configure:11597: result: yes
configure:11600: checking whether to build static libraries
configure:11604: result: yes
configure:11691: checking for gcc
configure:11718: result: gcc
configure:11947: checking for C compiler version
configure:11956: gcc --version >&5
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 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:11967: $? = 0
configure:11956: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --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.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:11967: $? = 0
configure:11956: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:11967: $? = 4
configure:11956: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:11967: $? = 4
configure:11971: checking whether we are using the GNU C compiler
configure:11999: result: yes
configure:12008: checking whether gcc accepts -g
configure:12069: result: yes
configure:12086: checking for gcc option to accept ISO C89
configure:12162: result: none needed
configure:12187: checking whether gcc understands -c and -o together
configure:12224: result: yes
configure:12243: checking dependency style of gcc
configure:12354: result: gcc3
configure:12398: checking whether ln -s works
configure:12402: result: yes
configure:12410: checking whether make sets $(MAKE)
configure:12432: result: yes
configure:12441: checking for a sed that does not truncate output
configure:12505: result: /bin/sed
configure:12538: checking whether make supports nested variables
configure:12555: result: yes
configure:12569: checking for cos in -lm
configure:12594: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:30:6: warning: conflicting types for built-in function 'cos' [enabled by default]
char cos ();
^
configure:12594: $? = 0
configure:12603: result: yes
configure:12606: checking math.h usability
configure:12606: gcc -c -g -O2 conftest.c >&5
configure:12606: $? = 0
configure:12606: result: yes
configure:12606: checking math.h presence
configure:12606: gcc -E conftest.c
configure:12606: $? = 0
configure:12606: result: yes
configure:12606: checking for math.h
configure:12606: result: yes
configure:12632: checking for finite
configure:12632: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:46:6: warning: conflicting types for built-in function 'finite' [enabled by default]
char finite ();
^
configure:12632: $? = 0
configure:12632: result: yes
configure:12706: checking pthread.h usability
configure:12706: gcc -c -g -O2 conftest.c >&5
configure:12706: $? = 0
configure:12706: result: yes
configure:12706: checking pthread.h presence
configure:12706: gcc -E conftest.c
configure:12706: $? = 0
configure:12706: result: yes
configure:12706: checking for pthread.h
configure:12706: result: yes
configure:12739: checking whether C compiler accepts -Wall
configure:12758: gcc -c -g -O2 -Wall conftest.c >&5
configure:12758: $? = 0
configure:12766: result: yes
configure:12774: checking whether C compiler accepts -Wextra
configure:12793: gcc -c -g -O2 -Wextra conftest.c >&5
configure:12793: $? = 0
configure:12801: result: yes
configure:12809: checking whether C compiler accepts -Wcast-align
configure:12828: gcc -c -g -O2 -Wcast-align conftest.c >&5
configure:12828: $? = 0
configure:12836: result: yes
configure:12844: checking whether C compiler accepts -Wbad-function-cast
configure:12863: gcc -c -g -O2 -Wbad-function-cast conftest.c >&5
configure:12863: $? = 0
configure:12871: result: yes
configure:12879: checking whether C compiler accepts -Wc++-compat
configure:12898: gcc -c -g -O2 -Wc++-compat conftest.c >&5
configure:12898: $? = 0
configure:12906: result: yes
configure:12914: checking whether C compiler accepts -Wmissing-prototypes
configure:12933: gcc -c -g -O2 -Wmissing-prototypes conftest.c >&5
configure:12933: $? = 0
configure:12941: result: yes
configure:12949: checking whether C compiler accepts -Wunused
configure:12968: gcc -c -g -O2 -Wunused conftest.c >&5
configure:12968: $? = 0
configure:12976: result: yes
configure:13120: checking that generated files are newer than configure
configure:13126: result: done
configure:13157: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by spiro config.status 0.3.20150131, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on uros
config.status:1093: creating Makefile
config.status:1093: creating tests/Makefile
config.status:1093: creating libspiro.pc
config.status:1093: creating spiro-config.h
config.status:1322: executing depfiles commands
config.status:1322: executing libtool commands
configure:15396:
Configuration:
Source code location .
Build code location
Destination prefix /usr/local
Compiler gcc
Config auto options " -Wall -Wextra -Wcast-align -Wbad-function-cast -Wc++-compat -Wmissing-prototypes -Wunused"
Config CFLAGS "-g -O2"
Config LDFLAGS ""
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
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=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_finite=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_m_cos=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_check_cflags___Wall=yes
ax_cv_check_cflags___Wbad_function_cast=yes
ax_cv_check_cflags___Wcast_align=yes
ax_cv_check_cflags___Wcpp_compat=yes
ax_cv_check_cflags___Wextra=yes
ax_cv_check_cflags___Wmissing_prototypes=yes
ax_cv_check_cflags___Wunused=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/jeremy/libspiro/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/jeremy/libspiro/missing autoconf'
AUTOHEADER='${SHELL} /home/jeremy/libspiro/missing autoheader'
AUTOMAKE='${SHELL} /home/jeremy/libspiro/missing automake-1.14'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
HAVE_FINITE=''
HAVE_ISFINITE=''
HOST='host'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBSPIRO_VERSION='0:3:0'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/jeremy/libspiro/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='libspiro'
PACKAGE_BUGREPORT='fontforge-devel@lists.sourceforge.net'
PACKAGE_NAME='spiro'
PACKAGE_STRING='spiro 0.3.20150131'
PACKAGE_TARNAME='libspiro'
PACKAGE_URL='https://github.com/fontforge/libspiro'
PACKAGE_VERSION='0.3.20150131'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='0.3.20150131'
WANTPTHREADS_FALSE='#'
WANTPTHREADS_TRUE=''
WCFLAGS=' -Wall -Wextra -Wcast-align -Wbad-function-cast -Wc++-compat -Wmissing-prototypes -Wunused'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/jeremy/libspiro/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "spiro"
#define PACKAGE_TARNAME "libspiro"
#define PACKAGE_VERSION "0.3.20150131"
#define PACKAGE_STRING "spiro 0.3.20150131"
#define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
#define PACKAGE_URL "https://github.com/fontforge/libspiro"
#define PACKAGE "libspiro"
#define VERSION "0.3.20150131"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_FINITE 1
#define HAVE_PTHREADS 1
configure: exit 0
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 supports nested variables... yes
checking for style of include used by make... GNU
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-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 whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
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 x86_64-unknown-linux-gnu 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 /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 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... yes
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 -m elf_x86_64) 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 gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking whether make supports nested variables... (cached) yes
checking for cos in -lm... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for finite... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking whether C compiler accepts -Wall... yes
checking whether C compiler accepts -Wextra... yes
checking whether C compiler accepts -Wcast-align... yes
checking whether C compiler accepts -Wbad-function-cast... yes
checking whether C compiler accepts -Wc++-compat... yes
checking whether C compiler accepts -Wmissing-prototypes... yes
checking whether C compiler accepts -Wunused... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating libspiro.pc
config.status: creating spiro-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
Configuration:
Source code location .
Build code location
Destination prefix /usr/local
Compiler gcc
Config auto options " -Wall -Wextra -Wcast-align -Wbad-function-cast -Wc++-compat -Wmissing-prototypes -Wunused"
Config CFLAGS "-g -O2"
Config LDFLAGS ""
make all-recursive
make[1]: Entering directory `/home/jeremy/libspiro'
Making all in .
make[2]: Entering directory `/home/jeremy/libspiro'
CC spiro.lo
CC bezctx.lo
CC spiroentrypoints.lo
CCLD libspiro.la
make[2]: Leaving directory `/home/jeremy/libspiro'
Making all in tests
make[2]: Entering directory `/home/jeremy/libspiro/tests'
CC unit-test.o
CCLD unit-test
CC call-test0.o
CCLD call-test0
../.libs/libspiro.so: undefined reference to `sincos'
../.libs/libspiro.so: undefined reference to `atan2'
../.libs/libspiro.so: undefined reference to `hypot'
../.libs/libspiro.so: undefined reference to `floor'
collect2: error: ld returned 1 exit status
make[2]: *** [call-test0] Error 1
make[2]: Leaving directory `/home/jeremy/libspiro/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jeremy/libspiro'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment