Skip to content

Instantly share code, notes, and snippets.

@guilbep
Created February 11, 2016 13:06
Show Gist options
  • Save guilbep/60281eed47ba9f4bc162 to your computer and use it in GitHub Desktop.
Save guilbep/60281eed47ba9f4bc162 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 htop configure 2.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --no-create --no-recursion
## --------- ##
## Platform. ##
## --------- ##
hostname = boa
uname -m = x86_64
uname -r = 4.4.1-gentoo
uname -s = Linux
uname -v = #1 SMP Fri Feb 5 11:05:37 CET 2016
/usr/bin/uname -p = Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz
/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/bin
PATH: /usr/bin
PATH: /bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.5
PATH: /usr/games/bin
PATH: /usr/games/bin
PATH: /home/pgu/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.8.4
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2395: checking for gcc
configure:2411: found /usr/bin/gcc
configure:2422: result: gcc
configure:2651: checking for C compiler version
configure:2660: gcc --version >&5
gcc (Gentoo 4.8.5 p1.3, pie-0.6.2) 4.8.5
Copyright (C) 2015 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:2671: $? = 0
configure:2660: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.5/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.5/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.8.5/work/gcc-4.8.5/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.5 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.5/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.5/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.5 p1.3, pie-0.6.2' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --enable-libsanitizer
Thread model: posix
gcc version 4.8.5 (Gentoo 4.8.5 p1.3, pie-0.6.2)
configure:2671: $? = 0
configure:2660: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2671: $? = 1
configure:2660: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2671: $? = 1
configure:2691: checking whether the C compiler works
configure:2713: gcc conftest.c >&5
configure:2717: $? = 0
configure:2765: result: yes
configure:2768: checking for C compiler default output file name
configure:2770: result: a.out
configure:2776: checking for suffix of executables
configure:2783: gcc -o conftest conftest.c >&5
configure:2787: $? = 0
configure:2809: result:
configure:2831: checking whether we are cross compiling
configure:2839: gcc -o conftest conftest.c >&5
configure:2843: $? = 0
configure:2850: ./conftest
configure:2854: $? = 0
configure:2869: result: no
configure:2874: checking for suffix of object files
configure:2896: gcc -c conftest.c >&5
configure:2900: $? = 0
configure:2921: result: o
configure:2925: checking whether we are using the GNU C compiler
configure:2944: gcc -c conftest.c >&5
configure:2944: $? = 0
configure:2953: result: yes
configure:2962: checking whether gcc accepts -g
configure:2982: gcc -c -g conftest.c >&5
configure:2982: $? = 0
configure:3023: result: yes
configure:3040: checking for gcc option to accept ISO C89
configure:3103: gcc -c -g -O2 conftest.c >&5
configure:3103: $? = 0
configure:3116: result: none needed
configure:3141: checking whether gcc understands -c and -o together
configure:3163: gcc -c conftest.c -o conftest2.o
configure:3166: $? = 0
configure:3163: gcc -c conftest.c -o conftest2.o
configure:3166: $? = 0
configure:3178: result: yes
configure:3201: checking how to run the C preprocessor
configure:3232: gcc -E conftest.c
configure:3232: $? = 0
configure:3246: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3246: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "htop 2.0.0"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3271: result: gcc -E
configure:3291: gcc -E conftest.c
configure:3291: $? = 0
configure:3305: gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:3305: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "htop 2.0.0"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3334: checking for grep that handles long lines and -e
configure:3392: result: /bin/grep
configure:3397: checking for egrep
configure:3459: result: /bin/grep -E
configure:3464: checking for ANSI C header files
configure:3484: gcc -c -g -O2 conftest.c >&5
configure:3484: $? = 0
configure:3557: gcc -o conftest -g -O2 conftest.c >&5
configure:3557: $? = 0
configure:3557: ./conftest
configure:3557: $? = 0
configure:3568: result: yes
configure:3581: checking for sys/types.h
configure:3581: gcc -c -g -O2 conftest.c >&5
configure:3581: $? = 0
configure:3581: result: yes
configure:3581: checking for sys/stat.h
configure:3581: gcc -c -g -O2 conftest.c >&5
configure:3581: $? = 0
configure:3581: result: yes
configure:3581: checking for stdlib.h
configure:3581: gcc -c -g -O2 conftest.c >&5
configure:3581: $? = 0
configure:3581: result: yes
configure:3581: checking for string.h
configure:3581: gcc -c -g -O2 conftest.c >&5
configure:3581: $? = 0
configure:3581: result: yes
configure:3581: checking for memory.h
configure:3581: gcc -c -g -O2 conftest.c >&5
configure:3581: $? = 0
configure:3581: result: yes
configure:3581: checking for strings.h
configure:3581: gcc -c -g -O2 conftest.c >&5
configure:3581: $? = 0
configure:3581: result: yes
configure:3581: checking for inttypes.h
configure:3581: gcc -c -g -O2 conftest.c >&5
configure:3581: $? = 0
configure:3581: result: yes
configure:3581: checking for stdint.h
configure:3581: gcc -c -g -O2 conftest.c >&5
configure:3581: $? = 0
configure:3581: result: yes
configure:3581: checking for unistd.h
configure:3581: gcc -c -g -O2 conftest.c >&5
configure:3581: $? = 0
configure:3581: result: yes
configure:3594: checking minix/config.h usability
configure:3594: gcc -c -g -O2 conftest.c >&5
conftest.c:52:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:3594: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "htop 2.0.0"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #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
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3594: result: no
configure:3594: checking minix/config.h presence
configure:3594: gcc -E conftest.c
conftest.c:19:26: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^
compilation terminated.
configure:3594: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "htop 2.0.0"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #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
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3594: result: no
configure:3594: checking for minix/config.h
configure:3594: result: no
configure:3615: checking whether it is safe to define __EXTENSIONS__
configure:3633: gcc -c -g -O2 conftest.c >&5
configure:3633: $? = 0
configure:3640: result: yes
configure:3658: checking build system type
configure:3672: result: x86_64-pc-linux-gnu
configure:3692: checking host system type
configure:3705: result: x86_64-pc-linux-gnu
configure:3725: checking target system type
configure:3738: result: x86_64-pc-linux-gnu
configure:3781: checking for a BSD-compatible install
configure:3849: result: /usr/bin/install -c
configure:3860: checking whether build environment is sane
configure:3915: result: yes
configure:4063: checking for a thread-safe mkdir -p
configure:4102: result: /bin/mkdir -p
configure:4109: checking for gawk
configure:4125: found /usr/bin/gawk
configure:4136: result: gawk
configure:4147: checking whether make sets $(MAKE)
configure:4169: result: yes
configure:4199: checking for style of include used by make
configure:4227: result: GNU
configure:4261: checking whether make supports nested variables
configure:4278: result: yes
configure:4363: checking dependency style of gcc
configure:4474: result: gcc3
configure:4587: checking for gcc
configure:4614: result: gcc
configure:4843: checking for C compiler version
configure:4852: gcc --version >&5
gcc (Gentoo 4.8.5 p1.3, pie-0.6.2) 4.8.5
Copyright (C) 2015 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:4863: $? = 0
configure:4852: gcc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.5/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.8.5/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.8.5/work/gcc-4.8.5/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.5 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.5/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.5/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.8.5/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.8.5 p1.3, pie-0.6.2' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --enable-lto --without-cloog --enable-libsanitizer
Thread model: posix
gcc version 4.8.5 (Gentoo 4.8.5 p1.3, pie-0.6.2)
configure:4863: $? = 0
configure:4852: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4863: $? = 1
configure:4852: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4863: $? = 1
configure:4867: checking whether we are using the GNU C compiler
configure:4895: result: yes
configure:4904: checking whether gcc accepts -g
configure:4965: result: yes
configure:4982: checking for gcc option to accept ISO C89
configure:5058: result: none needed
configure:5083: checking whether gcc understands -c and -o together
configure:5120: result: yes
configure:5247: checking how to print strings
configure:5274: result: printf
configure:5295: checking for a sed that does not truncate output
configure:5359: result: /bin/sed
configure:5377: checking for fgrep
configure:5439: result: /bin/grep -F
configure:5474: checking for ld used by gcc
configure:5541: result: /usr/x86_64-pc-linux-gnu/bin/ld
configure:5548: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
configure:5563: result: yes
configure:5575: checking for BSD- or MS-compatible name lister (nm)
configure:5629: result: /usr/bin/nm -B
configure:5759: checking the name lister (/usr/bin/nm -B) interface
configure:5766: gcc -c -g -O2 conftest.c >&5
configure:5769: /usr/bin/nm -B "conftest.o"
configure:5772: output
0000000000000000 B some_variable
configure:5779: result: BSD nm
configure:5782: checking whether ln -s works
configure:5786: result: yes
configure:5794: checking the maximum length of command line arguments
configure:5925: result: 1572864
configure:5973: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:6013: result: func_convert_file_noop
configure:6020: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:6040: result: func_convert_file_noop
configure:6047: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
configure:6054: result: -r
configure:6128: checking for objdump
configure:6144: found /usr/bin/objdump
configure:6155: result: objdump
configure:6187: checking how to recognize dependent libraries
configure:6387: result: pass_all
configure:6472: checking for dlltool
configure:6502: result: no
configure:6532: checking how to associate runtime and link libraries
configure:6559: result: printf %s\n
configure:6619: checking for ar
configure:6635: found /usr/bin/ar
configure:6646: result: ar
configure:6683: checking for archiver @FILE support
configure:6700: gcc -c -g -O2 conftest.c >&5
configure:6700: $? = 0
configure:6703: ar cru libconftest.a @conftest.lst >&5
configure:6706: $? = 0
configure:6711: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6714: $? = 1
configure:6726: result: @
configure:6784: checking for strip
configure:6800: found /usr/bin/strip
configure:6811: result: strip
configure:6883: checking for ranlib
configure:6899: found /usr/bin/ranlib
configure:6910: result: ranlib
configure:7012: checking command to parse /usr/bin/nm -B output from gcc object
configure:7165: gcc -c -g -O2 conftest.c >&5
configure:7168: $? = 0
configure:7172: /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:7175: $? = 0
configure:7241: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7244: $? = 0
configure:7282: result: ok
configure:7329: checking for sysroot
configure:7359: result: no
configure:7366: checking for a working dd
configure:7404: result: /bin/dd
configure:7408: checking how to truncate binary pipes
configure:7423: result: /bin/dd bs=4096 count=1
configure:7559: gcc -c -g -O2 conftest.c >&5
configure:7562: $? = 0
configure:7752: checking for mt
configure:7782: result: no
configure:7802: checking if : is a manifest tool
configure:7808: : '-?'
configure:7816: result: no
configure:8490: checking for dlfcn.h
configure:8490: gcc -c -g -O2 conftest.c >&5
configure:8490: $? = 0
configure:8490: result: yes
configure:8686: checking for objdir
configure:8701: result: .libs
configure:8965: checking if gcc supports -fno-rtti -fno-exceptions
configure:8983: 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]
configure:8987: $? = 0
configure:9000: result: no
configure:9358: checking for gcc option to produce PIC
configure:9365: result: -fPIC -DPIC
configure:9373: checking if gcc PIC flag -fPIC -DPIC works
configure:9391: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9395: $? = 0
configure:9408: result: yes
configure:9437: checking if gcc static flag -static works
configure:9465: result: yes
configure:9480: checking if gcc supports -c -o file.o
configure:9501: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9505: $? = 0
configure:9527: result: yes
configure:9535: checking if gcc supports -c -o file.o
configure:9582: result: yes
configure:9615: checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
configure:10874: result: yes
configure:11114: checking dynamic linker characteristics
configure:11708: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11708: $? = 0
configure:11945: result: GNU/Linux ld.so
configure:12067: checking how to hardcode library paths into programs
configure:12092: result: immediate
configure:12640: checking whether stripping libraries is possible
configure:12645: result: yes
configure:12680: checking if libtool supports shared libraries
configure:12682: result: yes
configure:12685: checking whether to build shared libraries
configure:12710: result: no
configure:12713: checking whether to build static libraries
configure:12717: result: yes
configure:12777: checking for ceil in -lm
configure:12802: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:35:6: warning: conflicting types for built-in function 'ceil' [enabled by default]
char ceil ();
^
configure:12802: $? = 0
configure:12811: result: yes
configure:12830: checking for dirent.h that defines DIR
configure:12849: gcc -c -g -O2 conftest.c >&5
configure:12849: $? = 0
configure:12857: result: yes
configure:12870: checking for library containing opendir
configure:12901: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:12901: $? = 0
configure:12918: result: none required
configure:12985: checking for ANSI C header files
configure:13089: result: yes
configure:13100: checking for stdlib.h
configure:13100: result: yes
configure:13100: checking for string.h
configure:13100: result: yes
configure:13100: checking for strings.h
configure:13100: result: yes
configure:13100: checking sys/param.h usability
configure:13100: gcc -c -g -O2 conftest.c >&5
configure:13100: $? = 0
configure:13100: result: yes
configure:13100: checking sys/param.h presence
configure:13100: gcc -E conftest.c
configure:13100: $? = 0
configure:13100: result: yes
configure:13100: checking for sys/param.h
configure:13100: result: yes
configure:13100: checking sys/time.h usability
configure:13100: gcc -c -g -O2 conftest.c >&5
configure:13100: $? = 0
configure:13100: result: yes
configure:13100: checking sys/time.h presence
configure:13100: gcc -E conftest.c
configure:13100: $? = 0
configure:13100: result: yes
configure:13100: checking for sys/time.h
configure:13100: result: yes
configure:13100: checking for unistd.h
configure:13100: result: yes
configure:13116: checking execinfo.h usability
configure:13116: gcc -c -g -O2 conftest.c >&5
configure:13116: $? = 0
configure:13116: result: yes
configure:13116: checking execinfo.h presence
configure:13116: gcc -E conftest.c
configure:13116: $? = 0
configure:13116: result: yes
configure:13116: checking for execinfo.h
configure:13116: result: yes
configure:13131: checking for stdbool.h that conforms to C99
configure:13198: gcc -c -g -O2 conftest.c >&5
configure:13198: $? = 0
configure:13205: result: yes
configure:13207: checking for _Bool
configure:13207: gcc -c -g -O2 conftest.c >&5
configure:13207: $? = 0
configure:13207: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:74:20: error: expected expression before ')' token
if (sizeof ((_Bool)))
^
configure:13207: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "htop 2.0.0"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "htop"
| #define VERSION "2.0.0"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:13207: result: yes
configure:13224: checking for an ANSI C-conforming const
configure:13290: gcc -c -g -O2 conftest.c >&5
configure:13290: $? = 0
configure:13297: result: yes
configure:13305: checking for pid_t
configure:13305: gcc -c -g -O2 conftest.c >&5
configure:13305: $? = 0
configure:13305: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:13305: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "htop 2.0.0"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "htop"
| #define VERSION "2.0.0"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:13305: result: yes
configure:13316: checking for uid_t in sys/types.h
configure:13335: result: yes
configure:13349: checking whether closedir returns void
configure:13373: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:13373: $? = 0
configure:13373: ./conftest
configure:13373: $? = 0
configure:13383: result: no
configure:13391: checking return type of signal handlers
configure:13409: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:46:1: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
^
configure:13409: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "htop 2.0.0"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "htop"
| #define VERSION "2.0.0"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:13416: result: void
configure:13424: checking whether lstat correctly handles trailing slash
configure:13450: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:13450: $? = 0
configure:13450: ./conftest
configure:13450: $? = 0
configure:13467: result: yes
configure:13486: checking whether stat accepts an empty string
configure:13506: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:13506: $? = 0
configure:13506: ./conftest
configure:13506: $? = 0
configure:13516: result: no
configure:13535: checking for memmove
configure:13535: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:65:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
char memmove ();
^
configure:13535: $? = 0
configure:13535: result: yes
configure:13535: checking for strncasecmp
configure:13535: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:66:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
char strncasecmp ();
^
configure:13535: $? = 0
configure:13535: result: yes
configure:13535: checking for strstr
configure:13535: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:67:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
char strstr ();
^
configure:13535: $? = 0
configure:13535: result: yes
configure:13535: checking for strdup
configure:13535: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:68:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char strdup ();
^
configure:13535: $? = 0
configure:13535: result: yes
configure:13547: checking whether gcc -std=c99 option works
configure:13560: gcc -c -g -O2 -std=c99 conftest.c >&5
configure:13560: $? = 0
configure:13561: result: yes
configure:13571: checking if compiler supports -Wextra
configure:13584: gcc -c -g -O2 -Wextra conftest.c >&5
configure:13584: $? = 0
configure:13587: result: yes
configure:13777: checking for addnwstr in -lncursesw6
configure:13802: gcc -o conftest -g -O2 -L/usr/lib64 -lncursesw -ltinfow conftest.c -lncursesw6 -lm >&5
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.5/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lncursesw6
collect2: error: ld returned 1 exit status
configure:13802: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.0"
| #define PACKAGE_STRING "htop 2.0.0"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PACKAGE "htop"
| #define VERSION "2.0.0"
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBM 1
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define RETSIGTYPE void
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRSTR 1
| #define HAVE_STRDUP 1
| #define PROCDIR "/proc"
| #define HAVE_TASKSTATS 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char addnwstr ();
| int
| main ()
| {
| return addnwstr ();
| ;
| return 0;
| }
configure:13811: result: no
configure:13937: checking for addnwstr in -lncursesw6
configure:13971: result: no
configure:13982: checking for addnwstr in -lncursesw
configure:14007: gcc -o conftest -g -O2 conftest.c -lncursesw -lm >&5
configure:14007: $? = 0
configure:14016: result: yes
configure:14092: checking ncursesw/curses.h usability
configure:14092: gcc -c -g -O2 conftest.c >&5
configure:14092: $? = 0
configure:14092: result: yes
configure:14092: checking ncursesw/curses.h presence
configure:14092: gcc -E conftest.c
configure:14092: $? = 0
configure:14092: result: yes
configure:14092: checking for ncursesw/curses.h
configure:14092: result: yes
configure:14520: checking for usable sched_setaffinity
configure:14548: gcc -o conftest -g -O2 conftest.c -lncursesw -lm >&5
configure:14548: $? = 0
configure:14548: ./conftest
configure:14548: $? = 0
configure:14549: result: yes
configure:14808: checking that generated files are newer than configure
configure:14814: result: done
configure:14857: creating ./config.status
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_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_closedir_void=no
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_memmove=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strdup=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strstr=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_ncursesw_curses_h=yes
ac_cv_header_stdbool_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_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_m_ceil=yes
ac_cv_lib_ncursesw6_addnwstr=no
ac_cv_lib_ncursesw_addnwstr=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_lt_DD=/bin/dd
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_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
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_opendir='none required'
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type__Bool=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_uid_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
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/x86_64-pc-linux-gnu/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=yes
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][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
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
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/pgu/works/git/htop/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/pgu/works/git/htop/missing autoconf'
AUTOHEADER='${SHELL} /home/pgu/works/git/htop/missing autoheader'
AUTOMAKE='${SHELL} /home/pgu/works/git/htop/missing automake-1.15'
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'
HTOP_DARWIN_FALSE=''
HTOP_DARWIN_TRUE='#'
HTOP_FREEBSD_FALSE=''
HTOP_FREEBSD_TRUE='#'
HTOP_LINUX_FALSE='#'
HTOP_LINUX_TRUE=''
HTOP_OPENBSD_FALSE=''
HTOP_OPENBSD_TRUE='#'
HTOP_UNSUPPORTED_FALSE=''
HTOP_UNSUPPORTED_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-lncursesw -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /home/pgu/works/git/htop/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='htop'
PACKAGE_BUGREPORT='hisham@gobolinux.org'
PACKAGE_NAME='htop'
PACKAGE_STRING='htop 2.0.0'
PACKAGE_TARNAME='htop'
PACKAGE_URL=''
PACKAGE_VERSION='2.0.0'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='2.0.0'
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-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/pgu/works/git/htop/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
my_htop_platform='linux'
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='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
wextra_flag='-Wextra'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "htop"
#define PACKAGE_TARNAME "htop"
#define PACKAGE_VERSION "2.0.0"
#define PACKAGE_STRING "htop 2.0.0"
#define PACKAGE_BUGREPORT "hisham@gobolinux.org"
#define PACKAGE_URL ""
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define PACKAGE "htop"
#define VERSION "2.0.0"
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBM 1
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_EXECINFO_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define RETSIGTYPE void
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_MEMMOVE 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRSTR 1
#define HAVE_STRDUP 1
#define PROCDIR "/proc"
#define HAVE_TASKSTATS 1
#define HAVE_LIBNCURSESW 1
#define HAVE_NCURSESW_CURSES_H 1
#define HAVE_NATIVE_AFFINITY 1
#define COPYRIGHT "(C) 2004-2016 Hisham Muhammad"
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by htop config.status 2.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on boa
config.status:1129: creating Makefile
config.status:1129: creating htop.1
config.status:1129: creating config.h
config.status:1310: config.h is unchanged
config.status:1358: executing depfiles commands
config.status:1358: executing libtool commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by htop config.status 2.0.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status config.h
on boa
config.status:1129: creating config.h
config.status:1310: config.h is unchanged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment