Skip to content

Instantly share code, notes, and snippets.

@sourcedelica
Created April 13, 2017 16:11
Show Gist options
  • Save sourcedelica/6f050fca36d39080588ec4da64785ac0 to your computer and use it in GitHub Desktop.
Save sourcedelica/6f050fca36d39080588ec4da64785ac0 to your computer and use it in GitHub Desktop.
htop-2.0.2 missing -ltinfo
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.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/develop/epederson/dev/htop-install
## --------- ##
## Platform. ##
## --------- ##
hostname = usdevfal03
uname -m = x86_64
uname -r = 2.6.32-358.el6.x86_64
uname -s = Linux
uname -v = #1 SMP Fri Feb 22 13:35:02 PST 2013
/usr/bin/uname -p = unknown
/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/local/TWNY/epederson/dev/autoconf-install/bin
PATH: /home/local/TWNY/epederson/dev/libtool-install/bin
PATH: /opt/rh/devtoolset-4/root/usr/bin
PATH: /home/local/TWNY/epederson/bin
PATH: /develop/local/bin
PATH: /home/Falcon/falcon-environment/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2342: checking build system type
configure:2356: result: x86_64-unknown-linux-gnu
configure:2376: checking host system type
configure:2389: result: x86_64-unknown-linux-gnu
configure:2409: checking target system type
configure:2422: result: x86_64-unknown-linux-gnu
configure:2465: checking for a BSD-compatible install
configure:2533: result: /usr/bin/install -c
configure:2544: checking whether build environment is sane
configure:2594: result: yes
configure:2735: checking for a thread-safe mkdir -p
configure:2774: result: /bin/mkdir -p
configure:2787: checking for gawk
configure:2803: found /bin/gawk
configure:2814: result: gawk
configure:2825: checking whether make sets $(MAKE)
configure:2847: result: yes
configure:2978: checking for gcc
configure:2994: found /opt/rh/devtoolset-4/root/usr/bin/gcc
configure:3005: result: gcc
configure:3234: checking for C compiler version
configure:3243: gcc --version >&5
gcc (GCC) 5.2.1 20150902 (Red Hat 5.2.1-2)
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:3254: $? = 0
configure:3243: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.2.1/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/opt/rh/devtoolset-4/root/usr --mandir=/opt/rh/devtoolset-4/root/usr/share/man --infodir=/opt/rh/devtoolset-4/root/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 --enable-plugin --with-linker-hash-style=gnu --enable-initfini-array --disable-libgcj --with-default-libstdcxx-abi=gcc4-compatible --with-isl=/builddir/build/BUILD/gcc-5.2.1-20150902/obj-x86_64-redhat-linux/isl-install --enable-libmpx --with-mpc=/builddir/build/BUILD/gcc-5.2.1-20150902/obj-x86_64-redhat-linux/mpc-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 5.2.1 20150902 (Red Hat 5.2.1-2) (GCC)
configure:3254: $? = 0
configure:3243: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3254: $? = 1
configure:3243: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3254: $? = 1
configure:3274: checking whether the C compiler works
configure:3296: gcc conftest.c >&5
configure:3300: $? = 0
configure:3348: result: yes
configure:3351: checking for C compiler default output file name
configure:3353: result: a.out
configure:3359: checking for suffix of executables
configure:3366: gcc -o conftest conftest.c >&5
configure:3370: $? = 0
configure:3392: result:
configure:3414: checking whether we are cross compiling
configure:3422: gcc -o conftest conftest.c >&5
configure:3426: $? = 0
configure:3433: ./conftest
configure:3437: $? = 0
configure:3452: result: no
configure:3457: checking for suffix of object files
configure:3479: gcc -c conftest.c >&5
configure:3483: $? = 0
configure:3504: result: o
configure:3508: checking whether we are using the GNU C compiler
configure:3527: gcc -c conftest.c >&5
configure:3527: $? = 0
configure:3536: result: yes
configure:3545: checking whether gcc accepts -g
configure:3565: gcc -c -g conftest.c >&5
configure:3565: $? = 0
configure:3606: result: yes
configure:3623: checking for gcc option to accept ISO C89
configure:3686: gcc -c -g -O2 conftest.c >&5
configure:3686: $? = 0
configure:3699: result: none needed
configure:3730: checking for style of include used by make
configure:3758: result: GNU
configure:3783: checking dependency style of gcc
configure:3893: result: gcc3
configure:3909: checking whether gcc and cc understand -c and -o together
configure:3940: gcc -c conftest.c -o conftest2.o >&5
configure:3944: $? = 0
configure:3950: gcc -c conftest.c -o conftest2.o >&5
configure:3954: $? = 0
configure:3965: cc -c conftest.c >&5
configure:3969: $? = 0
configure:3977: cc -c conftest.c -o conftest2.o >&5
configure:3981: $? = 0
configure:3987: cc -c conftest.c -o conftest2.o >&5
configure:3991: $? = 0
configure:4009: result: yes
configure:4042: checking how to run the C preprocessor
configure:4073: gcc -E conftest.c
configure:4073: $? = 0
configure:4087: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4087: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "htop 2.0.2"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #define PACKAGE "htop"
| #define VERSION "2.0.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4112: result: gcc -E
configure:4132: gcc -E conftest.c
configure:4132: $? = 0
configure:4146: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4146: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "htop 2.0.2"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #define PACKAGE "htop"
| #define VERSION "2.0.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4175: checking for grep that handles long lines and -e
configure:4233: result: /bin/grep
configure:4238: checking for egrep
configure:4300: result: /bin/grep -E
configure:4305: checking for ANSI C header files
configure:4325: gcc -c -g -O2 conftest.c >&5
configure:4325: $? = 0
configure:4398: gcc -o conftest -g -O2 conftest.c >&5
configure:4398: $? = 0
configure:4398: ./conftest
configure:4398: $? = 0
configure:4409: result: yes
configure:4422: checking for sys/types.h
configure:4422: gcc -c -g -O2 conftest.c >&5
configure:4422: $? = 0
configure:4422: result: yes
configure:4422: checking for sys/stat.h
configure:4422: gcc -c -g -O2 conftest.c >&5
configure:4422: $? = 0
configure:4422: result: yes
configure:4422: checking for stdlib.h
configure:4422: gcc -c -g -O2 conftest.c >&5
configure:4422: $? = 0
configure:4422: result: yes
configure:4422: checking for string.h
configure:4422: gcc -c -g -O2 conftest.c >&5
configure:4422: $? = 0
configure:4422: result: yes
configure:4422: checking for memory.h
configure:4422: gcc -c -g -O2 conftest.c >&5
configure:4422: $? = 0
configure:4422: result: yes
configure:4422: checking for strings.h
configure:4422: gcc -c -g -O2 conftest.c >&5
configure:4422: $? = 0
configure:4422: result: yes
configure:4422: checking for inttypes.h
configure:4422: gcc -c -g -O2 conftest.c >&5
configure:4422: $? = 0
configure:4422: result: yes
configure:4422: checking for stdint.h
configure:4422: gcc -c -g -O2 conftest.c >&5
configure:4422: $? = 0
configure:4422: result: yes
configure:4422: checking for unistd.h
configure:4422: gcc -c -g -O2 conftest.c >&5
configure:4422: $? = 0
configure:4422: result: yes
configure:4435: checking minix/config.h usability
configure:4435: gcc -c -g -O2 conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4435: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "htop 2.0.2"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #define PACKAGE "htop"
| #define VERSION "2.0.2"
| #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:4435: result: no
configure:4435: checking minix/config.h presence
configure:4435: gcc -E conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4435: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "htop 2.0.2"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #define PACKAGE "htop"
| #define VERSION "2.0.2"
| #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:4435: result: no
configure:4435: checking for minix/config.h
configure:4435: result: no
configure:4456: checking whether it is safe to define __EXTENSIONS__
configure:4474: gcc -c -g -O2 conftest.c >&5
configure:4474: $? = 0
configure:4481: result: yes
configure:4542: checking how to print strings
configure:4569: result: printf
configure:4590: checking for a sed that does not truncate output
configure:4654: result: /bin/sed
configure:4672: checking for fgrep
configure:4734: result: /bin/grep -F
configure:4769: checking for ld used by gcc
configure:4836: result: /opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.2.1/ld
configure:4843: checking if the linker (/opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.2.1/ld) is GNU ld
configure:4858: result: yes
configure:4870: checking for BSD- or MS-compatible name lister (nm)
configure:4924: result: /opt/rh/devtoolset-4/root/usr/bin/nm -B
configure:5054: checking the name lister (/opt/rh/devtoolset-4/root/usr/bin/nm -B) interface
configure:5061: gcc -c -g -O2 conftest.c >&5
configure:5064: /opt/rh/devtoolset-4/root/usr/bin/nm -B "conftest.o"
configure:5067: output
0000000000000000 B some_variable
configure:5074: result: BSD nm
configure:5077: checking whether ln -s works
configure:5081: result: yes
configure:5089: checking the maximum length of command line arguments
configure:5220: result: 1966080
configure:5268: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5308: result: func_convert_file_noop
configure:5315: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5335: result: func_convert_file_noop
configure:5342: checking for /opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.2.1/ld option to reload object files
configure:5349: result: -r
configure:5423: checking for objdump
configure:5439: found /opt/rh/devtoolset-4/root/usr/bin/objdump
configure:5450: result: objdump
configure:5482: checking how to recognize dependent libraries
configure:5682: result: pass_all
configure:5767: checking for dlltool
configure:5797: result: no
configure:5827: checking how to associate runtime and link libraries
configure:5854: result: printf %s\n
configure:5914: checking for ar
configure:5930: found /opt/rh/devtoolset-4/root/usr/bin/ar
configure:5941: result: ar
configure:5978: checking for archiver @FILE support
configure:5995: gcc -c -g -O2 conftest.c >&5
configure:5995: $? = 0
configure:5998: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:6001: $? = 0
configure:6006: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:6009: $? = 1
configure:6021: result: @
configure:6079: checking for strip
configure:6095: found /opt/rh/devtoolset-4/root/usr/bin/strip
configure:6106: result: strip
configure:6178: checking for ranlib
configure:6194: found /opt/rh/devtoolset-4/root/usr/bin/ranlib
configure:6205: result: ranlib
configure:6307: checking command to parse /opt/rh/devtoolset-4/root/usr/bin/nm -B output from gcc object
configure:6460: gcc -c -g -O2 conftest.c >&5
configure:6463: $? = 0
configure:6467: /opt/rh/devtoolset-4/root/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:6470: $? = 0
configure:6536: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6539: $? = 0
configure:6577: result: ok
configure:6624: checking for sysroot
configure:6654: result: no
configure:6661: checking for a working dd
configure:6699: result: /bin/dd
configure:6703: checking how to truncate binary pipes
configure:6718: result: /bin/dd bs=4096 count=1
configure:6854: gcc -c -g -O2 conftest.c >&5
configure:6857: $? = 0
configure:7047: checking for mt
configure:7077: result: no
configure:7097: checking if : is a manifest tool
configure:7103: : '-?'
configure:7111: result: no
configure:7785: checking for dlfcn.h
configure:7785: gcc -c -g -O2 conftest.c >&5
configure:7785: $? = 0
configure:7785: result: yes
configure:8039: checking for objdir
configure:8054: result: .libs
configure:8318: checking if gcc supports -fno-rtti -fno-exceptions
configure:8336: 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
configure:8340: $? = 0
configure:8353: result: no
configure:8711: checking for gcc option to produce PIC
configure:8718: result: -fPIC -DPIC
configure:8726: checking if gcc PIC flag -fPIC -DPIC works
configure:8744: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:8748: $? = 0
configure:8761: result: yes
configure:8790: checking if gcc static flag -static works
configure:8818: result: yes
configure:8833: checking if gcc supports -c -o file.o
configure:8854: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8858: $? = 0
configure:8880: result: yes
configure:8888: checking if gcc supports -c -o file.o
configure:8935: result: yes
configure:8968: checking whether the gcc linker (/opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.2.1/ld -m elf_x86_64) supports shared libraries
configure:10227: result: yes
configure:10467: checking dynamic linker characteristics
configure:11048: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11048: $? = 0
configure:11285: result: GNU/Linux ld.so
configure:11407: checking how to hardcode library paths into programs
configure:11432: result: immediate
configure:11980: checking whether stripping libraries is possible
configure:11985: result: yes
configure:12020: checking if libtool supports shared libraries
configure:12022: result: yes
configure:12025: checking whether to build shared libraries
configure:12050: result: no
configure:12053: checking whether to build static libraries
configure:12057: result: yes
configure:12117: checking for ceil in -lm
configure:12142: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:35:6: warning: conflicting types for built-in function 'ceil'
char ceil ();
^
configure:12142: $? = 0
configure:12151: result: yes
configure:12170: checking for dirent.h that defines DIR
configure:12189: gcc -c -g -O2 conftest.c >&5
configure:12189: $? = 0
configure:12197: result: yes
configure:12210: checking for library containing opendir
configure:12241: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:12241: $? = 0
configure:12258: result: none required
configure:12325: checking for ANSI C header files
configure:12429: result: yes
configure:12440: checking for stdlib.h
configure:12440: result: yes
configure:12440: checking for string.h
configure:12440: result: yes
configure:12440: checking for strings.h
configure:12440: result: yes
configure:12440: checking sys/param.h usability
configure:12440: gcc -c -g -O2 conftest.c >&5
configure:12440: $? = 0
configure:12440: result: yes
configure:12440: checking sys/param.h presence
configure:12440: gcc -E conftest.c
configure:12440: $? = 0
configure:12440: result: yes
configure:12440: checking for sys/param.h
configure:12440: result: yes
configure:12440: checking sys/time.h usability
configure:12440: gcc -c -g -O2 conftest.c >&5
configure:12440: $? = 0
configure:12440: result: yes
configure:12440: checking sys/time.h presence
configure:12440: gcc -E conftest.c
configure:12440: $? = 0
configure:12440: result: yes
configure:12440: checking for sys/time.h
configure:12440: result: yes
configure:12440: checking for unistd.h
configure:12440: result: yes
configure:12456: checking execinfo.h usability
configure:12456: gcc -c -g -O2 conftest.c >&5
configure:12456: $? = 0
configure:12456: result: yes
configure:12456: checking execinfo.h presence
configure:12456: gcc -E conftest.c
configure:12456: $? = 0
configure:12456: result: yes
configure:12456: checking for execinfo.h
configure:12456: result: yes
configure:12471: checking for stdbool.h that conforms to C99
configure:12538: gcc -c -g -O2 conftest.c >&5
configure:12538: $? = 0
configure:12545: result: yes
configure:12547: checking for _Bool
configure:12547: gcc -c -g -O2 conftest.c >&5
configure:12547: $? = 0
configure:12547: 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:12547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "htop 2.0.2"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #define PACKAGE "htop"
| #define VERSION "2.0.2"
| #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 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:12547: result: yes
configure:12564: checking for an ANSI C-conforming const
configure:12630: gcc -c -g -O2 conftest.c >&5
configure:12630: $? = 0
configure:12637: result: yes
configure:12645: checking for pid_t
configure:12645: gcc -c -g -O2 conftest.c >&5
configure:12645: $? = 0
configure:12645: 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:12645: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "htop 2.0.2"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #define PACKAGE "htop"
| #define VERSION "2.0.2"
| #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 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:12645: result: yes
configure:12656: checking for uid_t in sys/types.h
configure:12675: result: yes
configure:12689: checking whether closedir returns void
configure:12713: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:12713: $? = 0
configure:12713: ./conftest
configure:12713: $? = 0
configure:12723: result: no
configure:12731: checking return type of signal handlers
configure:12749: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:46:9: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
^
configure:12749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "htop"
| #define PACKAGE_TARNAME "htop"
| #define PACKAGE_VERSION "2.0.2"
| #define PACKAGE_STRING "htop 2.0.2"
| #define PACKAGE_BUGREPORT "hisham@gobolinux.org"
| #define PACKAGE_URL ""
| #define PACKAGE "htop"
| #define VERSION "2.0.2"
| #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 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:12756: result: void
configure:12764: checking whether lstat correctly handles trailing slash
configure:12790: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:12790: $? = 0
configure:12790: ./conftest
configure:12790: $? = 0
configure:12807: result: yes
configure:12826: checking whether stat accepts an empty string
configure:12846: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:12846: $? = 0
configure:12846: ./conftest
configure:12846: $? = 0
configure:12856: result: no
configure:12875: checking for memmove
configure:12875: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:65:6: warning: conflicting types for built-in function 'memmove'
char memmove ();
^
configure:12875: $? = 0
configure:12875: result: yes
configure:12875: checking for strncasecmp
configure:12875: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:66:6: warning: conflicting types for built-in function 'strncasecmp'
char strncasecmp ();
^
configure:12875: $? = 0
configure:12875: result: yes
configure:12875: checking for strstr
configure:12875: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:67:6: warning: conflicting types for built-in function 'strstr'
char strstr ();
^
configure:12875: $? = 0
configure:12875: result: yes
configure:12875: checking for strdup
configure:12875: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:68:6: warning: conflicting types for built-in function 'strdup'
char strdup ();
^
configure:12875: $? = 0
configure:12875: result: yes
configure:12887: checking whether gcc -std=c99 option works
configure:12900: gcc -c -g -O2 -std=c99 conftest.c >&5
configure:12900: $? = 0
configure:12901: result: yes
configure:12911: checking if compiler supports -Wextra
configure:12924: gcc -c -g -O2 -Wextra conftest.c >&5
configure:12924: $? = 0
configure:12927: result: yes
configure:13182: checking for addnwstr in -lncursesw
configure:13207: gcc -o conftest -g -O2 -lncursesw conftest.c -lncursesw -lm >&5
configure:13207: $? = 0
configure:13216: result: yes
configure:13447: checking ncursesw/curses.h usability
configure:13447: gcc -c -g -O2 conftest.c >&5
configure:13447: $? = 0
configure:13447: result: yes
configure:13447: checking ncursesw/curses.h presence
configure:13447: gcc -E conftest.c
configure:13447: $? = 0
configure:13447: result: yes
configure:13447: checking for ncursesw/curses.h
configure:13447: result: yes
configure:13885: checking for usable sched_setaffinity
configure:13913: gcc -o conftest -g -O2 conftest.c -lncursesw -lm >&5
configure:13913: $? = 0
configure:13913: ./conftest
configure:13913: $? = 0
configure:13914: result: yes
configure:14214: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by htop config.status 2.0.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on usdevfal03
config.status:1124: creating Makefile
config.status:1124: creating htop.1
config.status:1124: creating config.h
config.status:1353: executing depfiles commands
config.status:1353: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-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-unknown-linux-gnu
ac_cv_lib_m_ceil=yes
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_cc_gcc_c_o=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-unknown-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
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=/opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.2.1/ld
lt_cv_path_NM='/opt/rh/devtoolset-4/root/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][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=1966080
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/local/TWNY/epederson/dev/htop-2.0.2/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/local/TWNY/epederson/dev/htop-2.0.2/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/local/TWNY/epederson/dev/htop-2.0.2/missing --run autoconf'
AUTOHEADER='${SHELL} /home/local/TWNY/epederson/dev/htop-2.0.2/missing --run autoheader'
AUTOMAKE='${SHELL} /home/local/TWNY/epederson/dev/htop-2.0.2/missing --run automake-1.11'
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='/opt/rh/devtoolset-4/root/usr/libexec/gcc/x86_64-redhat-linux/5.2.1/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/local/TWNY/epederson/dev/htop-2.0.2/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/opt/rh/devtoolset-4/root/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.2'
PACKAGE_TARNAME='htop'
PACKAGE_URL=''
PACKAGE_VERSION='2.0.2'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='2.0.2'
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__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} 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/local/TWNY/epederson/dev/htop-2.0.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
my_htop_platform='linux'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/develop/epederson/dev/htop-install'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
wextra_flag='-Wextra'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "htop"
#define PACKAGE_TARNAME "htop"
#define PACKAGE_VERSION "2.0.2"
#define PACKAGE_STRING "htop 2.0.2"
#define PACKAGE_BUGREPORT "hisham@gobolinux.org"
#define PACKAGE_URL ""
#define PACKAGE "htop"
#define VERSION "2.0.2"
#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 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_LINUX_AFFINITY 1
#define COPYRIGHT "(C) 2004-2017 Hisham Muhammad"
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment