Skip to content

Instantly share code, notes, and snippets.

Created August 10, 2017 14:14
Show Gist options
  • Save anonymous/17f99b5b4b2737c430009fdf9f3714fd to your computer and use it in GitHub Desktop.
Save anonymous/17f99b5b4b2737c430009fdf9f3714fd to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by djvulibre configure 3.5.27, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /home/thomas/zeugs/fossgits/koreader/base/thirdparty/djvulibre/build/x86_64-redhat-linux/djvulibre-prefix/src/djvulibre/configure -q --disable-desktopfiles --disable-static --enable-shared --disable-xmltools --disable-largefile --without-jpeg --without-tiff -host=
## --------- ##
## Platform. ##
## --------- ##
hostname = thomas-laptop
uname -m = x86_64
uname -r = 4.11.11-300.fc26.x86_64
uname -s = Linux
uname -v = #1 SMP Mon Jul 17 16:32:11 UTC 2017
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/thomas/zeugs/android-sdk/platform-tools
PATH: /home/thomas/bin
PATH: /usr/lib/ccache/bin
PATH: /usr/lib64/qt-3.3/bin
PATH: /usr/lib64/ccache
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /home/thomas/.local/bin
PATH: /home/thomas/bin
PATH: /home/thomas/.local/bin
PATH: /home/thomas/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2817: checking build system type
configure:2831: result: x86_64-pc-linux-gnu
configure:2851: checking host system type
configure:2864: result: x86_64-pc-linux-gnu
configure:2901: checking for a BSD-compatible install
configure:2969: result: /usr/bin/install -c
configure:2980: checking whether build environment is sane
configure:3035: result: yes
configure:3186: checking for a thread-safe mkdir -p
configure:3225: result: /usr/bin/mkdir -p
configure:3232: checking for gawk
configure:3248: found /usr/bin/gawk
configure:3259: result: gawk
configure:3270: checking whether make sets $(MAKE)
configure:3292: result: yes
configure:3321: checking whether make supports nested variables
configure:3338: result: yes
configure:3475: checking whether make supports nested variables
configure:3492: result: yes
configure:3515: checking for style of include used by make
configure:3543: result: GNU
configure:3614: checking for gcc
configure:3641: result: /usr/bin/ccache gcc
configure:3870: checking for C compiler version
configure:3879: /usr/bin/ccache gcc --version >&5
gcc (GCC) 7.1.1 20170622 (Red Hat 7.1.1-3)
Copyright (C) 2017 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:3890: $? = 0
configure:3879: /usr/bin/ccache gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 7.1.1 20170622 (Red Hat 7.1.1-3) (GCC)
configure:3890: $? = 0
configure:3879: /usr/bin/ccache gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3890: $? = 1
configure:3879: /usr/bin/ccache gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3890: $? = 1
configure:3910: checking whether the C compiler works
configure:3932: /usr/bin/ccache gcc -O2 -ffast-math -pipe -fomit-frame-pointer -march=native -fPIC -Wl,-O1 -Wl,--as-needed -static-libstdc++ conftest.c libstdc++.a >&5
gcc: error: libstdc++.a: No such file or directory
configure:3936: $? = 1
configure:3974: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "djvulibre"
| #define PACKAGE_TARNAME "djvulibre"
| #define PACKAGE_VERSION "3.5.27"
| #define PACKAGE_STRING "djvulibre 3.5.27"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "djvulibre"
| #define VERSION "3.5.27"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3979: error: in `/home/thomas/zeugs/fossgits/koreader/base/thirdparty/djvulibre/build/x86_64-redhat-linux/djvulibre-prefix/src/djvulibre':
configure:3981: error: C compiler cannot create executables
See `config.log' for more details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment