748 lines
24 KiB
Plaintext
748 lines
24 KiB
Plaintext
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
It was created by xclip configure 0.13, which was
|
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
|
|
$ ./configure --prefix=/home/allann/.local 'CFLAGS=-O3 -static'
|
|
|
|
## --------- ##
|
|
## Platform. ##
|
|
## --------- ##
|
|
|
|
hostname = ponipie
|
|
uname -m = x86_64
|
|
uname -r = 6.8.6-gentoo
|
|
uname -s = Linux
|
|
uname -v = #1 SMP PREEMPT Sun Apr 14 09:47:37 -03 2024
|
|
|
|
/usr/bin/uname -p = Intel(R) Pentium(R) CPU N3700 @ 1.60GHz
|
|
/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/allann/.local/bin/
|
|
PATH: /usr/local/sbin/
|
|
PATH: /usr/local/bin/
|
|
PATH: /usr/bin/
|
|
PATH: /opt/bin/
|
|
PATH: /usr/lib/llvm/17/bin/
|
|
PATH: /etc/eselect/wine/bin/
|
|
|
|
|
|
## ----------- ##
|
|
## Core tests. ##
|
|
## ----------- ##
|
|
|
|
configure:2282: looking for aux files: install-sh
|
|
configure:2295: trying ./
|
|
configure:2306: ./install-sh found
|
|
configure:2500: checking for gcc
|
|
configure:2521: found /usr/bin/gcc
|
|
configure:2532: result: gcc
|
|
configure:2885: checking for C compiler version
|
|
configure:2894: gcc --version >&5
|
|
gcc (Gentoo 13.2.1_p20240210 p14) 13.2.1 20240210
|
|
Copyright (C) 2023 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:2905: $? = 0
|
|
configure:2894: gcc -v >&5
|
|
Using built-in specs.
|
|
COLLECT_GCC=gcc
|
|
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/13/lto-wrapper
|
|
Target: x86_64-pc-linux-gnu
|
|
Configured with: /var/tmp/notmpfs/portage/sys-devel/gcc-13.2.1_p20240210/work/gcc-13-20240210/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/13 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/13/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/13 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/13/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/13/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13 --disable-silent-rules --disable-dependency-tracking --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/13/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 13.2.1_p20240210 p14' --with-gcc-major-version-only --enable-libstdcxx-time --enable-lto --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --enable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --with-zstd --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp --disable-fixincludes --with-build-config='bootstrap-O3 bootstrap-cet'
|
|
Thread model: posix
|
|
Supported LTO compression algorithms: zlib zstd
|
|
gcc version 13.2.1 20240210 (Gentoo 13.2.1_p20240210 p14)
|
|
configure:2905: $? = 0
|
|
configure:2894: gcc -V >&5
|
|
gcc: error: unrecognized command-line option '-V'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2905: $? = 1
|
|
configure:2894: gcc -qversion >&5
|
|
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2905: $? = 1
|
|
configure:2894: gcc -version >&5
|
|
gcc: error: unrecognized command-line option '-version'
|
|
gcc: fatal error: no input files
|
|
compilation terminated.
|
|
configure:2905: $? = 1
|
|
configure:2925: checking whether the C compiler works
|
|
configure:2947: gcc -O3 -static conftest.c >&5
|
|
configure:2951: $? = 0
|
|
configure:3001: result: yes
|
|
configure:3004: checking for C compiler default output file name
|
|
configure:3006: result: a.out
|
|
configure:3012: checking for suffix of executables
|
|
configure:3019: gcc -o conftest -O3 -static conftest.c >&5
|
|
configure:3023: $? = 0
|
|
configure:3046: result:
|
|
configure:3068: checking whether we are cross compiling
|
|
configure:3076: gcc -o conftest -O3 -static conftest.c >&5
|
|
configure:3080: $? = 0
|
|
configure:3087: ./conftest
|
|
configure:3091: $? = 0
|
|
configure:3106: result: no
|
|
configure:3111: checking for suffix of object files
|
|
configure:3134: gcc -c -O3 -static conftest.c >&5
|
|
configure:3138: $? = 0
|
|
configure:3160: result: o
|
|
configure:3164: checking whether the compiler supports GNU C
|
|
configure:3184: gcc -c -O3 -static conftest.c >&5
|
|
configure:3184: $? = 0
|
|
configure:3194: result: yes
|
|
configure:3205: checking whether gcc accepts -g
|
|
configure:3226: gcc -c -g conftest.c >&5
|
|
configure:3226: $? = 0
|
|
configure:3270: result: yes
|
|
configure:3290: checking for gcc option to enable C11 features
|
|
configure:3305: gcc -c -O3 -static conftest.c >&5
|
|
configure:3305: $? = 0
|
|
configure:3323: result: none needed
|
|
configure:3453: checking for a BSD-compatible install
|
|
configure:3526: result: /usr/bin/install -c
|
|
configure:3548: checking for stdio.h
|
|
configure:3548: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:3548: $? = 0
|
|
configure:3548: result: yes
|
|
configure:3548: checking for stdlib.h
|
|
configure:3548: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:3548: $? = 0
|
|
configure:3548: result: yes
|
|
configure:3548: checking for string.h
|
|
configure:3548: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:3548: $? = 0
|
|
configure:3548: result: yes
|
|
configure:3548: checking for inttypes.h
|
|
configure:3548: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:3548: $? = 0
|
|
configure:3548: result: yes
|
|
configure:3548: checking for stdint.h
|
|
configure:3548: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:3548: $? = 0
|
|
configure:3548: result: yes
|
|
configure:3548: checking for strings.h
|
|
configure:3548: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:3548: $? = 0
|
|
configure:3548: result: yes
|
|
configure:3548: checking for sys/stat.h
|
|
configure:3548: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:3548: $? = 0
|
|
configure:3548: result: yes
|
|
configure:3548: checking for sys/types.h
|
|
configure:3548: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:3548: $? = 0
|
|
configure:3548: result: yes
|
|
configure:3548: checking for unistd.h
|
|
configure:3548: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:3548: $? = 0
|
|
configure:3548: result: yes
|
|
configure:3573: checking for grep that handles long lines and -e
|
|
configure:3637: result: /usr/bin/grep
|
|
configure:3645: checking for egrep
|
|
configure:3713: result: /usr/bin/grep -E
|
|
configure:3724: checking how to run the C preprocessor
|
|
configure:3750: gcc -E conftest.c
|
|
configure:3750: $? = 0
|
|
configure:3765: gcc -E conftest.c
|
|
conftest.c:19:10: fatal error: ac_nonexistent.h: No such file or directory
|
|
19 | #include <ac_nonexistent.h>
|
|
| ^~~~~~~~~~~~~~~~~~
|
|
compilation terminated.
|
|
configure:3765: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "xclip"
|
|
| #define PACKAGE_TARNAME "xclip"
|
|
| #define PACKAGE_VERSION "0.13"
|
|
| #define PACKAGE_STRING "xclip 0.13"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define STDC_HEADERS 1
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:3792: result: gcc -E
|
|
configure:3806: gcc -E conftest.c
|
|
configure:3806: $? = 0
|
|
configure:3821: gcc -E conftest.c
|
|
conftest.c:19:10: fatal error: ac_nonexistent.h: No such file or directory
|
|
19 | #include <ac_nonexistent.h>
|
|
| ^~~~~~~~~~~~~~~~~~
|
|
compilation terminated.
|
|
configure:3821: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "xclip"
|
|
| #define PACKAGE_TARNAME "xclip"
|
|
| #define PACKAGE_VERSION "0.13"
|
|
| #define PACKAGE_STRING "xclip 0.13"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define STDC_HEADERS 1
|
|
| /* end confdefs.h. */
|
|
| #include <ac_nonexistent.h>
|
|
configure:3852: checking for X
|
|
configure:3890: gcc -o conftest -O3 -static -Wall conftest.c -lX11 >&5
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lX11: No such file or directory
|
|
collect2: error: ld returned 1 exit status
|
|
configure:3890: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "xclip"
|
|
| #define PACKAGE_TARNAME "xclip"
|
|
| #define PACKAGE_VERSION "0.13"
|
|
| #define PACKAGE_STRING "xclip 0.13"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define STDC_HEADERS 1
|
|
| /* end confdefs.h. */
|
|
| #include <X11/Xlib.h>
|
|
| int
|
|
| main (void)
|
|
| {
|
|
| XrmInitialize ()
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:3992: gcc -E conftest.c
|
|
configure:3992: $? = 0
|
|
configure:4024: gcc -o conftest -O3 -static -Wall conftest.c -lX11 >&5
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lX11: No such file or directory
|
|
collect2: error: ld returned 1 exit status
|
|
configure:4024: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "xclip"
|
|
| #define PACKAGE_TARNAME "xclip"
|
|
| #define PACKAGE_VERSION "0.13"
|
|
| #define PACKAGE_STRING "xclip 0.13"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define STDC_HEADERS 1
|
|
| /* end confdefs.h. */
|
|
| #include <X11/Xlib.h>
|
|
| int
|
|
| main (void)
|
|
| {
|
|
| XrmInitialize ()
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:4077: result: libraries /usr/lib, headers
|
|
configure:4097: checking whether -R must be followed by a space
|
|
configure:4113: gcc -o conftest -O3 -static -Wall conftest.c -R/usr/lib >&5
|
|
gcc: error: unrecognized command-line option '-R'
|
|
configure:4113: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "xclip"
|
|
| #define PACKAGE_TARNAME "xclip"
|
|
| #define PACKAGE_VERSION "0.13"
|
|
| #define PACKAGE_STRING "xclip 0.13"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define STDC_HEADERS 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| int
|
|
| main (void)
|
|
| {
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:4131: gcc -o conftest -O3 -static -Wall conftest.c -R /usr/lib >&5
|
|
gcc: error: unrecognized command-line option '-R'
|
|
configure:4131: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "xclip"
|
|
| #define PACKAGE_TARNAME "xclip"
|
|
| #define PACKAGE_VERSION "0.13"
|
|
| #define PACKAGE_STRING "xclip 0.13"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define STDC_HEADERS 1
|
|
| /* end confdefs.h. */
|
|
|
|
|
| int
|
|
| main (void)
|
|
| {
|
|
|
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:4137: result: neither works
|
|
configure:4181: gcc -o conftest -O3 -static -Wall conftest.c -L/usr/lib -lX11 >&5
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lX11: No such file or directory
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
|
|
collect2: error: ld returned 1 exit status
|
|
configure:4181: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "xclip"
|
|
| #define PACKAGE_TARNAME "xclip"
|
|
| #define PACKAGE_VERSION "0.13"
|
|
| #define PACKAGE_STRING "xclip 0.13"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define STDC_HEADERS 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.
|
|
| The 'extern "C"' is for builds by C++ compilers;
|
|
| although this is not generally supported in C code supporting it here
|
|
| has little cost and some practical benefit (sr 110532). */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char XOpenDisplay (void);
|
|
| int
|
|
| main (void)
|
|
| {
|
|
| return XOpenDisplay ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:4185: checking for dnet_ntoa in -ldnet
|
|
configure:4214: gcc -o conftest -O3 -static -Wall conftest.c -ldnet -L/usr/lib -lX11 >&5
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldnet: No such file or directory
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lX11: No such file or directory
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
|
|
collect2: error: ld returned 1 exit status
|
|
configure:4214: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "xclip"
|
|
| #define PACKAGE_TARNAME "xclip"
|
|
| #define PACKAGE_VERSION "0.13"
|
|
| #define PACKAGE_STRING "xclip 0.13"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define STDC_HEADERS 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.
|
|
| The 'extern "C"' is for builds by C++ compilers;
|
|
| although this is not generally supported in C code supporting it here
|
|
| has little cost and some practical benefit (sr 110532). */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char dnet_ntoa (void);
|
|
| int
|
|
| main (void)
|
|
| {
|
|
| return dnet_ntoa ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:4224: result: no
|
|
configure:4232: checking for dnet_ntoa in -ldnet_stub
|
|
configure:4261: gcc -o conftest -O3 -static -Wall conftest.c -ldnet_stub -L/usr/lib -lX11 >&5
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldnet_stub: No such file or directory
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lX11: No such file or directory
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
|
|
collect2: error: ld returned 1 exit status
|
|
configure:4261: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "xclip"
|
|
| #define PACKAGE_TARNAME "xclip"
|
|
| #define PACKAGE_VERSION "0.13"
|
|
| #define PACKAGE_STRING "xclip 0.13"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define STDC_HEADERS 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.
|
|
| The 'extern "C"' is for builds by C++ compilers;
|
|
| although this is not generally supported in C code supporting it here
|
|
| has little cost and some practical benefit (sr 110532). */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char dnet_ntoa (void);
|
|
| int
|
|
| main (void)
|
|
| {
|
|
| return dnet_ntoa ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:4271: result: no
|
|
configure:4292: checking for gethostbyname
|
|
configure:4292: gcc -o conftest -O3 -static -Wall conftest.c >&5
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/ccXxKyNi.o: in function `main':
|
|
conftest.c:(.text.startup+0x9): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
|
|
configure:4292: $? = 0
|
|
configure:4292: result: yes
|
|
configure:4402: checking for connect
|
|
configure:4402: gcc -o conftest -O3 -static -Wall conftest.c >&5
|
|
configure:4402: $? = 0
|
|
configure:4402: result: yes
|
|
configure:4458: checking for remove
|
|
configure:4458: gcc -o conftest -O3 -static -Wall conftest.c >&5
|
|
configure:4458: $? = 0
|
|
configure:4458: result: yes
|
|
configure:4514: checking for shmat
|
|
configure:4514: gcc -o conftest -O3 -static -Wall conftest.c >&5
|
|
configure:4514: $? = 0
|
|
configure:4514: result: yes
|
|
configure:4579: checking for IceConnectionNumber in -lICE
|
|
configure:4608: gcc -o conftest -O3 -static -Wall -L/usr/lib conftest.c -lICE >&5
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lICE: No such file or directory
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
|
|
collect2: error: ld returned 1 exit status
|
|
configure:4608: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "xclip"
|
|
| #define PACKAGE_TARNAME "xclip"
|
|
| #define PACKAGE_VERSION "0.13"
|
|
| #define PACKAGE_STRING "xclip 0.13"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define STDC_HEADERS 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.
|
|
| The 'extern "C"' is for builds by C++ compilers;
|
|
| although this is not generally supported in C code supporting it here
|
|
| has little cost and some practical benefit (sr 110532). */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char IceConnectionNumber (void);
|
|
| int
|
|
| main (void)
|
|
| {
|
|
| return IceConnectionNumber ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:4618: result: no
|
|
configure:4677: checking for strip
|
|
configure:4698: found /usr/bin/strip
|
|
configure:4709: result: strip
|
|
configure:4731: checking for X11/Xmu/Atoms.h
|
|
configure:4731: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:4731: $? = 0
|
|
configure:4731: result: yes
|
|
configure:4739: checking for X11/Intrinsic.h
|
|
configure:4739: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:4739: $? = 0
|
|
configure:4739: result: yes
|
|
configure:4747: checking for iconv.h
|
|
configure:4747: gcc -c -O3 -static -Wall conftest.c >&5
|
|
configure:4747: $? = 0
|
|
configure:4747: result: yes
|
|
configure:4750: checking for library containing iconv
|
|
configure:4786: gcc -o conftest -O3 -static -Wall conftest.c >&5
|
|
configure:4786: $? = 0
|
|
configure:4806: result: none required
|
|
configure:4818: checking for XmuClientWindow in -lXmu
|
|
configure:4847: gcc -o conftest -O3 -static -Wall conftest.c -lXmu >&5
|
|
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lXmu: No such file or directory
|
|
collect2: error: ld returned 1 exit status
|
|
configure:4847: $? = 1
|
|
configure: failed program was:
|
|
| /* confdefs.h */
|
|
| #define PACKAGE_NAME "xclip"
|
|
| #define PACKAGE_TARNAME "xclip"
|
|
| #define PACKAGE_VERSION "0.13"
|
|
| #define PACKAGE_STRING "xclip 0.13"
|
|
| #define PACKAGE_BUGREPORT ""
|
|
| #define PACKAGE_URL ""
|
|
| #define HAVE_STDIO_H 1
|
|
| #define HAVE_STDLIB_H 1
|
|
| #define HAVE_STRING_H 1
|
|
| #define HAVE_INTTYPES_H 1
|
|
| #define HAVE_STDINT_H 1
|
|
| #define HAVE_STRINGS_H 1
|
|
| #define HAVE_SYS_STAT_H 1
|
|
| #define HAVE_SYS_TYPES_H 1
|
|
| #define HAVE_UNISTD_H 1
|
|
| #define STDC_HEADERS 1
|
|
| #define HAVE_ICONV 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.
|
|
| The 'extern "C"' is for builds by C++ compilers;
|
|
| although this is not generally supported in C code supporting it here
|
|
| has little cost and some practical benefit (sr 110532). */
|
|
| #ifdef __cplusplus
|
|
| extern "C"
|
|
| #endif
|
|
| char XmuClientWindow (void);
|
|
| int
|
|
| main (void)
|
|
| {
|
|
| return XmuClientWindow ();
|
|
| ;
|
|
| return 0;
|
|
| }
|
|
configure:4857: result: no
|
|
configure:4866: error: *** libXmu not found ***
|
|
|
|
## ---------------- ##
|
|
## Cache variables. ##
|
|
## ---------------- ##
|
|
|
|
ac_cv_c_compiler_gnu=yes
|
|
ac_cv_env_CC_set=
|
|
ac_cv_env_CC_value=
|
|
ac_cv_env_CFLAGS_set=set
|
|
ac_cv_env_CFLAGS_value='-O3 -static'
|
|
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_XMKMF_set=
|
|
ac_cv_env_XMKMF_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_connect=yes
|
|
ac_cv_func_gethostbyname=yes
|
|
ac_cv_func_remove=yes
|
|
ac_cv_func_shmat=yes
|
|
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\''/usr/lib'\'''
|
|
ac_cv_header_X11_Intrinsic_h=yes
|
|
ac_cv_header_X11_Xmu_Atoms_h=yes
|
|
ac_cv_header_iconv_h=yes
|
|
ac_cv_header_inttypes_h=yes
|
|
ac_cv_header_stdint_h=yes
|
|
ac_cv_header_stdio_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_lib_ICE_IceConnectionNumber=no
|
|
ac_cv_lib_Xmu_XmuClientWindow=no
|
|
ac_cv_lib_dnet_dnet_ntoa=no
|
|
ac_cv_lib_dnet_stub_dnet_ntoa=no
|
|
ac_cv_objext=o
|
|
ac_cv_path_EGREP='/usr/bin/grep -E'
|
|
ac_cv_path_GREP=/usr/bin/grep
|
|
ac_cv_path_install='/usr/bin/install -c'
|
|
ac_cv_prog_CPP='gcc -E'
|
|
ac_cv_prog_ac_ct_CC=gcc
|
|
ac_cv_prog_ac_ct_STRIP=strip
|
|
ac_cv_prog_cc_c11=
|
|
ac_cv_prog_cc_g=yes
|
|
ac_cv_prog_cc_stdc=
|
|
ac_cv_search_iconv='none required'
|
|
|
|
## ----------------- ##
|
|
## Output variables. ##
|
|
## ----------------- ##
|
|
|
|
CC='gcc'
|
|
CFLAGS='-O3 -static -Wall'
|
|
CPP='gcc -E'
|
|
CPPFLAGS=''
|
|
DEFS=''
|
|
ECHO_C=''
|
|
ECHO_N='-n'
|
|
ECHO_T=''
|
|
EGREP='/usr/bin/grep -E'
|
|
EXEEXT=''
|
|
GREP='/usr/bin/grep'
|
|
INSTALL_DATA='${INSTALL} -m 644'
|
|
INSTALL_PROGRAM='${INSTALL}'
|
|
INSTALL_SCRIPT='${INSTALL}'
|
|
LDFLAGS=''
|
|
LIBOBJS=''
|
|
LIBS=''
|
|
LTLIBOBJS=''
|
|
OBJEXT='o'
|
|
PACKAGE_BUGREPORT=''
|
|
PACKAGE_NAME='xclip'
|
|
PACKAGE_STRING='xclip 0.13'
|
|
PACKAGE_TARNAME='xclip'
|
|
PACKAGE_URL=''
|
|
PACKAGE_VERSION='0.13'
|
|
PATH_SEPARATOR=':'
|
|
SHELL='/bin/sh'
|
|
STRIP='strip'
|
|
XMKMF=''
|
|
X_CFLAGS=''
|
|
X_EXTRA_LIBS=''
|
|
X_LIBS=' -L/usr/lib'
|
|
X_PRE_LIBS=''
|
|
ac_ct_CC='gcc'
|
|
bindir='${exec_prefix}/bin'
|
|
build_alias=''
|
|
datadir='${datarootdir}'
|
|
datarootdir='${prefix}/share'
|
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
|
dvidir='${docdir}'
|
|
exec_prefix='NONE'
|
|
host_alias=''
|
|
htmldir='${docdir}'
|
|
includedir='${prefix}/include'
|
|
infodir='${datarootdir}/info'
|
|
libdir='${exec_prefix}/lib'
|
|
libexecdir='${exec_prefix}/libexec'
|
|
localedir='${datarootdir}/locale'
|
|
localstatedir='${prefix}/var'
|
|
mandir='${datarootdir}/man'
|
|
oldincludedir='/usr/include'
|
|
pdfdir='${docdir}'
|
|
prefix='/home/allann/.local'
|
|
program_transform_name='s,x,x,'
|
|
psdir='${docdir}'
|
|
runstatedir='${localstatedir}/run'
|
|
sbindir='${exec_prefix}/sbin'
|
|
sharedstatedir='${prefix}/com'
|
|
sysconfdir='${prefix}/etc'
|
|
target_alias=''
|
|
|
|
## ----------- ##
|
|
## confdefs.h. ##
|
|
## ----------- ##
|
|
|
|
/* confdefs.h */
|
|
#define PACKAGE_NAME "xclip"
|
|
#define PACKAGE_TARNAME "xclip"
|
|
#define PACKAGE_VERSION "0.13"
|
|
#define PACKAGE_STRING "xclip 0.13"
|
|
#define PACKAGE_BUGREPORT ""
|
|
#define PACKAGE_URL ""
|
|
#define HAVE_STDIO_H 1
|
|
#define HAVE_STDLIB_H 1
|
|
#define HAVE_STRING_H 1
|
|
#define HAVE_INTTYPES_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_STRINGS_H 1
|
|
#define HAVE_SYS_STAT_H 1
|
|
#define HAVE_SYS_TYPES_H 1
|
|
#define HAVE_UNISTD_H 1
|
|
#define STDC_HEADERS 1
|
|
#define HAVE_ICONV 1
|
|
|
|
configure: exit 1
|