Files
Amberelle Mason ac30ff9032 Initial import
Initial import of SunOS 4.1.1 and TME 0.8
2023-05-01 12:16:40 -04:00

1675 lines
53 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 libltdl configure 1.2, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --prefix=/opt/tme --disable-shared --disable-warnings --enable-ltdl-install --enable-ltdl-install --cache-file=/dev/null --srcdir=.
## --------- ##
## Platform. ##
## --------- ##
hostname = lakshmi.trickster.gods
uname -m = x86_64
uname -r = 6.2.12-arch1-1
uname -s = Linux
uname -v = #1 SMP PREEMPT_DYNAMIC Thu, 20 Apr 2023 16:11:55 +0000
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/ksta/.local/bin
PATH: /home/ksta/bin
PATH: /home/ksta/go/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /var/lib/snapd/snap/bin
PATH: /usr/local/sbin
PATH: /var/lib/flatpak/exports/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2017: checking for a BSD-compatible install
configure:2073: result: /usr/bin/install -c
configure:2084: checking whether build environment is sane
configure:2127: result: yes
configure:2155: checking for a thread-safe mkdir -p
configure:2194: result: /usr/bin/mkdir -p
configure:2207: checking for gawk
configure:2223: found /usr/bin/gawk
configure:2234: result: gawk
configure:2245: checking whether make sets $(MAKE)
configure:2266: result: yes
configure:2500: checking for gcc
configure:2516: found /usr/bin/gcc
configure:2527: result: gcc
configure:2765: checking for C compiler version
configure:2772: gcc --version >&5
gcc (GCC) 12.2.1 20230201
Copyright (C) 2022 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:2775: $? = 0
configure:2782: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.1 20230201 (GCC)
configure:2785: $? = 0
configure:2792: gcc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2795: $? = 1
configure:2818: checking for C compiler default output file name
configure:2845: gcc conftest.c >&5
configure:2848: $? = 0
configure:2886: result: a.out
configure:2903: checking whether the C compiler works
configure:2913: ./a.out
configure:2916: $? = 0
configure:2933: result: yes
configure:2940: checking whether we are cross compiling
configure:2942: result: no
configure:2945: checking for suffix of executables
configure:2952: gcc -o conftest conftest.c >&5
configure:2955: $? = 0
configure:2979: result:
configure:2985: checking for suffix of object files
configure:3011: gcc -c conftest.c >&5
configure:3014: $? = 0
configure:3037: result: o
configure:3041: checking whether we are using the GNU C compiler
configure:3070: gcc -c conftest.c >&5
configure:3076: $? = 0
configure:3093: result: yes
configure:3098: checking whether gcc accepts -g
configure:3128: gcc -c -g conftest.c >&5
configure:3134: $? = 0
configure:3233: result: yes
configure:3250: checking for gcc option to accept ISO C89
configure:3324: gcc -c -g -O2 conftest.c >&5
configure:3330: $? = 0
configure:3353: result: none needed
configure:3382: checking for style of include used by make
configure:3410: result: GNU
configure:3435: checking dependency style of gcc
configure:3526: result: none
configure:3542: checking for an ANSI C-conforming const
configure:3617: gcc -c -g -O2 conftest.c >&5
configure:3623: $? = 0
configure:3638: result: yes
configure:3648: checking for inline
configure:3674: gcc -c -g -O2 conftest.c >&5
configure:3680: $? = 0
configure:3698: result: inline
configure:3802: checking build system type
configure:3820: result: x86_64-unknown-linux-gnu
configure:3842: checking host system type
configure:3857: result: x86_64-unknown-linux-gnu
configure:3879: checking for a sed that does not truncate output
configure:3935: result: /usr/bin/sed
configure:3938: checking for grep that handles long lines and -e
configure:4012: result: /usr/bin/grep
configure:4017: checking for egrep
configure:4095: result: /usr/bin/grep -E
configure:4111: checking for ld used by gcc
configure:4178: result: /usr/bin/ld
configure:4187: checking if the linker (/usr/bin/ld) is GNU ld
configure:4202: result: yes
configure:4207: checking for /usr/bin/ld option to reload object files
configure:4214: result: -r
configure:4232: checking for BSD-compatible nm
configure:4281: result: /usr/bin/nm -B
configure:4285: checking whether ln -s works
configure:4289: result: yes
configure:4296: checking how to recognize dependent libraries
configure:4486: result: pass_all
configure:4574: gcc -c -g -O2 conftest.c >&5
configure:4577: $? = 0
configure:5016: checking how to run the C preprocessor
configure:5056: gcc -E conftest.c
configure:5062: $? = 0
configure:5093: gcc -E conftest.c
conftest.c:8:10: fatal error: ac_nonexistent.h: No such file or directory
8 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5099: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5132: result: gcc -E
configure:5161: gcc -E conftest.c
configure:5167: $? = 0
configure:5198: gcc -E conftest.c
conftest.c:8:10: fatal error: ac_nonexistent.h: No such file or directory
8 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:5204: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5242: checking for ANSI C header files
configure:5272: gcc -c -g -O2 conftest.c >&5
configure:5278: $? = 0
configure:5377: gcc -o conftest -g -O2 conftest.c >&5
configure:5380: $? = 0
configure:5386: ./conftest
configure:5389: $? = 0
configure:5406: result: yes
configure:5430: checking for sys/types.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5457: $? = 0
configure:5473: result: yes
configure:5430: checking for sys/stat.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5457: $? = 0
configure:5473: result: yes
configure:5430: checking for stdlib.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5457: $? = 0
configure:5473: result: yes
configure:5430: checking for string.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5457: $? = 0
configure:5473: result: yes
configure:5430: checking for memory.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5457: $? = 0
configure:5473: result: yes
configure:5430: checking for strings.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5457: $? = 0
configure:5473: result: yes
configure:5430: checking for inttypes.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5457: $? = 0
configure:5473: result: yes
configure:5430: checking for stdint.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5457: $? = 0
configure:5473: result: yes
configure:5430: checking for unistd.h
configure:5451: gcc -c -g -O2 conftest.c >&5
configure:5457: $? = 0
configure:5473: result: yes
configure:5500: checking dlfcn.h usability
configure:5517: gcc -c -g -O2 conftest.c >&5
configure:5523: $? = 0
configure:5537: result: yes
configure:5541: checking dlfcn.h presence
configure:5556: gcc -E conftest.c
configure:5562: $? = 0
configure:5576: result: yes
configure:5609: checking for dlfcn.h
configure:5617: result: yes
configure:5688: checking for g++
configure:5704: found /usr/bin/g++
configure:5715: result: g++
configure:5746: checking for C++ compiler version
configure:5753: g++ --version >&5
g++ (GCC) 12.2.1 20230201
Copyright (C) 2022 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:5756: $? = 0
configure:5763: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 12.2.1 20230201 (GCC)
configure:5766: $? = 0
configure:5773: g++ -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5776: $? = 1
configure:5779: checking whether we are using the GNU C++ compiler
configure:5808: g++ -c conftest.cpp >&5
configure:5814: $? = 0
configure:5831: result: yes
configure:5836: checking whether g++ accepts -g
configure:5866: g++ -c -g conftest.cpp >&5
configure:5872: $? = 0
configure:5971: result: yes
configure:5996: checking dependency style of g++
configure:6087: result: none
configure:6107: checking how to run the C++ preprocessor
configure:6143: g++ -E conftest.cpp
configure:6149: $? = 0
configure:6180: g++ -E conftest.cpp
conftest.cpp:19:10: fatal error: ac_nonexistent.h: No such file or directory
19 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6186: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6219: result: g++ -E
configure:6248: g++ -E conftest.cpp
configure:6254: $? = 0
configure:6285: g++ -E conftest.cpp
conftest.cpp:19:10: fatal error: ac_nonexistent.h: No such file or directory
19 | #include <ac_nonexistent.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6291: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6382: checking for g77
configure:6412: result: no
configure:6382: checking for xlf
configure:6412: result: no
configure:6382: checking for f77
configure:6412: result: no
configure:6382: checking for frt
configure:6412: result: no
configure:6382: checking for pgf77
configure:6412: result: no
configure:6382: checking for cf77
configure:6412: result: no
configure:6382: checking for fort77
configure:6412: result: no
configure:6382: checking for fl32
configure:6412: result: no
configure:6382: checking for af77
configure:6412: result: no
configure:6382: checking for xlf90
configure:6412: result: no
configure:6382: checking for f90
configure:6412: result: no
configure:6382: checking for pgf90
configure:6412: result: no
configure:6382: checking for pghpf
configure:6412: result: no
configure:6382: checking for epcf90
configure:6412: result: no
configure:6382: checking for gfortran
configure:6412: result: no
configure:6382: checking for g95
configure:6412: result: no
configure:6382: checking for xlf95
configure:6412: result: no
configure:6382: checking for f95
configure:6412: result: no
configure:6382: checking for fort
configure:6412: result: no
configure:6382: checking for ifort
configure:6412: result: no
configure:6382: checking for ifc
configure:6412: result: no
configure:6382: checking for efc
configure:6412: result: no
configure:6382: checking for pgf95
configure:6412: result: no
configure:6382: checking for lf95
configure:6412: result: no
configure:6382: checking for ftn
configure:6412: result: no
configure:6439: checking for Fortran 77 compiler version
configure:6446: --version >&5
./configure: line 6447: --version: command not found
configure:6449: $? = 127
configure:6456: -v >&5
./configure: line 6457: -v: command not found
configure:6459: $? = 127
configure:6466: -V >&5
./configure: line 6467: -V: command not found
configure:6469: $? = 127
configure:6477: checking whether we are using the GNU Fortran 77 compiler
configure:6496: -c conftest.F >&5
./configure: line 6497: -c: command not found
configure:6502: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:6519: result: no
configure:6525: checking whether accepts -g
configure:6542: -c -g conftest.f >&5
./configure: line 6543: -c: command not found
configure:6548: $? = 127
configure: failed program was:
| program main
|
| end
configure:6564: result: no
configure:6594: checking the maximum length of command line arguments
configure:6706: result: 1879296
configure:6718: checking command to parse /usr/bin/nm -B output from gcc object
configure:6823: gcc -c -g -O2 conftest.c >&5
configure:6826: $? = 0
configure:6830: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6833: $? = 0
configure:6885: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:6888: $? = 0
configure:6926: result: ok
configure:6930: checking for objdir
configure:6945: result: .libs
configure:7037: checking for ar
configure:7053: found /usr/bin/ar
configure:7064: result: ar
configure:7133: checking for ranlib
configure:7149: found /usr/bin/ranlib
configure:7160: result: ranlib
configure:7229: checking for strip
configure:7245: found /usr/bin/strip
configure:7256: result: strip
configure:7549: checking if gcc supports -fno-rtti -fno-exceptions
configure:7567: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
configure:7571: $? = 0
configure:7584: result: no
configure:7599: checking for gcc option to produce PIC
configure:7842: result: -fPIC
configure:7850: checking if gcc PIC flag -fPIC works
configure:7857: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:7861: $? = 0
configure:7885: result: yes
configure:7913: checking if gcc static flag -static works
configure:7941: result: yes
configure:7951: checking if gcc supports -c -o file.o
configure:7961: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7965: $? = 0
configure:7998: result: yes
configure:8024: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9045: result: yes
configure:9112: checking dynamic linker characteristics
configure:9733: result: GNU/Linux ld.so
configure:9742: checking how to hardcode library paths into programs
configure:9767: result: immediate
configure:9781: checking whether stripping libraries is possible
configure:9786: result: yes
configure:10588: checking if libtool supports shared libraries
configure:10590: result: yes
configure:10593: checking whether to build shared libraries
configure:10614: result: no
configure:10617: checking whether to build static libraries
configure:10621: result: yes
configure:10714: creating libtool
configure:11303: checking for ld used by g++
configure:11370: result: /usr/bin/ld -m elf_x86_64
configure:11379: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:11394: result: yes
configure:11445: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12449: result: yes
configure:12471: g++ -c -g -O2 conftest.cpp >&5
configure:12474: $? = 0
configure:12641: checking for g++ option to produce PIC
configure:12935: result: -fPIC
configure:12943: checking if g++ PIC flag -fPIC works
configure:12834: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
configure:12838: $? = 0
configure:12978: result: yes
configure:13006: checking if g++ static flag -static works
configure:13034: result: yes
configure:13044: checking if g++ supports -c -o file.o
configure:12938: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:12942: $? = 0
configure:13091: result: yes
configure:13117: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13142: result: yes
configure:13209: checking dynamic linker characteristics
configure:13778: result: GNU/Linux ld.so
configure:13787: checking how to hardcode library paths into programs
configure:13812: result: immediate
configure:20148: checking for dirent.h that defines DIR
configure:20177: gcc -c -g -O2 conftest.c >&5
configure:20183: $? = 0
configure:20199: result: yes
configure:20212: checking for library containing opendir
configure:20253: gcc -o conftest -g -O2 conftest.c >&5
configure:20259: $? = 0
configure:20287: result: none required
configure:20405: checking which extension is used for loadable modules
configure:20415: result: .so
configure:20426: checking which variable specifies run-time library path
configure:20433: result: LD_LIBRARY_PATH
configure:20444: checking for the default library search path
configure:20451: result: /lib /usr/lib /usr/lib/libfakeroot
configure:20469: checking for objdir
configure:20490: result: .libs
configure:20499: checking whether libtool supports -dlopen/-dlpreopen
configure:20511: result: yes
configure:20530: checking for shl_load
configure:20586: gcc -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: /tmp/ccACVvOb.o: in function `main':
/home/ksta/src/tme-0.8_up/libltdl/conftest.c:59: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:20592: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/libfakeroot"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* 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 shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:20609: result: no
configure:20618: checking for shl_load in -ldld
configure:20653: gcc -o conftest -g -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld: No such file or directory
collect2: error: ld returned 1 exit status
configure:20659: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/libfakeroot"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 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 shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:20677: result: no
configure:20687: checking for dlopen in -ldl
configure:20722: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:20728: $? = 0
configure:20746: result: yes
configure:21057: checking for dlerror
configure:21113: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:21119: $? = 0
configure:21137: result: yes
configure:21157: checking for _ prefix in compiled symbols
configure:21167: gcc -c -g -O2 conftest.c >&5
configure:21170: $? = 0
configure:21174: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:21177: $? = 0
configure:21199: result: no
configure:21319: checking whether deplibs are loaded by dlopen
configure:21403: result: yes
configure:21428: checking argz.h usability
configure:21445: gcc -c -g -O2 conftest.c >&5
configure:21451: $? = 0
configure:21465: result: yes
configure:21469: checking argz.h presence
configure:21484: gcc -E conftest.c
configure:21490: $? = 0
configure:21504: result: yes
configure:21537: checking for argz.h
configure:21545: result: yes
configure:21559: checking for error_t
configure:21592: gcc -c -g -O2 conftest.c >&5
configure:21598: $? = 0
configure:21613: result: yes
configure:21639: checking for argz_append
configure:21695: gcc -o conftest -g -O2 conftest.c >&5
configure:21701: $? = 0
configure:21719: result: yes
configure:21639: checking for argz_create_sep
configure:21695: gcc -o conftest -g -O2 conftest.c >&5
configure:21701: $? = 0
configure:21719: result: yes
configure:21639: checking for argz_insert
configure:21695: gcc -o conftest -g -O2 conftest.c >&5
configure:21701: $? = 0
configure:21719: result: yes
configure:21639: checking for argz_next
configure:21695: gcc -o conftest -g -O2 conftest.c >&5
configure:21701: $? = 0
configure:21719: result: yes
configure:21639: checking for argz_stringify
configure:21695: gcc -o conftest -g -O2 conftest.c >&5
configure:21701: $? = 0
configure:21719: result: yes
configure:21771: checking assert.h usability
configure:21788: gcc -c -g -O2 conftest.c >&5
configure:21794: $? = 0
configure:21808: result: yes
configure:21812: checking assert.h presence
configure:21827: gcc -E conftest.c
configure:21833: $? = 0
configure:21847: result: yes
configure:21880: checking for assert.h
configure:21888: result: yes
configure:21771: checking ctype.h usability
configure:21788: gcc -c -g -O2 conftest.c >&5
configure:21794: $? = 0
configure:21808: result: yes
configure:21812: checking ctype.h presence
configure:21827: gcc -E conftest.c
configure:21833: $? = 0
configure:21847: result: yes
configure:21880: checking for ctype.h
configure:21888: result: yes
configure:21771: checking errno.h usability
configure:21788: gcc -c -g -O2 conftest.c >&5
configure:21794: $? = 0
configure:21808: result: yes
configure:21812: checking errno.h presence
configure:21827: gcc -E conftest.c
configure:21833: $? = 0
configure:21847: result: yes
configure:21880: checking for errno.h
configure:21888: result: yes
configure:21771: checking malloc.h usability
configure:21788: gcc -c -g -O2 conftest.c >&5
configure:21794: $? = 0
configure:21808: result: yes
configure:21812: checking malloc.h presence
configure:21827: gcc -E conftest.c
configure:21833: $? = 0
configure:21847: result: yes
configure:21880: checking for malloc.h
configure:21888: result: yes
configure:21761: checking for memory.h
configure:21767: result: yes
configure:21761: checking for stdlib.h
configure:21767: result: yes
configure:21771: checking stdio.h usability
configure:21788: gcc -c -g -O2 conftest.c >&5
configure:21794: $? = 0
configure:21808: result: yes
configure:21812: checking stdio.h presence
configure:21827: gcc -E conftest.c
configure:21833: $? = 0
configure:21847: result: yes
configure:21880: checking for stdio.h
configure:21888: result: yes
configure:21761: checking for unistd.h
configure:21767: result: yes
configure:21919: checking dl.h usability
configure:21936: gcc -c -g -O2 conftest.c >&5
conftest.c:75:10: fatal error: dl.h: No such file or directory
75 | #include <dl.h>
| ^~~~~~
compilation terminated.
configure:21942: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/libfakeroot"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_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 <dl.h>
configure:21956: result: no
configure:21960: checking dl.h presence
configure:21975: gcc -E conftest.c
conftest.c:42:10: fatal error: dl.h: No such file or directory
42 | #include <dl.h>
| ^~~~~~
compilation terminated.
configure:21981: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/libfakeroot"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <dl.h>
configure:21995: result: no
configure:22028: checking for dl.h
configure:22036: result: no
configure:21919: checking sys/dl.h usability
configure:21936: gcc -c -g -O2 conftest.c >&5
conftest.c:75:10: fatal error: sys/dl.h: No such file or directory
75 | #include <sys/dl.h>
| ^~~~~~~~~~
compilation terminated.
configure:21942: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/libfakeroot"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_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 <sys/dl.h>
configure:21956: result: no
configure:21960: checking sys/dl.h presence
configure:21975: gcc -E conftest.c
conftest.c:42:10: fatal error: sys/dl.h: No such file or directory
42 | #include <sys/dl.h>
| ^~~~~~~~~~
compilation terminated.
configure:21981: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/libfakeroot"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/dl.h>
configure:21995: result: no
configure:22028: checking for sys/dl.h
configure:22036: result: no
configure:21919: checking dld.h usability
configure:21936: gcc -c -g -O2 conftest.c >&5
conftest.c:75:10: fatal error: dld.h: No such file or directory
75 | #include <dld.h>
| ^~~~~~~
compilation terminated.
configure:21942: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/libfakeroot"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_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 <dld.h>
configure:21956: result: no
configure:21960: checking dld.h presence
configure:21975: gcc -E conftest.c
conftest.c:42:10: fatal error: dld.h: No such file or directory
42 | #include <dld.h>
| ^~~~~~~
compilation terminated.
configure:21981: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/libfakeroot"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <dld.h>
configure:21995: result: no
configure:22028: checking for dld.h
configure:22036: result: no
configure:21919: checking mach-o/dyld.h usability
configure:21936: gcc -c -g -O2 conftest.c >&5
conftest.c:75:10: fatal error: mach-o/dyld.h: No such file or directory
75 | #include <mach-o/dyld.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:21942: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/libfakeroot"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_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 <mach-o/dyld.h>
configure:21956: result: no
configure:21960: checking mach-o/dyld.h presence
configure:21975: gcc -E conftest.c
conftest.c:42:10: fatal error: mach-o/dyld.h: No such file or directory
42 | #include <mach-o/dyld.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
configure:21981: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libltdl"
| #define PACKAGE_TARNAME "libltdl"
| #define PACKAGE_VERSION "1.2"
| #define PACKAGE_STRING "libltdl 1.2"
| #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/libfakeroot"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <mach-o/dyld.h>
configure:21995: result: no
configure:22028: checking for mach-o/dyld.h
configure:22036: result: no
configure:22055: checking for string.h
configure:22061: result: yes
configure:22201: checking for strchr
configure:22257: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:66:6: warning: conflicting types for built-in function 'strchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch]
66 | char strchr ();
| ^~~~~~
conftest.c:54:1: note: 'strchr' is declared in header '<string.h>'
53 | # include <limits.h>
54 | #else
configure:22263: $? = 0
configure:22281: result: yes
configure:22296: checking for strrchr
configure:22352: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:67:6: warning: conflicting types for built-in function 'strrchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch]
67 | char strrchr ();
| ^~~~~~~
conftest.c:55:1: note: 'strrchr' is declared in header '<string.h>'
54 | # include <limits.h>
55 | #else
configure:22358: $? = 0
configure:22376: result: yes
configure:22391: checking for memcpy
configure:22447: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:68:6: warning: conflicting types for built-in function 'memcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
68 | char memcpy ();
| ^~~~~~
conftest.c:56:1: note: 'memcpy' is declared in header '<string.h>'
55 | # include <limits.h>
56 | #else
configure:22453: $? = 0
configure:22471: result: yes
configure:22486: checking for memmove
configure:22542: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:69:6: warning: conflicting types for built-in function 'memmove'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch]
69 | char memmove ();
| ^~~~~~~
conftest.c:57:1: note: 'memmove' is declared in header '<string.h>'
56 | # include <limits.h>
57 | #else
configure:22548: $? = 0
configure:22566: result: yes
configure:22486: checking for strcmp
configure:22542: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:70:6: warning: conflicting types for built-in function 'strcmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
70 | char strcmp ();
| ^~~~~~
conftest.c:58:1: note: 'strcmp' is declared in header '<string.h>'
57 | # include <limits.h>
58 | #else
configure:22548: $? = 0
configure:22566: result: yes
configure:22582: checking for closedir
configure:22638: gcc -o conftest -g -O2 conftest.c >&5
configure:22644: $? = 0
configure:22662: result: yes
configure:22582: checking for opendir
configure:22638: gcc -o conftest -g -O2 conftest.c >&5
configure:22644: $? = 0
configure:22662: result: yes
configure:22582: checking for readdir
configure:22638: gcc -o conftest -g -O2 conftest.c >&5
configure:22644: $? = 0
configure:22662: result: yes
configure:22807: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libltdl config.status 1.2, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on lakshmi.trickster.gods
config.status:673: creating Makefile
config.status:673: creating config.h
config.status:938: config.h is unchanged
config.status:984: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_func_argz_append=yes
ac_cv_func_argz_create_sep=yes
ac_cv_func_argz_insert=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_closedir=yes
ac_cv_func_dlerror=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_opendir=yes
ac_cv_func_readdir=yes
ac_cv_func_shl_load=no
ac_cv_func_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strrchr=yes
ac_cv_header_argz_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=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_dl_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=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_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
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_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_sys_symbol_underscore=no
ac_cv_type_error_t=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_objdir=.libs
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
libltdl_cv_shlibpath_var=LD_LIBRARY_PATH
libltdl_cv_sys_dlopen_deplibs=yes
libltdl_cv_sys_search_path='/lib /usr/lib /usr/lib/libfakeroot '
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_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=1879296
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/ksta/src/tme-0.8_up/libltdl/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/ksta/src/tme-0.8_up/libltdl/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/ksta/src/tme-0.8_up/libltdl/missing --run autoconf'
AUTOHEADER='${SHELL} /home/ksta/src/tme-0.8_up/libltdl/missing --run autoheader'
AUTOMAKE='${SHELL} /home/ksta/src/tme-0.8_up/libltdl/missing --run automake-1.10'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE='#'
INSTALL_LTDL_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBADD_DL='-ldl'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/ksta/src/tme-0.8_up/libltdl/missing --run makeinfo'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='libltdl'
PACKAGE_BUGREPORT='bug-libtool@gnu.org'
PACKAGE_NAME='libltdl'
PACKAGE_STRING='libltdl 1.2'
PACKAGE_TARNAME='libltdl'
PACKAGE_VERSION='1.2'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.2'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_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/ksta/src/tme-0.8_up/libltdl/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/opt/tme'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "libltdl"
#define PACKAGE_TARNAME "libltdl"
#define PACKAGE_VERSION "1.2"
#define PACKAGE_STRING "libltdl 1.2"
#define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define HAVE_DIRENT_H 1
#define LTDL_SHLIB_EXT ".so"
#define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
#define LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/lib/libfakeroot"
#define LTDL_OBJDIR ".libs/"
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_ARGZ_H 1
#define HAVE_ERROR_T 1
#define HAVE_ARGZ_APPEND 1
#define HAVE_ARGZ_CREATE_SEP 1
#define HAVE_ARGZ_INSERT 1
#define HAVE_ARGZ_NEXT 1
#define HAVE_ARGZ_STRINGIFY 1
#define HAVE_ASSERT_H 1
#define HAVE_CTYPE_H 1
#define HAVE_ERRNO_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDIO_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_STRCHR 1
#define HAVE_STRRCHR 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_STRCMP 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
configure: exit 0