iconv/config.log
2023-06-02 14:58:33 +08:00

8916 lines
263 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 libiconv configure 1.17, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure --prefix=/Users/yangzuhao/Downloads/libiconv-1.17/output
## --------- ##
## Platform. ##
## --------- ##
hostname = Yaha-baidu
uname -m = arm64
uname -r = 22.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 22.4.0: Mon Mar 6 21:00:41 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T8103
/usr/bin/uname -p = arm
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 22.4.0: Mon Mar 6 21:00:41 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T8103
Kernel configured for up to 8 processors.
8 processors are physically available.
8 processors are logically available.
Processor type: arm64e (ARM64E)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 464 tasks, 3479 threads, 8 processors
Load average: 3.66, Mach factor: 4.34
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/yangzuhao/.icafe/bin/
PATH: HOME/Data/tools/
PATH: /Users/yangzuhao/Data/code/gopath/bin/
PATH: /Users/yangzuhao/Data/go-env/go1.18.5/bin/
PATH: /opt/homebrew/bin/
PATH: /opt/homebrew/sbin/
PATH: /usr/local/bin/
PATH: /System/Cryptexes/App/usr/bin/
PATH: /usr/bin/
PATH: /bin/
PATH: /usr/sbin/
PATH: /sbin/
PATH: /Library/Apple/usr/bin/
PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin/
PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin/
PATH: /var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin/
PATH: /Users/yangzuhao/.otm/
PATH: /Users/yangzuhao/Data/dev-env/flutter/bin/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3775: looking for aux files: config.rpath ltmain.sh config.guess config.sub compile missing install-sh
configure:3788: trying ./build-aux/
configure:3817: ./build-aux/config.rpath found
configure:3817: ./build-aux/ltmain.sh found
configure:3817: ./build-aux/config.guess found
configure:3817: ./build-aux/config.sub found
configure:3817: ./build-aux/compile found
configure:3817: ./build-aux/missing found
configure:3799: ./build-aux/install-sh found
configure:3948: checking for a BSD-compatible install
configure:4021: result: /opt/homebrew/bin/ginstall -c
configure:4032: checking whether build environment is sane
configure:4087: result: yes
configure:4246: checking for a race-free mkdir -p
configure:4290: result: /opt/homebrew/bin/gmkdir -p
configure:4297: checking for gawk
configure:4318: found /opt/homebrew/bin/gawk
configure:4329: result: gawk
configure:4340: checking whether make sets $(MAKE)
configure:4363: result: yes
configure:4393: checking whether make supports nested variables
configure:4411: result: yes
configure:4549: checking whether make sets $(MAKE)
configure:4572: result: yes
configure:4645: checking for gcc
configure:4666: found /usr/bin/gcc
configure:4677: result: gcc
configure:5030: checking for C compiler version
configure:5039: gcc --version >&5
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:5050: $? = 0
configure:5039: gcc -v >&5
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:5050: $? = 0
configure:5039: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:5050: $? = 1
configure:5039: gcc -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no input files
configure:5050: $? = 1
configure:5039: gcc -version >&5
clang: error: unknown argument '-version'; did you mean '--version'?
clang: error: no input files
configure:5050: $? = 1
configure:5070: checking whether the C compiler works
configure:5092: gcc conftest.c >&5
configure:5096: $? = 0
configure:5146: result: yes
configure:5149: checking for C compiler default output file name
configure:5151: result: a.out
configure:5157: checking for suffix of executables
configure:5164: gcc -o conftest conftest.c >&5
configure:5168: $? = 0
configure:5191: result:
configure:5213: checking whether we are cross compiling
configure:5221: gcc -o conftest conftest.c >&5
configure:5225: $? = 0
configure:5232: ./conftest
configure:5236: $? = 0
configure:5251: result: no
configure:5256: checking for suffix of object files
configure:5279: gcc -c conftest.c >&5
configure:5283: $? = 0
configure:5305: result: o
configure:5309: checking whether the compiler supports GNU C
configure:5329: gcc -c conftest.c >&5
configure:5329: $? = 0
configure:5339: result: yes
configure:5350: checking whether gcc accepts -g
configure:5371: gcc -c -g conftest.c >&5
configure:5371: $? = 0
configure:5415: result: yes
configure:5435: checking for gcc option to enable C11 features
configure:5450: gcc -c -g -O2 conftest.c >&5
conftest.c:25:14: warning: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static char *e (p, i)
^
1 warning generated.
configure:5450: $? = 0
configure:5468: result: none needed
configure:5584: checking whether gcc understands -c and -o together
configure:5607: gcc -c conftest.c -o conftest2.o
configure:5610: $? = 0
configure:5607: gcc -c conftest.c -o conftest2.o
configure:5610: $? = 0
configure:5622: result: yes
configure:5640: checking whether the compiler is clang
configure:5662: gcc -c -g -O2 conftest.c >&5
conftest.c:13:12: error: unknown type name 'barfbarf'
barfbarf
^
1 error generated.
configure:5662: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| /* end confdefs.h. */
|
| #ifdef __clang__
| barfbarf
| #endif
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
|
configure:5671: result: yes
configure:5675: checking for compiler option needed when checking for declarations
configure:5695: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:5695: $? = 0
configure:5708: result: -Werror=implicit-function-declaration
configure:5720: checking whether make supports the include directive
configure:5735: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:5738: $? = 0
configure:5757: result: yes (GNU style)
configure:5783: checking dependency style of gcc
configure:5895: result: none
configure:5915: checking how to run the C preprocessor
configure:5941: gcc -E conftest.c
configure:5941: $? = 0
configure:5956: gcc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:5956: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5983: result: gcc -E
configure:5997: gcc -E conftest.c
configure:5997: $? = 0
configure:6012: gcc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
configure:6012: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6046: checking for strip
configure:6069: found /usr/bin/strip
configure:6082: result: /usr/bin/strip
configure:6206: checking build system type
configure:6221: result: aarch64-apple-darwin22.4.0
configure:6241: checking host system type
configure:6255: result: aarch64-apple-darwin22.4.0
configure:6288: checking for stdio.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for stdlib.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for string.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for inttypes.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for stdint.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for strings.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for sys/stat.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for sys/types.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for unistd.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for wchar.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for minix/config.h
configure:6288: gcc -c -g -O2 conftest.c >&5
conftest.c:49:10: fatal error: 'minix/config.h' file not found
#include <minix/config.h>
^~~~~~~~~~~~~~~~
1 error generated.
configure:6288: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:6288: result: no
configure:6288: checking for sys/param.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for sys/socket.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for limits.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for sys/time.h
configure:6288: gcc -c -g -O2 conftest.c >&5
configure:6288: $? = 0
configure:6288: result: yes
configure:6288: checking for features.h
configure:6288: gcc -c -g -O2 conftest.c >&5
conftest.c:53:10: fatal error: 'features.h' file not found
#include <features.h>
^~~~~~~~~~~~
1 error generated.
configure:6288: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <features.h>
configure:6288: result: no
configure:6288: checking for crtdefs.h
configure:6288: gcc -c -g -O2 conftest.c >&5
conftest.c:53:10: fatal error: 'crtdefs.h' file not found
#include <crtdefs.h>
^~~~~~~~~~~
1 error generated.
configure:6288: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crtdefs.h>
configure:6288: result: no
configure:6319: checking whether it is safe to define __EXTENSIONS__
configure:6338: gcc -c -g -O2 conftest.c >&5
configure:6338: $? = 0
configure:6346: result: yes
configure:6349: checking whether _XOPEN_SOURCE should be defined
configure:6371: gcc -c -g -O2 conftest.c >&5
configure:6371: $? = 0
configure:6398: result: no
configure:6467: checking for grep that handles long lines and -e
configure:6531: result: /usr/bin/grep
configure:6536: checking for egrep
configure:6604: result: /usr/bin/grep -E
configure:6612: checking for Minix Amsterdam compiler
configure:6638: result: no
configure:6700: checking for ar
configure:6721: found /usr/bin/ar
configure:6732: result: ar
configure:6812: checking for ranlib
configure:6833: found /usr/bin/ranlib
configure:6844: result: ranlib
configure:6878: checking for special C compiler options needed for large files
configure:6926: result: no
configure:6932: checking for _FILE_OFFSET_BITS value needed for large files
configure:6958: gcc -c -g -O2 conftest.c >&5
configure:6958: $? = 0
configure:6993: result: no
configure:7368: checking how to print strings
configure:7395: result: printf
configure:7416: checking for a sed that does not truncate output
configure:7486: result: /usr/bin/sed
configure:7504: checking for fgrep
configure:7572: result: /usr/bin/grep -F
configure:7608: checking for ld used by gcc
configure:7676: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:7683: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:7699: result: no
configure:7711: checking for BSD- or MS-compatible name lister (nm)
configure:7766: result: /usr/bin/nm -B
configure:7906: checking the name lister (/usr/bin/nm -B) interface
configure:7914: gcc -c -g -O2 conftest.c >&5
configure:7917: /usr/bin/nm -B "conftest.o"
configure:7920: output
0000000000000254 S _some_variable
0000000000000000 t ltmp0
0000000000000254 s ltmp1
configure:7927: result: BSD nm
configure:7930: checking whether ln -s works
configure:7934: result: yes
configure:7942: checking the maximum length of command line arguments
configure:8074: result: 786432
configure:8122: checking how to convert aarch64-apple-darwin22.4.0 file names to aarch64-apple-darwin22.4.0 format
configure:8163: result: func_convert_file_noop
configure:8170: checking how to convert aarch64-apple-darwin22.4.0 file names to toolchain format
configure:8191: result: func_convert_file_noop
configure:8198: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:8206: result: -r
configure:8285: checking for file
configure:8306: found /usr/bin/file
configure:8317: result: file
configure:8393: checking for objdump
configure:8414: found /usr/bin/objdump
configure:8425: result: objdump
configure:8454: checking how to recognize dependent libraries
configure:8655: result: pass_all
configure:8745: checking for dlltool
configure:8780: result: no
configure:8807: checking how to associate runtime and link libraries
configure:8835: result: printf %s\n
configure:8985: checking for archiver @FILE support
configure:9003: gcc -c -g -O2 conftest.c >&5
configure:9003: $? = 0
configure:9007: ar cr libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:9010: $? = 1
configure:9030: result: no
configure:9093: checking for strip
configure:9125: result: /usr/bin/strip
configure:9202: checking for ranlib
configure:9234: result: ranlib
configure:9336: checking command to parse /usr/bin/nm -B output from gcc object
configure:9490: gcc -c -g -O2 conftest.c >&5
configure:9493: $? = 0
configure:9497: /usr/bin/nm -B conftest.o \| /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' \> conftest.nm
configure:9500: $? = 0
cannot find nm_test_var in conftest.nm
configure:9490: gcc -c -g -O2 conftest.c >&5
configure:9493: $? = 0
configure:9497: /usr/bin/nm -B conftest.o \| /usr/bin/sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed '/ __gnu_lto/d' \> conftest.nm
configure:9500: $? = 0
configure:9566: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
warning: (arm64) could not find object file symbol for symbol _main
configure:9569: $? = 0
configure:9607: result: ok
configure:9654: checking for sysroot
configure:9685: result: no
configure:9692: checking for a working dd
configure:9736: result: /bin/dd
configure:9740: checking how to truncate binary pipes
configure:9756: result: /bin/dd bs=4096 count=1
configure:10093: checking for mt
configure:10128: result: no
configure:10148: checking if : is a manifest tool
configure:10155: : '-?'
configure:10163: result: no
configure:10224: checking for dsymutil
configure:10245: found /usr/bin/dsymutil
configure:10256: result: dsymutil
configure:10326: checking for nmedit
configure:10347: found /usr/bin/nmedit
configure:10358: result: nmedit
configure:10428: checking for lipo
configure:10449: found /usr/bin/lipo
configure:10460: result: lipo
configure:10530: checking for otool
configure:10551: found /usr/bin/otool
configure:10562: result: otool
configure:10632: checking for otool64
configure:10667: result: no
configure:10712: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:10746: result: yes
configure:10749: checking for -exported_symbols_list linker flag
configure:10770: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:10770: $? = 0
configure:10781: result: yes
configure:10784: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cr libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:10817: result: yes
configure:10884: checking for dlfcn.h
configure:10884: gcc -c -g -O2 conftest.c >&5
configure:10884: $? = 0
configure:10884: result: yes
configure:11470: checking for objdir
configure:11486: result: .libs
configure:11750: checking if gcc supports -fno-rtti -fno-exceptions
configure:11769: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:11773: $? = 0
configure:11786: result: yes
configure:12144: checking for gcc option to produce PIC
configure:12152: result: -fno-common -DPIC
configure:12160: checking if gcc PIC flag -fno-common -DPIC works
configure:12179: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:12183: $? = 0
configure:12196: result: yes
configure:12225: checking if gcc static flag -static works
configure:12254: result: no
configure:12269: checking if gcc supports -c -o file.o
configure:12291: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:12295: $? = 0
configure:12317: result: yes
configure:12325: checking if gcc supports -c -o file.o
configure:12373: result: yes
configure:12406: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:13674: result: yes
configure:13915: checking dynamic linker characteristics
configure:14736: result: darwin22.4.0 dyld
configure:14858: checking how to hardcode library paths into programs
configure:14883: result: immediate
configure:15435: checking whether stripping libraries is possible
configure:15452: result: yes
configure:15486: checking if libtool supports shared libraries
configure:15488: result: yes
configure:15491: checking whether to build shared libraries
configure:15516: result: yes
configure:15519: checking whether to build static libraries
configure:15523: result: no
configure:15584: checking for ld
configure:15715: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:15722: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:15738: result: no
configure:15744: checking for shared library path variable
configure:15758: result: DYLD_LIBRARY_PATH
configure:15763: checking whether to activate relocatable installation
configure:15779: result: no
configure:15949: checking how to copy files
configure:15966: result: cp -p
configure:15970: checking how to make hard links
configure:15987: result: ln
configure:15991: checking whether ln -s works
configure:15995: result: yes
configure:16056: checking for windres
configure:16091: result: no
configure:16305: checking whether the -Werror option is usable
configure:16324: gcc -c -g -O2 -Werror conftest.c >&5
configure:16324: $? = 0
configure:16334: result: yes
configure:16336: checking for simple visibility declarations
configure:16368: gcc -c -g -O2 -fvisibility=hidden -Werror conftest.c >&5
configure:16368: $? = 0
configure:16378: result: yes
configure:16410: checking for shared library run path origin
configure:16424: result: done
configure:16446: checking 32-bit host C ABI
configure:16538: gcc -c -g -O2 conftest.c >&5
configure:16538: $? = 0
configure:16709: result: no
configure:16718: checking for ELF binary format
configure:16742: result: no
configure:16794: checking for the common suffixes of directories in the library search path
configure:16863: result: lib,lib,lib
configure:17395: checking for iconv
configure:17420: gcc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture arm64:
"_iconv", referenced from:
_main in conftest-243443.o
"_iconv_close", referenced from:
_main in conftest-243443.o
"_iconv_open", referenced from:
_main in conftest-243443.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:17420: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #include <iconv.h>
|
| int
| main (void)
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:17445: gcc -o conftest -g -O2 conftest.c -liconv >&5
configure:17445: $? = 0
configure:17456: result: yes
configure:17459: checking for working iconv
configure:17603: gcc -o conftest -g -O2 conftest.c -liconv >&5
configure:17603: $? = 0
configure:17603: ./conftest
configure:17603: $? = 0
configure:17616: result: yes
configure:17631: checking how to link with libiconv
configure:17633: result: -liconv
configure:17644: checking whether iconv is compatible with its POSIX signature
configure:17669: gcc -c -g -O2 conftest.c >&5
configure:17669: $? = 0
configure:17678: result: yes
configure:17694: checking whether NLS is requested
configure:17704: result: yes
configure:17744: checking for msgfmt
configure: trying /opt/homebrew/bin/msgfmt...
0 translated messages.
configure:17777: result: /opt/homebrew/bin/msgfmt
configure:17786: checking for gmsgfmt
configure:17822: result: /opt/homebrew/bin/msgfmt
configure:17867: checking for xgettext
configure: trying /opt/homebrew/bin/xgettext...
/opt/homebrew/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:17900: result: /opt/homebrew/bin/xgettext
configure:17945: checking for msgmerge
configure: trying /opt/homebrew/bin/msgmerge...
configure:17977: result: /opt/homebrew/bin/msgmerge
configure:18025: checking for CFPreferencesCopyAppValue
configure:18044: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:52:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
CFPreferencesCopyAppValue(NULL, NULL)
~~~~ ^
conftest.c:52:37: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
CFPreferencesCopyAppValue(NULL, NULL)
~~~~^
2 warnings generated.
configure:18044: $? = 0
configure:18054: result: yes
configure:18061: checking for CFLocaleCopyPreferredLanguages
configure:18080: gcc -o conftest -g -O2 conftest.c -Wl,-framework -Wl,CoreFoundation >&5
configure:18080: $? = 0
configure:18090: result: yes
configure:18140: checking for GNU gettext in libc
configure:18170: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:51:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^~~~~~~~~~~
1 error generated.
configure:18170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| /* end confdefs.h. */
|
| #include <libintl.h>
| #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_domain_bindings)
| #else
| #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
| #endif
|
|
| int
| main (void)
| {
|
| bindtextdomain ("", "");
| return * gettext ("") + * ngettext ("", "", 0) + __GNU_GETTEXT_SYMBOL_EXPRESSION
|
| ;
| return 0;
| }
configure:18180: result: no
configure:18214: checking for iconv
configure:18275: result: yes
configure:18278: checking for working iconv
configure:18435: result: yes
configure:18450: checking how to link with libiconv
configure:18452: result: -liconv
configure:18954: checking for GNU gettext in libintl
configure:18992: gcc -o conftest -g -O2 conftest.c -lintl >&5
conftest.c:52:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^~~~~~~~~~~
1 error generated.
configure:18992: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| /* end confdefs.h. */
|
| #include <libintl.h>
| #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
| extern int _nl_msg_cat_cntr;
| extern
| #ifdef __cplusplus
| "C"
| #endif
| const char *_nl_expand_alias (const char *);
| #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
| #else
| #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
| #endif
|
|
| int
| main (void)
| {
|
| bindtextdomain ("", "");
| return * gettext ("") + * ngettext ("", "", 0) + __GNU_GETTEXT_SYMBOL_EXPRESSION
|
| ;
| return 0;
| }
configure:19030: gcc -o conftest -g -O2 conftest.c -lintl -liconv >&5
conftest.c:52:10: fatal error: 'libintl.h' file not found
#include <libintl.h>
^~~~~~~~~~~
1 error generated.
configure:19030: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| /* end confdefs.h. */
|
| #include <libintl.h>
| #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
| extern int _nl_msg_cat_cntr;
| extern
| #ifdef __cplusplus
| "C"
| #endif
| const char *_nl_expand_alias (const char *);
| #define __GNU_GETTEXT_SYMBOL_EXPRESSION (_nl_msg_cat_cntr + *_nl_expand_alias (""))
| #else
| #define __GNU_GETTEXT_SYMBOL_EXPRESSION 0
| #endif
|
|
| int
| main (void)
| {
|
| bindtextdomain ("", "");
| return * gettext ("") + * ngettext ("", "", 0) + __GNU_GETTEXT_SYMBOL_EXPRESSION
|
| ;
| return 0;
| }
configure:19044: result: no
configure:19079: checking whether to use NLS
configure:19081: result: no
configure:19156: checking for mbstate_t
configure:19174: gcc -c -g -O2 conftest.c >&5
configure:19174: $? = 0
configure:19182: result: yes
configure:19195: checking for wchar_t
configure:19213: gcc -c -g -O2 conftest.c >&5
configure:19213: $? = 0
configure:19221: result: yes
configure:19245: checking for getc_unlocked
configure:19245: gcc -o conftest -g -O2 conftest.c >&5
configure:19245: $? = 0
configure:19245: result: yes
configure:19251: checking for mbrtowc
configure:19251: gcc -o conftest -g -O2 conftest.c >&5
configure:19251: $? = 0
configure:19251: result: yes
configure:19257: checking for wcrtomb
configure:19257: gcc -o conftest -g -O2 conftest.c >&5
configure:19257: $? = 0
configure:19257: result: yes
configure:19263: checking for mbsinit
configure:19263: gcc -o conftest -g -O2 conftest.c >&5
configure:19263: $? = 0
configure:19263: result: yes
configure:19269: checking for setlocale
configure:19269: gcc -o conftest -g -O2 conftest.c >&5
configure:19269: $? = 0
configure:19269: result: yes
configure:19284: checking whether <wchar.h> is standalone
configure:19302: gcc -c -g -O2 conftest.c >&5
configure:19302: $? = 0
configure:19310: result: yes
configure:19322: checking for memmove
configure:19322: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:74:6: warning: incompatible redeclaration of library function 'memmove' [-Wincompatible-library-redeclaration]
char memmove ();
^
conftest.c:74:6: note: 'memmove' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
configure:19322: $? = 0
configure:19322: result: yes
configure:19334: checking for nl_langinfo and CODESET
configure:19351: gcc -o conftest -g -O2 conftest.c >&5
configure:19351: $? = 0
configure:19361: result: yes
configure:19373: checking for symlink
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
configure:19373: $? = 0
configure:19373: result: yes
configure:19373: checking for canonicalize_file_name
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture arm64:
"_canonicalize_file_name", referenced from:
_main in conftest-d495dc.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| /* end confdefs.h. */
| /* Define canonicalize_file_name to an innocuous variant, in case <limits.h> declares canonicalize_file_name.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define canonicalize_file_name innocuous_canonicalize_file_name
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char canonicalize_file_name (); below. */
|
| #include <limits.h>
| #undef canonicalize_file_name
|
| /* 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 canonicalize_file_name ();
| /* 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_canonicalize_file_name || defined __stub___canonicalize_file_name
| choke me
| #endif
|
| int
| main (void)
| {
| return canonicalize_file_name ();
| ;
| return 0;
| }
configure:19373: result: no
configure:19373: checking for faccessat
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
configure:19373: $? = 0
configure:19373: result: yes
configure:19373: checking for realpath
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
configure:19373: $? = 0
configure:19373: result: yes
configure:19373: checking for lstat
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
configure:19373: $? = 0
configure:19373: result: yes
configure:19373: checking for readlinkat
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
configure:19373: $? = 0
configure:19373: result: yes
configure:19373: checking for _set_invalid_parameter_handler
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture arm64:
"__set_invalid_parameter_handler", referenced from:
_main in conftest-50ac0e.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| /* end confdefs.h. */
| /* Define _set_invalid_parameter_handler to an innocuous variant, in case <limits.h> declares _set_invalid_parameter_handler.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _set_invalid_parameter_handler (); below. */
|
| #include <limits.h>
| #undef _set_invalid_parameter_handler
|
| /* 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 _set_invalid_parameter_handler ();
| /* 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__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler
| choke me
| #endif
|
| int
| main (void)
| {
| return _set_invalid_parameter_handler ();
| ;
| return 0;
| }
configure:19373: result: no
configure:19373: checking for fcntl
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
configure:19373: $? = 0
configure:19373: result: yes
configure:19373: checking for getdtablesize
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
configure:19373: $? = 0
configure:19373: result: yes
configure:19373: checking for getprogname
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
configure:19373: $? = 0
configure:19373: result: yes
configure:19373: checking for getexecname
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture arm64:
"_getexecname", referenced from:
_main in conftest-16b827.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:19373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| /* end confdefs.h. */
| /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getexecname innocuous_getexecname
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getexecname (); below. */
|
| #include <limits.h>
| #undef getexecname
|
| /* 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 getexecname ();
| /* 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_getexecname || defined __stub___getexecname
| choke me
| #endif
|
| int
| main (void)
| {
| return getexecname ();
| ;
| return 0;
| }
configure:19373: result: no
configure:19373: checking for readlink
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
configure:19373: $? = 0
configure:19373: result: yes
configure:19373: checking for setenv
configure:19373: gcc -o conftest -g -O2 conftest.c >&5
configure:19373: $? = 0
configure:19373: result: yes
configure:19442: checking for working fcntl.h
configure:19556: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:153:27: warning: address of array 'constants' will always evaluate to 'true' [-Wpointer-bool-conversion]
int result = !constants;
~^~~~~~~~~
1 warning generated.
configure:19556: $? = 0
configure:19556: ./conftest
configure:19556: $? = 64
configure: program exited with status 64
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #else /* on Windows with MSVC */
| # include <io.h>
| # include <stdlib.h>
| # defined sleep(n) _sleep ((n) * 1000)
| #endif
| #include <fcntl.h>
|
|
|
| #if defined _WIN32 && !defined __CYGWIN__
| #define access _access
| #define chdir _chdir
| #define chmod _chmod
| #define close _close
| #define creat _creat
| #define dup _dup
| #define dup2 _dup2
| #define ecvt _ecvt
| #define execl _execl
| #define execle _execle
| #define execlp _execlp
| #define execv _execv
| #define execve _execve
| #define execvp _execvp
| #define execvpe _execvpe
| #define fcloseall _fcloseall
| #define fcvt _fcvt
| #define fdopen _fdopen
| #define fileno _fileno
| #define gcvt _gcvt
| #define getcwd _getcwd
| #define getpid _getpid
| #define getw _getw
| #define isatty _isatty
| #define j0 _j0
| #define j1 _j1
| #define jn _jn
| #define lfind _lfind
| #define lsearch _lsearch
| #define lseek _lseek
| #define memccpy _memccpy
| #define mkdir _mkdir
| #define mktemp _mktemp
| #define open _open
| #define putenv _putenv
| #define putw _putw
| #define read _read
| #define rmdir _rmdir
| #define strdup _strdup
| #define swab _swab
| #define tempnam _tempnam
| #define tzset _tzset
| #define umask _umask
| #define unlink _unlink
| #define utime _utime
| #define wcsdup _wcsdup
| #define write _write
| #define y0 _y0
| #define y1 _y1
| #define yn _yn
| #endif
|
|
| #ifndef O_NOATIME
| #define O_NOATIME 0
| #endif
| #ifndef O_NOFOLLOW
| #define O_NOFOLLOW 0
| #endif
| static int const constants[] =
| {
| O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
| O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
| };
|
| int
| main (void)
| {
|
| int result = !constants;
| #if HAVE_SYMLINK
| {
| static char const sym[] = "conftest.sym";
| if (symlink ("/dev/null", sym) != 0)
| result |= 2;
| else
| {
| int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0);
| if (fd >= 0)
| {
| close (fd);
| result |= 4;
| }
| }
| if (unlink (sym) != 0 || symlink (".", sym) != 0)
| result |= 2;
| else
| {
| int fd = open (sym, O_RDONLY | O_NOFOLLOW);
| if (fd >= 0)
| {
| close (fd);
| result |= 4;
| }
| }
| unlink (sym);
| }
| #endif
| {
| static char const file[] = "confdefs.h";
| int fd = open (file, O_RDONLY | O_NOATIME);
| if (fd < 0)
| result |= 8;
| else
| {
| struct stat st0;
| if (fstat (fd, &st0) != 0)
| result |= 16;
| else
| {
| char c;
| sleep (1);
| if (read (fd, &c, 1) != 1)
| result |= 24;
| else
| {
| if (close (fd) != 0)
| result |= 32;
| else
| {
| struct stat st1;
| if (stat (file, &st1) != 0)
| result |= 40;
| else
| if (st0.st_atime != st1.st_atime)
| result |= 64;
| }
| }
| }
| }
| }
| return result;
| ;
| return 0;
| }
configure:19573: result: no (bad O_NOATIME)
configure:19595: checking for wchar.h
configure:19595: result: yes
configure:19603: checking for EILSEQ
configure:19668: result: yes
configure:19679: checking whether byte ordering is bigendian
configure:19695: gcc -c -g -O2 conftest.c >&5
configure:19695: $? = 0
configure:19741: gcc -c -g -O2 conftest.c >&5
configure:19741: $? = 0
configure:19760: gcc -c -g -O2 conftest.c >&5
conftest.c:80:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:19760: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main (void)
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:19894: result: no
configure:19948: checking for size_t
configure:19948: gcc -c -g -O2 conftest.c >&5
configure:19948: $? = 0
configure:19948: gcc -c -g -O2 conftest.c >&5
conftest.c:105:21: error: expected expression
if (sizeof ((size_t)))
^
1 error generated.
configure:19948: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:19948: result: yes
configure:19960: checking for working alloca.h
configure:19978: gcc -o conftest -g -O2 conftest.c >&5
configure:19978: $? = 0
configure:19987: result: yes
configure:19995: checking for alloca
configure:20040: result: yes
configure:20189: checking whether lstat correctly handles trailing slash
configure:20233: gcc -o conftest -g -O2 conftest.c >&5
configure:20233: $? = 0
configure:20233: ./conftest
configure:20233: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| struct stat sbuf;
| if (symlink ("conftest.file", "conftest.sym") != 0)
| return 1;
| /* Linux will dereference the symlink and fail, as required by
| POSIX. That is better in the sense that it means we will not
| have to compile and use the lstat wrapper. */
| return lstat ("conftest.sym/", &sbuf) == 0;
|
| ;
| return 0;
| }
configure:20246: result: no
configure:20260: checking whether // is distinct from /
configure:20290: result: no
configure:20302: checking whether realpath works
configure:20516: gcc -o conftest -g -O2 conftest.c >&5
configure:20516: $? = 0
configure:20516: ./conftest
configure:20516: $? = 12
configure: program exited with status 12
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
|
|
|
| #include <stdlib.h>
| #if defined __MACH__ && defined __APPLE__
| /* Avoid a crash on Mac OS X. */
| #include <mach/mach.h>
| #include <mach/mach_error.h>
| #include <mach/thread_status.h>
| #include <mach/exception.h>
| #include <mach/task.h>
| #include <pthread.h>
| /* The exception port on which our thread listens. */
| static mach_port_t our_exception_port;
| /* The main function of the thread listening for exceptions of type
| EXC_BAD_ACCESS. */
| static void *
| mach_exception_thread (void *arg)
| {
| /* Buffer for a message to be received. */
| struct {
| mach_msg_header_t head;
| mach_msg_body_t msgh_body;
| char data[1024];
| } msg;
| mach_msg_return_t retval;
| /* Wait for a message on the exception port. */
| retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
| our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
| if (retval != MACH_MSG_SUCCESS)
| abort ();
| exit (1);
| }
| static void
| nocrash_init (void)
| {
| mach_port_t self = mach_task_self ();
| /* Allocate a port on which the thread shall listen for exceptions. */
| if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
| == KERN_SUCCESS) {
| /* See https://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
| if (mach_port_insert_right (self, our_exception_port, our_exception_port,
| MACH_MSG_TYPE_MAKE_SEND)
| == KERN_SUCCESS) {
| /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
| for us. */
| exception_mask_t mask = EXC_MASK_BAD_ACCESS;
| /* Create the thread listening on the exception port. */
| pthread_attr_t attr;
| pthread_t thread;
| if (pthread_attr_init (&attr) == 0
| && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
| && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
| pthread_attr_destroy (&attr);
| /* Replace the exception port info for these exceptions with our own.
| Note that we replace the exception port for the entire task, not only
| for a particular thread. This has the effect that when our exception
| port gets the message, the thread specific exception port has already
| been asked, and we don't need to bother about it.
| See https://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
| task_set_exception_ports (self, mask, our_exception_port,
| EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
| }
| }
| }
| }
| #elif defined _WIN32 && ! defined __CYGWIN__
| /* Avoid a crash on native Windows. */
| #define WIN32_LEAN_AND_MEAN
| #include <windows.h>
| #include <winerror.h>
| static LONG WINAPI
| exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
| {
| switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
| {
| case EXCEPTION_ACCESS_VIOLATION:
| case EXCEPTION_IN_PAGE_ERROR:
| case EXCEPTION_STACK_OVERFLOW:
| case EXCEPTION_GUARD_PAGE:
| case EXCEPTION_PRIV_INSTRUCTION:
| case EXCEPTION_ILLEGAL_INSTRUCTION:
| case EXCEPTION_DATATYPE_MISALIGNMENT:
| case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
| case EXCEPTION_NONCONTINUABLE_EXCEPTION:
| exit (1);
| }
| return EXCEPTION_CONTINUE_SEARCH;
| }
| static void
| nocrash_init (void)
| {
| SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
| }
| #else
| /* Avoid a crash on POSIX systems. */
| #include <signal.h>
| #include <unistd.h>
| /* A POSIX signal handler. */
| static void
| exception_handler (int sig)
| {
| _exit (1);
| }
| static void
| nocrash_init (void)
| {
| #ifdef SIGSEGV
| signal (SIGSEGV, exception_handler);
| #endif
| #ifdef SIGBUS
| signal (SIGBUS, exception_handler);
| #endif
| }
| #endif
|
| #include <errno.h>
| #include <stdlib.h>
| #include <string.h>
|
| int
| main (void)
| {
|
| int result = 0;
| /* This test fails on Solaris 10. */
| {
| char *name = realpath ("conftest.a", NULL);
| if (!(name && *name == '/'))
| result |= 1;
| free (name);
| }
| /* This test fails on older versions of Cygwin. */
| {
| char *name = realpath ("conftest.b/../conftest.a", NULL);
| if (name != NULL)
| result |= 2;
| free (name);
| }
| /* This test fails on Cygwin 2.9. */
| #if HAVE_LSTAT
| {
| char *name = realpath ("conftest.l/../conftest.a", NULL);
| if (name != NULL || errno != ENOTDIR)
| result |= 4;
| free (name);
| }
| #endif
| /* This test fails on Mac OS X 10.13, OpenBSD 6.0. */
| {
| char *name = realpath ("conftest.a/", NULL);
| if (name != NULL)
| result |= 8;
| free (name);
| }
| /* This test fails on AIX 7, Solaris 10. */
| {
| char *name1 = realpath (".", NULL);
| char *name2 = realpath ("conftest.d//./..", NULL);
| if (! name1 || ! name2 || strcmp (name1, name2))
| result |= 16;
| free (name1);
| free (name2);
| }
| #ifdef __linux__
| /* On Linux, // is the same as /. See also double-slash-root.m4.
| realpath() should respect this.
| This test fails on musl libc 1.2.2. */
| {
| char *name = realpath ("//", NULL);
| if (! name || strcmp (name, "/"))
| result |= 32;
| free (name);
| }
| #endif
| return result;
|
| ;
| return 0;
| }
|
configure:20533: result: no
configure:20557: checking for getcwd
configure:20557: gcc -o conftest -g -O2 conftest.c >&5
configure:20557: $? = 0
configure:20557: result: yes
configure:20764: checking for C/C++ restrict keyword
configure:20794: gcc -c -g -O2 conftest.c >&5
configure:20794: $? = 0
configure:20803: result: __restrict__
configure:21272: checking if environ is properly declared
configure:21296: gcc -c -g -O2 conftest.c >&5
configure:21296: $? = 0
configure:21304: result: no
configure:21319: checking whether the preprocessor supports include_next
configure:21358: gcc -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:21358: $? = 0
configure:21381: result: yes
configure:21403: checking whether source code line length is unlimited
configure:21428: result: yes
configure:21439: checking for complete errno.h
configure:21514: result: yes
configure:21819: checking for gcc options needed to detect all undeclared functions
configure:21841: gcc -c -g -O2 conftest.c >&5
conftest.c:82:8: error: call to undeclared library function 'strchr' with type 'char *(const char *, int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
(void) strchr;
^
conftest.c:82:8: note: include the header <string.h> or explicitly provide a declaration for 'strchr'
1 error generated.
configure:21841: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| /* end confdefs.h. */
|
| int
| main (void)
| {
| (void) strchr;
| ;
| return 0;
| }
configure:21868: gcc -c -g -O2 conftest.c >&5
configure:21868: $? = 0
configure:21885: result: none needed
configure:21899: checking whether strerror_r is declared
configure:21899: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:21899: $? = 0
configure:21899: result: yes
configure:21918: checking whether strerror_r returns char *
configure:21943: gcc -c -g -O2 conftest.c >&5
conftest.c:86:13: error: indirection requires pointer operand ('int' invalid)
char x = *strerror_r (0, buf, sizeof buf);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c:87:10: warning: incompatible integer to pointer conversion initializing 'char *' with an expression of type 'int' [-Wint-conversion]
char *p = strerror_r (0, buf, sizeof buf);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
configure:21943: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h. */
| #include <string.h>
| int
| main (void)
| {
|
| char buf[100];
| char x = *strerror_r (0, buf, sizeof buf);
| char *p = strerror_r (0, buf, sizeof buf);
| return !p || x;
|
| ;
| return 0;
| }
configure:21952: result: no
configure:21964: checking whether ctype.h defines __header_inline
configure:21978: gcc -E conftest.c
configure:21978: $? = 0
configure:21986: result: yes
configure:22036: checking for pid_t
configure:22036: gcc -c -g -O2 conftest.c >&5
configure:22036: $? = 0
configure:22036: gcc -c -g -O2 conftest.c >&5
conftest.c:113:20: error: expected expression
if (sizeof ((pid_t)))
^
1 error generated.
configure:22036: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| int
| main (void)
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:22036: result: yes
configure:22072: checking for mode_t
configure:22072: gcc -c -g -O2 conftest.c >&5
configure:22072: $? = 0
configure:22072: gcc -c -g -O2 conftest.c >&5
conftest.c:112:21: error: expected expression
if (sizeof ((mode_t)))
^
1 error generated.
configure:22072: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:22072: result: yes
configure:22192: checking whether stat file-mode macros are broken
configure:22220: gcc -c -g -O2 conftest.c >&5
configure:22220: $? = 0
configure:22228: result: no
configure:22415: checking for nlink_t
configure:22415: gcc -c -g -O2 conftest.c >&5
configure:22415: $? = 0
configure:22415: gcc -c -g -O2 conftest.c >&5
conftest.c:87:22: error: expected expression
if (sizeof ((nlink_t)))
^
1 error generated.
configure:22415: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
|
| int
| main (void)
| {
| if (sizeof ((nlink_t)))
| return 0;
| ;
| return 0;
| }
configure:22415: result: yes
configure:22531: checking whether getdtablesize is declared
configure:22531: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:22531: $? = 0
configure:22531: result: yes
configure:22624: checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.
configure:22649: gcc -c -g -O2 conftest.c >&5
conftest.c:88:24: error: use of undeclared identifier 'ULLONG_WIDTH'
int ullw = ULLONG_WIDTH;
^
conftest.c:89:22: error: use of undeclared identifier 'BOOL_WIDTH'
int bw = BOOL_WIDTH;
^
2 errors generated.
configure:22649: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| /* end confdefs.h. */
| #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #endif
| #include <limits.h>
| long long llm = LLONG_MAX;
| int wb = WORD_BIT;
| int ullw = ULLONG_WIDTH;
| int bw = BOOL_WIDTH;
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:22657: result: no
configure:22666: checking for wint_t
configure:22684: gcc -c -g -O2 conftest.c >&5
configure:22684: $? = 0
configure:22692: result: yes
configure:22699: checking whether wint_t is large enough
configure:22718: gcc -c -g -O2 conftest.c >&5
configure:22718: $? = 0
configure:22726: result: yes
configure:22739: checking whether the compiler produces multi-arch binaries
configure:22754: gcc -c -g -O2 conftest.c >&5
configure:22754: $? = 0
configure:22782: result: no
configure:22914: checking whether stdint.h conforms to C99
configure:23091: gcc -c -g -O2 conftest.c >&5
configure:23091: $? = 0
configure:23176: gcc -o conftest -g -O2 conftest.c >&5
configure:23176: $? = 0
configure:23176: ./conftest
configure:23176: $? = 0
configure:23189: result: yes
configure:23200: checking whether stdint.h works without ISO C predefines
configure:23233: gcc -c -g -O2 conftest.c >&5
configure:23233: $? = 0
configure:23240: result: yes
configure:23251: checking whether stdint.h has UINTMAX_WIDTH etc.
configure:23284: gcc -c -g -O2 conftest.c >&5
conftest.c:99:24: error: use of undeclared identifier 'UINTMAX_WIDTH'
int iw = UINTMAX_WIDTH;
^
1 error generated.
configure:23284: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| /* end confdefs.h. */
|
| /* Work if build is not clean. */
| #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1
| #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #endif
| #include <stdint.h>
|
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <wchar.h>
| #endif
|
| int iw = UINTMAX_WIDTH;
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:23290: result: no
configure:23733: checking whether malloc is ptrdiff_t safe
configure:23770: gcc -c -g -O2 conftest.c >&5
configure:23770: $? = 0
configure:23779: result: yes
configure:23789: checking whether malloc, realloc, calloc set errno on failure
configure:23807: result: yes
configure:23824: checking whether malloc (0) returns nonnull
configure:23859: gcc -o conftest -g -O2 conftest.c >&5
configure:23859: $? = 0
configure:23859: ./conftest
configure:23859: $? = 0
configure:23871: result: yes
configure:24105: checking whether <limits.h> defines MIN and MAX
configure:24123: gcc -c -g -O2 conftest.c >&5
conftest.c:88:21: error: call to undeclared function 'MIN'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
int x = MIN (42, 17);
^
conftest.c:88:21: error: initializer element is not a compile-time constant
int x = MIN (42, 17);
^~~~~~~~~~~~
2 errors generated.
configure:24123: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| /* end confdefs.h. */
| #include <limits.h>
| int x = MIN (42, 17);
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:24131: result: no
configure:24144: checking whether <sys/param.h> defines MIN and MAX
configure:24162: gcc -c -g -O2 conftest.c >&5
configure:24162: $? = 0
configure:24170: result: yes
configure:24185: checking for O_CLOEXEC
configure:24206: gcc -c -g -O2 conftest.c >&5
configure:24206: $? = 0
configure:24214: result: yes
configure:24219: checking for promoted mode_t type
configure:24237: gcc -c -g -O2 conftest.c >&5
configure:24237: $? = 0
configure:24246: result: int
configure:24268: checking for sigset_t
configure:24268: gcc -c -g -O2 conftest.c >&5
configure:24268: $? = 0
configure:24268: gcc -c -g -O2 conftest.c >&5
conftest.c:98:23: error: expected expression
if (sizeof ((sigset_t)))
^
1 error generated.
configure:24268: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| /* end confdefs.h. */
|
| #include <signal.h>
| /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>. */
| #include <sys/types.h>
|
|
| int
| main (void)
| {
| if (sizeof ((sigset_t)))
| return 0;
| ;
| return 0;
| }
configure:24268: result: yes
configure:24290: checking for SIGPIPE
configure:24317: result: yes
configure:24343: checking whether setenv is declared
configure:24343: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:24343: $? = 0
configure:24343: result: yes
configure:24354: checking for ssize_t
configure:24372: gcc -c -g -O2 conftest.c >&5
configure:24372: $? = 0
configure:24380: result: yes
configure:24388: checking for uid_t in sys/types.h
configure:24409: result: yes
configure:24498: checking for volatile sig_atomic_t
configure:24498: gcc -c -g -O2 conftest.c >&5
configure:24498: $? = 0
configure:24498: gcc -c -g -O2 conftest.c >&5
conftest.c:98:36: error: expected expression
if (sizeof ((volatile sig_atomic_t)))
^
1 error generated.
configure:24498: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| int
| main (void)
| {
| if (sizeof ((volatile sig_atomic_t)))
| return 0;
| ;
| return 0;
| }
configure:24498: result: yes
configure:24515: checking for sighandler_t
configure:24515: gcc -c -g -O2 conftest.c >&5
conftest.c:98:13: error: use of undeclared identifier 'sighandler_t'
if (sizeof (sighandler_t))
^
1 error generated.
configure:24515: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| /* end confdefs.h. */
|
| #include <signal.h>
|
|
| int
| main (void)
| {
| if (sizeof (sighandler_t))
| return 0;
| ;
| return 0;
| }
configure:24515: result: no
configure:24867: checking whether C symbols are prefixed with underscore at the linker level
configure:24881: gcc -g -O2 -S conftest.c
configure:24884: $? = 0
configure:24894: result: yes
configure:24908: checking for stdbool.h that conforms to C99
configure:24984: gcc -c -g -O2 conftest.c >&5
conftest.c:149:24: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
bool e = &s;
~ ^
conftest.c:154:40: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.c:154:35: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.c:154:30: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
~^
conftest.c:153:63: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:153:58: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:153:53: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:153:48: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:153:38: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:153:33: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:153:28: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
conftest.c:153:23: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
~^
12 warnings generated.
configure:24984: $? = 0
configure:24992: result: yes
configure:24994: checking for _Bool
configure:24994: gcc -c -g -O2 conftest.c >&5
configure:24994: $? = 0
configure:24994: gcc -c -g -O2 conftest.c >&5
conftest.c:123:20: error: expected expression
if (sizeof ((_Bool)))
^
1 error generated.
configure:24994: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:24994: result: yes
configure:25017: checking for good max_align_t
configure:25047: gcc -c -g -O2 conftest.c >&5
configure:25047: $? = 0
configure:25056: result: yes
configure:25068: checking whether NULL can be used in arbitrary expressions
configure:25087: gcc -c -g -O2 conftest.c >&5
configure:25087: $? = 0
configure:25095: result: yes
configure:25179: checking whether fcloseall is declared
configure:25179: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:128:10: error: use of undeclared identifier 'fcloseall'
(void) fcloseall;
^
1 error generated.
configure:25179: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| #ifndef fcloseall
| #ifdef __cplusplus
| (void) fcloseall;
| #else
| (void) fcloseall;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:25179: result: no
configure:25266: checking which flavor of printf attribute matches inttypes macros
configure:25294: gcc -c -g -O2 conftest.c >&5
configure:25294: $? = 0
configure:25302: result: system
configure:25333: checking whether ecvt is declared
configure:25333: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:25333: $? = 0
configure:25333: result: yes
configure:25342: checking whether fcvt is declared
configure:25342: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:25342: $? = 0
configure:25342: result: yes
configure:25351: checking whether gcvt is declared
configure:25351: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:25351: $? = 0
configure:25351: result: yes
configure:25456: checking whether strerror(0) succeeds
configure:25497: gcc -o conftest -g -O2 conftest.c >&5
configure:25497: $? = 0
configure:25497: ./conftest
configure:25497: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| /* end confdefs.h. */
| #include <string.h>
| #include <errno.h>
|
| int
| main (void)
| {
| int result = 0;
| char *str;
| errno = 0;
| str = strerror (0);
| if (!*str) result |= 1;
| if (errno) result |= 2;
| if (strstr (str, "nknown") || strstr (str, "ndefined"))
| result |= 4;
| return result;
| ;
| return 0;
| }
configure:25509: result: no
configure:25725: checking for struct timespec in <time.h>
configure:25743: gcc -c -g -O2 conftest.c >&5
configure:25743: $? = 0
configure:25751: result: yes
configure:25941: checking for TIME_UTC in <time.h>
configure:25959: gcc -c -g -O2 conftest.c >&5
configure:25959: $? = 0
configure:25967: result: yes
configure:26030: checking whether execvpe is declared
configure:26030: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:135:10: error: use of undeclared identifier 'execvpe'
(void) execvpe;
^
1 error generated.
configure:26030: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| #ifndef execvpe
| #ifdef __cplusplus
| (void) execvpe;
| #else
| (void) execvpe;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:26030: result: no
configure:26172: checking whether clearerr_unlocked is declared
configure:26172: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:26172: $? = 0
configure:26172: result: yes
configure:26181: checking whether feof_unlocked is declared
configure:26181: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:26181: $? = 0
configure:26181: result: yes
configure:26190: checking whether ferror_unlocked is declared
configure:26190: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:26190: $? = 0
configure:26190: result: yes
configure:26199: checking whether fflush_unlocked is declared
configure:26199: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:139:10: error: use of undeclared identifier 'fflush_unlocked'
(void) fflush_unlocked;
^
1 error generated.
configure:26199: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| #ifndef fflush_unlocked
| #ifdef __cplusplus
| (void) fflush_unlocked;
| #else
| (void) fflush_unlocked;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:26199: result: no
configure:26208: checking whether fgets_unlocked is declared
configure:26208: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:140:10: error: use of undeclared identifier 'fgets_unlocked'
(void) fgets_unlocked;
^
1 error generated.
configure:26208: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| #ifndef fgets_unlocked
| #ifdef __cplusplus
| (void) fgets_unlocked;
| #else
| (void) fgets_unlocked;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:26208: result: no
configure:26217: checking whether fputc_unlocked is declared
configure:26217: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:141:10: error: use of undeclared identifier 'fputc_unlocked'
(void) fputc_unlocked;
^
1 error generated.
configure:26217: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| #ifndef fputc_unlocked
| #ifdef __cplusplus
| (void) fputc_unlocked;
| #else
| (void) fputc_unlocked;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:26217: result: no
configure:26226: checking whether fputs_unlocked is declared
configure:26226: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:142:10: error: use of undeclared identifier 'fputs_unlocked'
(void) fputs_unlocked;
^
1 error generated.
configure:26226: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| #ifndef fputs_unlocked
| #ifdef __cplusplus
| (void) fputs_unlocked;
| #else
| (void) fputs_unlocked;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:26226: result: no
configure:26235: checking whether fread_unlocked is declared
configure:26235: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:143:10: error: use of undeclared identifier 'fread_unlocked'
(void) fread_unlocked;
^
1 error generated.
configure:26235: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| #ifndef fread_unlocked
| #ifdef __cplusplus
| (void) fread_unlocked;
| #else
| (void) fread_unlocked;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:26235: result: no
configure:26244: checking whether fwrite_unlocked is declared
configure:26244: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:144:10: error: use of undeclared identifier 'fwrite_unlocked'
(void) fwrite_unlocked;
^
1 error generated.
configure:26244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| #ifndef fwrite_unlocked
| #ifdef __cplusplus
| (void) fwrite_unlocked;
| #else
| (void) fwrite_unlocked;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:26244: result: no
configure:26253: checking whether getc_unlocked is declared
configure:26253: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:26253: $? = 0
configure:26253: result: yes
configure:26262: checking whether getchar_unlocked is declared
configure:26262: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:26262: $? = 0
configure:26262: result: yes
configure:26271: checking whether putc_unlocked is declared
configure:26271: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:26271: $? = 0
configure:26271: result: yes
configure:26280: checking whether putchar_unlocked is declared
configure:26280: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:26280: $? = 0
configure:26280: result: yes
configure:26350: checking whether <wchar.h> uses 'inline' correctly
configure:26406: result: yes
configure:26547: checking whether wcsdup is declared
configure:26547: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
configure:26547: $? = 0
configure:26547: result: yes
configure:26735: checking for C compiler option to allow warnings
configure:26744: gcc -g -O2 -c conftest.c 2>conftest1.err
configure:26747: $? = 0
configure:26750: gcc -g -O2 -Wno-error -c conftest.c 2>conftest2.err
configure:26753: $? = 0
configure:26763: result: -Wno-error
configure:26803: gcc -g -O2 -E conftest.c > conftest.out
configure:26806: $? = 0
configure:26910: checking for __builtin_expect
configure:26926: gcc -o conftest -g -O2 conftest.c >&5
configure:26926: $? = 0
configure:26953: result: yes
configure:27124: checking whether // is distinct from /
configure:27154: result: no
configure:27165: checking whether dup2 works
configure:27258: gcc -o conftest -g -O2 conftest.c >&5
configure:27258: $? = 0
configure:27258: ./conftest
configure:27258: $? = 0
configure:27270: result: yes
configure:27380: checking for error_at_line
configure:27397: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:123:10: fatal error: 'error.h' file not found
#include <error.h>
^~~~~~~~~
1 error generated.
configure:27397: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| /* end confdefs.h. */
| #include <error.h>
| int
| main (void)
| {
| error_at_line (0, 0, "", 0, "an error occurred");
| ;
| return 0;
| }
configure:27406: result: no
configure:27458: checking whether fcntl handles F_DUPFD correctly
configure:27522: gcc -o conftest -g -O2 conftest.c >&5
configure:27522: $? = 0
configure:27522: ./conftest
configure:27522: $? = 0
configure:27533: result: yes
configure:27551: checking whether fcntl understands F_DUPFD_CLOEXEC
configure:27586: gcc -o conftest -g -O2 conftest.c >&5
configure:27586: $? = 0
configure:27586: ./conftest
configure:27586: $? = 0
configure:27605: gcc -c -g -O2 conftest.c >&5
configure:27605: $? = 0
configure:27622: result: yes
configure:27683: checking whether free is known to preserve errno
configure:27707: gcc -c -g -O2 conftest.c >&5
conftest.c:133:16: error: "'free' is not known to preserve errno"
#error "'free' is not known to preserve errno"
^
1 error generated.
configure:27707: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCNTL 1
| /* end confdefs.h. */
| #include <stdlib.h>
|
| int
| main (void)
| {
| #if 2 < __GLIBC__ + (33 <= __GLIBC_MINOR__)
| #elif defined __OpenBSD__
| #elif defined __sun
| #else
| #error "'free' is not known to preserve errno"
| #endif
|
| ;
| return 0;
| }
configure:27716: result: no
configure:27841: checking whether getdtablesize works
configure:27881: gcc -o conftest -g -O2 conftest.c >&5
configure:27881: $? = 0
configure:27881: ./conftest
configure:27881: $? = 0
configure:27895: result: yes
configure:27947: checking whether program_invocation_name is declared
configure:27947: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:136:10: error: use of undeclared identifier 'program_invocation_name'
(void) program_invocation_name;
^
1 error generated.
configure:27947: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_TEST_FREE_POSIX 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| /* end confdefs.h. */
| #include <errno.h>
|
| int
| main (void)
| {
| #ifndef program_invocation_name
| #ifdef __cplusplus
| (void) program_invocation_name;
| #else
| (void) program_invocation_name;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:27947: result: no
configure:27961: checking whether program_invocation_short_name is declared
configure:27961: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:137:10: error: use of undeclared identifier 'program_invocation_short_name'
(void) program_invocation_short_name;
^
1 error generated.
configure:27961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_TEST_FREE_POSIX 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| /* end confdefs.h. */
| #include <errno.h>
|
| int
| main (void)
| {
| #ifndef program_invocation_short_name
| #ifdef __cplusplus
| (void) program_invocation_short_name;
| #else
| (void) program_invocation_short_name;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:27961: result: no
configure:27975: checking whether __argv is declared
configure:27975: gcc -c -g -O2 conftest.c >&5 -Werror=implicit-function-declaration
conftest.c:138:10: error: use of undeclared identifier '__argv'
(void) __argv;
^
1 error generated.
configure:27975: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_TEST_FREE_POSIX 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| /* end confdefs.h. */
| #include <stdlib.h>
|
| int
| main (void)
| {
| #ifndef __argv
| #ifdef __cplusplus
| (void) __argv;
| #else
| (void) __argv;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:27975: result: no
configure:27994: checking whether __progname is defined in default libraries
configure:28014: gcc -o conftest -g -O2 conftest.c >&5
configure:28014: $? = 0
configure:28024: result: yes
configure:28050: checking whether the -Werror option is usable
configure:28079: result: yes
configure:28081: checking for simple visibility declarations
configure:28123: result: yes
configure:28137: checking whether the compiler supports the __inline keyword
configure:28155: gcc -c -g -O2 conftest.c >&5
configure:28155: $? = 0
configure:28163: result: yes
configure:28242: checking for mbstate_t
configure:28268: result: yes
configure:28286: checking for mempcpy
configure:28286: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:151:6: warning: incompatible redeclaration of library function 'mempcpy' [-Wincompatible-library-redeclaration]
char mempcpy ();
^
conftest.c:151:6: note: 'mempcpy' is a builtin with type 'void *(void *, const void *, unsigned long)'
1 warning generated.
Undefined symbols for architecture arm64:
"_mempcpy", referenced from:
_main in conftest-c9c4d9.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:28286: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_TEST_FREE_POSIX 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define HAVE_VISIBILITY 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_MBSTATE_T 1
| /* end confdefs.h. */
| /* Define mempcpy to an innocuous variant, in case <limits.h> declares mempcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define mempcpy innocuous_mempcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char mempcpy (); below. */
|
| #include <limits.h>
| #undef mempcpy
|
| /* 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 mempcpy ();
| /* 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_mempcpy || defined __stub___mempcpy
| choke me
| #endif
|
| int
| main (void)
| {
| return mempcpy ();
| ;
| return 0;
| }
configure:28286: result: no
configure:28395: checking whether open recognizes a trailing slash
configure:28440: gcc -o conftest -g -O2 conftest.c >&5
configure:28440: $? = 0
configure:28440: ./conftest
configure:28440: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_TEST_FREE_POSIX 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define HAVE_VISIBILITY 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_MSVC_NOTHROW 1
| /* end confdefs.h. */
|
| #include <fcntl.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
|
|
| #if defined _WIN32 && !defined __CYGWIN__
| #define access _access
| #define chdir _chdir
| #define chmod _chmod
| #define close _close
| #define creat _creat
| #define dup _dup
| #define dup2 _dup2
| #define ecvt _ecvt
| #define execl _execl
| #define execle _execle
| #define execlp _execlp
| #define execv _execv
| #define execve _execve
| #define execvp _execvp
| #define execvpe _execvpe
| #define fcloseall _fcloseall
| #define fcvt _fcvt
| #define fdopen _fdopen
| #define fileno _fileno
| #define gcvt _gcvt
| #define getcwd _getcwd
| #define getpid _getpid
| #define getw _getw
| #define isatty _isatty
| #define j0 _j0
| #define j1 _j1
| #define jn _jn
| #define lfind _lfind
| #define lsearch _lsearch
| #define lseek _lseek
| #define memccpy _memccpy
| #define mkdir _mkdir
| #define mktemp _mktemp
| #define open _open
| #define putenv _putenv
| #define putw _putw
| #define read _read
| #define rmdir _rmdir
| #define strdup _strdup
| #define swab _swab
| #define tempnam _tempnam
| #define tzset _tzset
| #define umask _umask
| #define unlink _unlink
| #define utime _utime
| #define wcsdup _wcsdup
| #define write _write
| #define y0 _y0
| #define y1 _y1
| #define yn _yn
| #endif
|
|
| int main ()
| {
| int result = 0;
| #if HAVE_LSTAT
| if (open ("conftest.lnk/", O_RDONLY) != -1)
| result |= 1;
| #endif
| if (open ("conftest.sl/", O_CREAT, 0600) >= 0)
| result |= 2;
| return result;
| }
configure:28453: result: no
configure:28517: checking whether program_invocation_name is declared
configure:28517: result: no
configure:28527: checking whether program_invocation_short_name is declared
configure:28527: result: no
configure:28540: checking for raise
configure:28540: gcc -o conftest -g -O2 conftest.c >&5
configure:28540: $? = 0
configure:28540: result: yes
configure:28562: checking for sigprocmask
configure:28562: gcc -o conftest -g -O2 conftest.c >&5
configure:28562: $? = 0
configure:28562: result: yes
configure:28625: checking for rawmemchr
configure:28625: gcc -o conftest -g -O2 conftest.c >&5
Undefined symbols for architecture arm64:
"_rawmemchr", referenced from:
_main in conftest-ab7cfe.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:28625: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_TEST_FREE_POSIX 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define HAVE_VISIBILITY 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_MSVC_NOTHROW 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| /* end confdefs.h. */
| /* Define rawmemchr to an innocuous variant, in case <limits.h> declares rawmemchr.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define rawmemchr innocuous_rawmemchr
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char rawmemchr (); below. */
|
| #include <limits.h>
| #undef rawmemchr
|
| /* 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 rawmemchr ();
| /* 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_rawmemchr || defined __stub___rawmemchr
| choke me
| #endif
|
| int
| main (void)
| {
| return rawmemchr ();
| ;
| return 0;
| }
configure:28625: result: no
configure:28733: checking whether readlink signature is correct
configure:28752: gcc -c -g -O2 conftest.c >&5
configure:28752: $? = 0
configure:28760: result: yes
configure:28762: checking whether readlink handles trailing slash correctly
configure:28799: gcc -o conftest -g -O2 conftest.c >&5
configure:28799: $? = 0
configure:28799: ./conftest
configure:28799: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_TEST_FREE_POSIX 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define HAVE_VISIBILITY 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_MSVC_NOTHROW 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| /* end confdefs.h. */
| #include <unistd.h>
|
| int
| main (void)
| {
| char buf[20];
| return readlink ("conftest.lnk2/", buf, sizeof buf) != -1;
| ;
| return 0;
| }
configure:28811: result: no
configure:28827: checking whether readlink truncates results correctly
configure:28863: gcc -o conftest -g -O2 conftest.c >&5
configure:28863: $? = 0
configure:28863: ./conftest
configure:28863: $? = 0
configure:28875: result: yes
configure:29022: checking for getcwd
configure:29022: result: yes
configure:29057: checking whether free is known to preserve errno
configure:29090: result: no
configure:29108: checking for mempcpy
configure:29108: result: no
configure:29123: checking for rawmemchr
configure:29123: result: no
configure:29151: checking for search.h
configure:29151: gcc -c -g -O2 conftest.c >&5
configure:29151: $? = 0
configure:29151: result: yes
configure:29158: checking for tsearch
configure:29158: gcc -o conftest -g -O2 conftest.c >&5
configure:29158: $? = 0
configure:29158: result: yes
configure:29219: checking for sigprocmask
configure:29219: result: yes
configure:29266: checking for ssize_t
configure:29292: result: yes
configure:29309: checking whether stat handles trailing slashes on files
configure:29353: gcc -o conftest -g -O2 conftest.c >&5
configure:29353: $? = 0
configure:29353: ./conftest
configure:29353: $? = 2
configure: program exited with status 2
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_TEST_FREE_POSIX 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define HAVE_VISIBILITY 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_MSVC_NOTHROW 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define HAVE_GETCWD 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| /* end confdefs.h. */
| #include <sys/stat.h>
|
| int
| main (void)
| {
| int result = 0;
| struct stat st;
| if (!stat ("conftest.tmp/", &st))
| result |= 1;
| #if HAVE_LSTAT
| if (!stat ("conftest.lnk/", &st))
| result |= 2;
| #endif
| return result;
|
| ;
| return 0;
| }
configure:29365: result: no
configure:29441: checking for struct stat.st_atim.tv_nsec
configure:29441: gcc -c -g -O2 conftest.c >&5
conftest.c:163:13: error: no member named 'st_atim' in 'struct stat'
if (ac_aggr.st_atim.tv_nsec)
~~~~~~~ ^
1 error generated.
configure:29441: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_TEST_FREE_POSIX 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define HAVE_VISIBILITY 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_MSVC_NOTHROW 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define HAVE_GETCWD 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
|
| int
| main (void)
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_atim.tv_nsec)
| return 0;
| ;
| return 0;
| }
configure:29441: gcc -c -g -O2 conftest.c >&5
conftest.c:163:20: error: no member named 'st_atim' in 'struct stat'
if (sizeof ac_aggr.st_atim.tv_nsec)
~~~~~~~ ^
1 error generated.
configure:29441: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libiconv"
| #define PACKAGE_TARNAME "libiconv"
| #define PACKAGE_VERSION "1.17"
| #define PACKAGE_STRING "libiconv 1.17"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libiconv"
| #define VERSION "1.17"
| #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 HAVE_WCHAR_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_SYS_TIME_H 1
| #define STDC_HEADERS 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _HPUX_ALT_XOPEN_SOCKET_API 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define __EXTENSIONS__ 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
| #define HAVE_VISIBILITY 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
| #define HAVE_ICONV 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCHAR_T 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_MBSINIT 1
| #define HAVE_SETLOCALE 1
| #define HAVE_MEMMOVE 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_SYMLINK 1
| #define HAVE_FACCESSAT 1
| #define HAVE_REALPATH 1
| #define HAVE_LSTAT 1
| #define HAVE_READLINKAT 1
| #define HAVE_FCNTL 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_GETPROGNAME 1
| #define HAVE_READLINK 1
| #define HAVE_SETENV 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_H 1
| #define WORDS_LITTLEENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETCWD 1
| #define restrict __restrict__
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE___HEADER_INLINE 1
| #define HAVE_DECL_GETDTABLESIZE 1
| #define HAVE_WINT_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_MALLOC_POSIX 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define PROMOTED_MODE_T int
| #define HAVE_SIGSET_T 1
| #define HAVE_DECL_SETENV 1
| #define USER_LABEL_PREFIX _
| #define HAVE__BOOL 1
| #define HAVE_DECL_FCLOSEALL 0
| #define __USE_MINGW_ANSI_STDIO 1
| #define HAVE_DECL_ECVT 1
| #define HAVE_DECL_FCVT 1
| #define HAVE_DECL_GCVT 1
| #define REPLACE_STRERROR_0 1
| #define _USE_STD_STAT 1
| #define HAVE_DECL_EXECVPE 0
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_WCSDUP 1
| #define HAVE___BUILTIN_EXPECT 1
| #define GNULIB_CANONICALIZE_LGPL 1
| #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
| #define GNULIB_TEST_REALPATH 1
| #define GNULIB_TEST_CLOEXEC 1
| #define GNULIB_TEST_CLOSE 1
| #define GNULIB_TEST_DUP2 1
| #define GNULIB_TEST_ENVIRON 1
| #define GNULIB_TEST_FCNTL 1
| #define GNULIB_TEST_FREE_POSIX 1
| #define GNULIB_TEST_FSTAT 1
| #define GNULIB_TEST_GETDTABLESIZE 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_DECL___ARGV 0
| #define HAVE_VAR___PROGNAME 1
| #define HAVE_VISIBILITY 1
| #define HAVE___INLINE 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MEMPCPY 1
| #define GNULIB_MSVC_NOTHROW 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
| #define HAVE_RAISE 1
| #define GNULIB_TEST_RAISE 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define GNULIB_TEST_READ 1
| #define READLINK_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define HAVE_GETCWD 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define GNULIB_SIGPIPE 1
| #define GNULIB_TEST_SIGPROCMASK 1
| #define REPLACE_FUNC_STAT_FILE 1
| #define GNULIB_TEST_STAT 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
|
| int
| main (void)
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_atim.tv_nsec)
| return 0;
| ;
| return 0;
| }
configure:29441: result: no
configure:29493: checking for struct stat.st_atimespec.tv_nsec
configure:29493: gcc -c -g -O2 conftest.c >&5
configure:29493: $? = 0
configure:29493: result: yes
configure:29534: checking for struct stat.st_birthtimespec.tv_nsec
configure:29534: gcc -c -g -O2 conftest.c >&5
configure:29534: $? = 0
configure:29534: result: yes
configure:29571: checking for working stdalign.h
configure:29619: gcc -c -g -O2 conftest.c >&5
configure:29619: $? = 0
configure:29627: result: yes
configure:30516: checking for variable-length arrays
configure:30574: gcc -c -g -O2 conftest.c >&5
configure:30574: $? = 0
configure:30585: result: yes
configure:30815: checking that generated files are newer than configure
configure:30821: result: done
configure:30911: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libiconv config.status 1.17, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Yaha-baidu
config.status:2228: creating Makefile
config.status:2228: creating lib/Makefile
config.status:2228: creating srclib/Makefile
config.status:2228: creating src/Makefile
config.status:2228: creating po/Makefile.in
config.status:2228: creating man/Makefile
config.status:2228: creating tests/Makefile
config.status:2228: creating include/iconv.h
config.status:2228: creating include/iconv.h.inst
config.status:2228: creating config.h
config.status:2228: creating lib/config.h
config.status:2457: executing depfiles commands
config.status:2457: executing libtool commands
config.status:2457: executing po-directories commands
configure:33472: === configuring in libcharset (/Users/yangzuhao/Downloads/libiconv-1.17/libcharset)
configure:33533: running /bin/sh ./configure --disable-option-checking '--prefix=/Users/yangzuhao/Downloads/libiconv-1.17/output' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=aarch64-apple-darwin22.4.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_restrict=__restrict__
ac_cv_c_undeclared_builtin_options='none needed'
ac_cv_c_vararrays=yes
ac_cv_decl_EILSEQ=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__set_invalid_parameter_handler=no
ac_cv_func_alloca_works=yes
ac_cv_func_canonicalize_file_name=no
ac_cv_func_faccessat=yes
ac_cv_func_fcntl=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_getexecname=no
ac_cv_func_getprogname=yes
ac_cv_func_lstat=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_memmove=yes
ac_cv_func_mempcpy=no
ac_cv_func_raise=yes
ac_cv_func_rawmemchr=no
ac_cv_func_readlink=yes
ac_cv_func_readlinkat=yes
ac_cv_func_realpath=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_symlink=yes
ac_cv_func_tsearch=yes
ac_cv_func_wcrtomb=yes
ac_cv_have_decl___argv=no
ac_cv_have_decl_clearerr_unlocked=yes
ac_cv_have_decl_ecvt=yes
ac_cv_have_decl_execvpe=no
ac_cv_have_decl_fcloseall=no
ac_cv_have_decl_fcvt=yes
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_ferror_unlocked=yes
ac_cv_have_decl_fflush_unlocked=no
ac_cv_have_decl_fgets_unlocked=no
ac_cv_have_decl_fputc_unlocked=no
ac_cv_have_decl_fputs_unlocked=no
ac_cv_have_decl_fread_unlocked=no
ac_cv_have_decl_fwrite_unlocked=no
ac_cv_have_decl_gcvt=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_getchar_unlocked=yes
ac_cv_have_decl_getdtablesize=yes
ac_cv_have_decl_program_invocation_name=no
ac_cv_have_decl_program_invocation_short_name=no
ac_cv_have_decl_putc_unlocked=yes
ac_cv_have_decl_putchar_unlocked=yes
ac_cv_have_decl_setenv=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_wcsdup=yes
ac_cv_header_crtdefs_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_features_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_search_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_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_param_h=yes
ac_cv_header_sys_socket_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_header_wchar_h=yes
ac_cv_host=aarch64-apple-darwin22.4.0
ac_cv_lib_error_at_line=no
ac_cv_member_struct_stat_st_atim_tv_nsec=no
ac_cv_member_struct_stat_st_atimespec_tv_nsec=yes
ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GMSGFMT=/opt/homebrew/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/opt/homebrew/bin/msgfmt
ac_cv_path_MSGMERGE=/opt/homebrew/bin/msgmerge
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_STRIP=/usr/bin/strip
ac_cv_path_XGETTEXT=/opt/homebrew/bin/xgettext
ac_cv_path_install='/opt/homebrew/bin/ginstall -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/opt/homebrew/bin/gmkdir
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_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_FILECMD=file
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=/usr/bin/strip
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_should_define__xopen_source=no
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type__Bool=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_nlink_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_sighandler_t=no
ac_cv_type_sigset_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_volatile_sig_atomic_t=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libdirstems=lib,lib,lib
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_libpath=DYLD_LIBRARY_PATH
acl_cv_library_names_spec='$libname$shrext'
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_shlibpath_var=DYLD_LIBRARY_PATH
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
cl_cv_prog_LN=ln
cl_cv_prog_cp='cp -p'
gl_cv___builtin_expect=yes
gl_cv_c___inline=yes
gl_cv_c_amsterdam_compiler=no
gl_cv_c_multiarch=no
gl_cv_cc_vis_werror=yes
gl_cv_cc_visibility=yes
gl_cv_cc_wallow=-Wno-error
gl_cv_compiler_check_decl_option=-Werror=implicit-function-declaration
gl_cv_compiler_clang=yes
gl_cv_decl_null_works=yes
gl_cv_decl_readlink_works=yes
gl_cv_double_slash_root=no
gl_cv_elf=no
gl_cv_func_dup2_works=yes
gl_cv_func_fcntl_f_dupfd_cloexec=yes
gl_cv_func_fcntl_f_dupfd_works=yes
gl_cv_func_free_preserves_errno=no
gl_cv_func_getdtablesize_works=yes
gl_cv_func_lstat_dereferences_slashed_symlink=no
gl_cv_func_malloc_0_nonnull=1
gl_cv_func_malloc_posix=yes
gl_cv_func_open_slash=no
gl_cv_func_printf_attribute_flavor=system
gl_cv_func_readlink_trailing_slash=no
gl_cv_func_readlink_truncate=yes
gl_cv_func_realpath_works=no
gl_cv_func_stat_file_slash=no
gl_cv_func_strerror_0_works=no
gl_cv_have___header_inline=yes
gl_cv_have_include_next=yes
gl_cv_header_errno_h_complete=yes
gl_cv_header_limits_width=no
gl_cv_header_signal_h_SIGPIPE=yes
gl_cv_header_stdint_width=no
gl_cv_header_stdint_without_STDC_macros=yes
gl_cv_header_wchar_h_correct_inline=yes
gl_cv_header_wchar_h_standalone=yes
gl_cv_header_working_fcntl_h='no (bad O_NOATIME)'
gl_cv_header_working_stdalign_h=yes
gl_cv_header_working_stdint_h=yes
gl_cv_host_cpu_c_abi_32bit=no
gl_cv_iconv_nonconst=yes
gl_cv_macro_O_CLOEXEC=yes
gl_cv_malloc_ptrdiff=yes
gl_cv_minmax_in_limits_h=no
gl_cv_minmax_in_sys_param_h=yes
gl_cv_next_fcntl_h='<fcntl.h>'
gl_cv_next_inttypes_h='<inttypes.h>'
gl_cv_next_limits_h='<limits.h>'
gl_cv_next_signal_h='<signal.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdio_h='<stdio.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_string_h='<string.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_sys_types_h='<sys/types.h>'
gl_cv_next_time_h='<time.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_next_wchar_h='<wchar.h>'
gl_cv_prog_as_underscore=yes
gl_cv_promoted_mode_t=int
gl_cv_source_line_length_unlimited=yes
gl_cv_sys_struct_timespec_in_time_h=yes
gl_cv_time_h_has_TIME_UTC=yes
gl_cv_type_max_align_t=yes
gl_cv_type_sigset_t=yes
gl_cv_type_wint_t_large_enough=yes
gl_cv_var___progname=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_CFLocaleCopyPreferredLanguages=yes
gt_cv_func_CFPreferencesCopyAppValue=yes
gt_cv_func_gnugettext2_libc=no
gt_cv_func_gnugettext2_libintl=no
gt_cv_ssize_t=yes
gt_cv_var_environ_declaration=no
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_RC=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='/usr/bin/sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | /usr/bin/sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='/usr/bin/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='/usr/bin/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='/usr/bin/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=786432
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} '\''/Users/yangzuhao/Downloads/libiconv-1.17/build-aux/missing'\'' aclocal-1.16'
ALLOCA=''
ALLOCA_H='alloca.h'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
APPLE_UNIVERSAL_BUILD='0'
AR='ar'
ARFLAGS='cr'
AS='as'
ASM_SYMBOL_PREFIX='"_"'
AUTOCONF='${SHELL} '\''/Users/yangzuhao/Downloads/libiconv-1.17/build-aux/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/Users/yangzuhao/Downloads/libiconv-1.17/build-aux/missing'\'' autoheader'
AUTOMAKE='${SHELL} '\''/Users/yangzuhao/Downloads/libiconv-1.17/build-aux/missing'\'' automake-1.16'
AWK='gawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
BROKEN_WCHAR_H='0'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CFLAG_VISIBILITY='-fvisibility=hidden'
CP='cp -p'
CPP='gcc -E'
CPPFLAGS=''
CSCOPE='cscope'
CTAGS='ctags'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DLL_VARIABLE=''
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EILSEQ=''
EMULTIHOP_HIDDEN=''
EMULTIHOP_VALUE=''
ENOLINK_HIDDEN=''
ENOLINK_VALUE=''
EOVERFLOW_HIDDEN=''
EOVERFLOW_VALUE=''
ERRNO_H=''
ETAGS='etags'
EXEEXT=''
FGREP='/usr/bin/grep -F'
FILECMD='file'
GETTEXT_MACRO_VERSION='0.20'
GL_CFLAG_ALLOW_WARNINGS='-Wno-error'
GL_CFLAG_GNULIB_WARNINGS=' -Wno-cast-qual -Wno-conversion -Wno-float-equal -Wno-sign-compare -Wno-undef -Wno-unused-function -Wno-unused-parameter -Wno-float-conversion -Wimplicit-fallthrough -Wno-pedantic -Wno-sign-conversion -Wno-type-limits'
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE='#'
GL_COND_OBJ_CANONICALIZE_LGPL_FALSE='#'
GL_COND_OBJ_CANONICALIZE_LGPL_TRUE=''
GL_COND_OBJ_CLOSE_FALSE=''
GL_COND_OBJ_CLOSE_TRUE='#'
GL_COND_OBJ_DUP2_FALSE=''
GL_COND_OBJ_DUP2_TRUE='#'
GL_COND_OBJ_ERROR_FALSE='#'
GL_COND_OBJ_ERROR_TRUE=''
GL_COND_OBJ_FCNTL_FALSE=''
GL_COND_OBJ_FCNTL_TRUE='#'
GL_COND_OBJ_FREE_FALSE='#'
GL_COND_OBJ_FREE_TRUE=''
GL_COND_OBJ_FSTAT_FALSE=''
GL_COND_OBJ_FSTAT_TRUE='#'
GL_COND_OBJ_GETDTABLESIZE_FALSE=''
GL_COND_OBJ_GETDTABLESIZE_TRUE='#'
GL_COND_OBJ_MEMPCPY_FALSE='#'
GL_COND_OBJ_MEMPCPY_TRUE=''
GL_COND_OBJ_MSVC_INVAL_FALSE=''
GL_COND_OBJ_MSVC_INVAL_TRUE='#'
GL_COND_OBJ_MSVC_NOTHROW_FALSE=''
GL_COND_OBJ_MSVC_NOTHROW_TRUE='#'
GL_COND_OBJ_OPEN_FALSE='#'
GL_COND_OBJ_OPEN_TRUE=''
GL_COND_OBJ_PROGRELOC_FALSE=''
GL_COND_OBJ_PROGRELOC_TRUE='#'
GL_COND_OBJ_RAISE_FALSE=''
GL_COND_OBJ_RAISE_TRUE='#'
GL_COND_OBJ_RAWMEMCHR_FALSE='#'
GL_COND_OBJ_RAWMEMCHR_TRUE=''
GL_COND_OBJ_READLINK_FALSE='#'
GL_COND_OBJ_READLINK_TRUE=''
GL_COND_OBJ_READ_FALSE=''
GL_COND_OBJ_READ_TRUE='#'
GL_COND_OBJ_SIGPROCMASK_FALSE=''
GL_COND_OBJ_SIGPROCMASK_TRUE='#'
GL_COND_OBJ_STAT_FALSE='#'
GL_COND_OBJ_STAT_TRUE=''
GL_COND_OBJ_STDIO_READ_FALSE=''
GL_COND_OBJ_STDIO_READ_TRUE='#'
GL_COND_OBJ_STDIO_WRITE_FALSE=''
GL_COND_OBJ_STDIO_WRITE_TRUE='#'
GL_COND_OBJ_STRERROR_FALSE='#'
GL_COND_OBJ_STRERROR_OVERRIDE_FALSE='#'
GL_COND_OBJ_STRERROR_OVERRIDE_TRUE=''
GL_COND_OBJ_STRERROR_TRUE=''
GL_GENERATE_ALLOCA_H_FALSE='#'
GL_GENERATE_ALLOCA_H_TRUE=''
GL_GENERATE_ERRNO_H_FALSE=''
GL_GENERATE_ERRNO_H_TRUE='#'
GL_GENERATE_LIMITS_H_FALSE='#'
GL_GENERATE_LIMITS_H_TRUE=''
GL_GENERATE_STDALIGN_H_FALSE=''
GL_GENERATE_STDALIGN_H_TRUE='#'
GL_GENERATE_STDBOOL_H_FALSE=''
GL_GENERATE_STDBOOL_H_TRUE='#'
GL_GENERATE_STDDEF_H_FALSE=''
GL_GENERATE_STDDEF_H_TRUE='#'
GL_GENERATE_STDINT_H_FALSE='#'
GL_GENERATE_STDINT_H_TRUE=''
GL_GNULIB_ACCESS='0'
GL_GNULIB_ALIGNED_ALLOC='0'
GL_GNULIB_ATOLL='0'
GL_GNULIB_BTOWC='0'
GL_GNULIB_CALLOC_GNU='0'
GL_GNULIB_CALLOC_POSIX='0'
GL_GNULIB_CANONICALIZE_FILE_NAME='1'
GL_GNULIB_CHDIR='0'
GL_GNULIB_CHOWN='0'
GL_GNULIB_CLOSE='1'
GL_GNULIB_COPY_FILE_RANGE='0'
GL_GNULIB_CREAT='0'
GL_GNULIB_CTIME='0'
GL_GNULIB_DPRINTF='0'
GL_GNULIB_DUP2='1'
GL_GNULIB_DUP3='0'
GL_GNULIB_DUP='0'
GL_GNULIB_ENVIRON='1'
GL_GNULIB_EUIDACCESS='0'
GL_GNULIB_EXECL='0'
GL_GNULIB_EXECLE='0'
GL_GNULIB_EXECLP='0'
GL_GNULIB_EXECV='0'
GL_GNULIB_EXECVE='0'
GL_GNULIB_EXECVP='0'
GL_GNULIB_EXECVPE='0'
GL_GNULIB_EXPLICIT_BZERO='0'
GL_GNULIB_FACCESSAT='0'
GL_GNULIB_FCHDIR='0'
GL_GNULIB_FCHMODAT='0'
GL_GNULIB_FCHOWNAT='0'
GL_GNULIB_FCLOSE='0'
GL_GNULIB_FCNTL='1'
GL_GNULIB_FDATASYNC='0'
GL_GNULIB_FDOPEN='0'
GL_GNULIB_FFLUSH='0'
GL_GNULIB_FFSL='0'
GL_GNULIB_FFSLL='0'
GL_GNULIB_FGETC='1'
GL_GNULIB_FGETS='1'
GL_GNULIB_FOPEN='0'
GL_GNULIB_FOPEN_GNU='0'
GL_GNULIB_FPRINTF='1'
GL_GNULIB_FPRINTF_POSIX='0'
GL_GNULIB_FPURGE='0'
GL_GNULIB_FPUTC='1'
GL_GNULIB_FPUTS='1'
GL_GNULIB_FREAD='1'
GL_GNULIB_FREE_POSIX='1'
GL_GNULIB_FREOPEN='0'
GL_GNULIB_FSCANF='1'
GL_GNULIB_FSEEK='0'
GL_GNULIB_FSEEKO='0'
GL_GNULIB_FSTAT='1'
GL_GNULIB_FSTATAT='0'
GL_GNULIB_FSYNC='0'
GL_GNULIB_FTELL='0'
GL_GNULIB_FTELLO='0'
GL_GNULIB_FTRUNCATE='0'
GL_GNULIB_FUTIMENS='0'
GL_GNULIB_FWRITE='1'
GL_GNULIB_GETC='1'
GL_GNULIB_GETCHAR='1'
GL_GNULIB_GETCWD='0'
GL_GNULIB_GETDELIM='0'
GL_GNULIB_GETDOMAINNAME='0'
GL_GNULIB_GETDTABLESIZE='1'
GL_GNULIB_GETENTROPY='0'
GL_GNULIB_GETGROUPS='0'
GL_GNULIB_GETHOSTNAME='0'
GL_GNULIB_GETLINE='0'
GL_GNULIB_GETLOADAVG='0'
GL_GNULIB_GETLOGIN='0'
GL_GNULIB_GETLOGIN_R='0'
GL_GNULIB_GETOPT_POSIX='0'
GL_GNULIB_GETPAGESIZE='0'
GL_GNULIB_GETPASS='0'
GL_GNULIB_GETPASS_GNU='0'
GL_GNULIB_GETSUBOPT='0'
GL_GNULIB_GETUMASK='0'
GL_GNULIB_GETUSERSHELL='0'
GL_GNULIB_GRANTPT='0'
GL_GNULIB_GROUP_MEMBER='0'
GL_GNULIB_IMAXABS='0'
GL_GNULIB_IMAXDIV='0'
GL_GNULIB_ISATTY='0'
GL_GNULIB_LCHMOD='0'
GL_GNULIB_LCHOWN='0'
GL_GNULIB_LINK='0'
GL_GNULIB_LINKAT='0'
GL_GNULIB_LOCALTIME='0'
GL_GNULIB_LSEEK='0'
GL_GNULIB_LSTAT='0'
GL_GNULIB_MALLOC_GNU='0'
GL_GNULIB_MALLOC_POSIX='1'
GL_GNULIB_MBRLEN='0'
GL_GNULIB_MBRTOWC='0'
GL_GNULIB_MBSCASECMP='0'
GL_GNULIB_MBSCASESTR='0'
GL_GNULIB_MBSCHR='0'
GL_GNULIB_MBSCSPN='0'
GL_GNULIB_MBSINIT='0'
GL_GNULIB_MBSLEN='0'
GL_GNULIB_MBSNCASECMP='0'
GL_GNULIB_MBSNLEN='0'
GL_GNULIB_MBSNRTOWCS='0'
GL_GNULIB_MBSPBRK='0'
GL_GNULIB_MBSPCASECMP='0'
GL_GNULIB_MBSRCHR='0'
GL_GNULIB_MBSRTOWCS='0'
GL_GNULIB_MBSSEP='0'
GL_GNULIB_MBSSPN='0'
GL_GNULIB_MBSSTR='0'
GL_GNULIB_MBSTOK_R='0'
GL_GNULIB_MBTOWC='0'
GL_GNULIB_MDA_ACCESS='1'
GL_GNULIB_MDA_CHDIR='1'
GL_GNULIB_MDA_CHMOD='1'
GL_GNULIB_MDA_CLOSE='1'
GL_GNULIB_MDA_CREAT='1'
GL_GNULIB_MDA_DUP2='1'
GL_GNULIB_MDA_DUP='1'
GL_GNULIB_MDA_ECVT='1'
GL_GNULIB_MDA_EXECL='1'
GL_GNULIB_MDA_EXECLE='1'
GL_GNULIB_MDA_EXECLP='1'
GL_GNULIB_MDA_EXECV='1'
GL_GNULIB_MDA_EXECVE='1'
GL_GNULIB_MDA_EXECVP='1'
GL_GNULIB_MDA_EXECVPE='1'
GL_GNULIB_MDA_FCLOSEALL='1'
GL_GNULIB_MDA_FCVT='1'
GL_GNULIB_MDA_FDOPEN='1'
GL_GNULIB_MDA_FILENO='1'
GL_GNULIB_MDA_GCVT='1'
GL_GNULIB_MDA_GETCWD='1'
GL_GNULIB_MDA_GETPID='1'
GL_GNULIB_MDA_GETW='1'
GL_GNULIB_MDA_ISATTY='1'
GL_GNULIB_MDA_LSEEK='1'
GL_GNULIB_MDA_MEMCCPY='1'
GL_GNULIB_MDA_MKDIR='1'
GL_GNULIB_MDA_MKTEMP='1'
GL_GNULIB_MDA_OPEN='1'
GL_GNULIB_MDA_PUTENV='1'
GL_GNULIB_MDA_PUTW='1'
GL_GNULIB_MDA_READ='1'
GL_GNULIB_MDA_RMDIR='1'
GL_GNULIB_MDA_STRDUP='1'
GL_GNULIB_MDA_SWAB='1'
GL_GNULIB_MDA_TEMPNAM='1'
GL_GNULIB_MDA_TZSET='1'
GL_GNULIB_MDA_UMASK='1'
GL_GNULIB_MDA_UNLINK='1'
GL_GNULIB_MDA_WCSDUP='1'
GL_GNULIB_MDA_WRITE='1'
GL_GNULIB_MEMCHR='0'
GL_GNULIB_MEMMEM='0'
GL_GNULIB_MEMPCPY='1'
GL_GNULIB_MEMRCHR='0'
GL_GNULIB_MKDIR='0'
GL_GNULIB_MKDIRAT='0'
GL_GNULIB_MKDTEMP='0'
GL_GNULIB_MKFIFO='0'
GL_GNULIB_MKFIFOAT='0'
GL_GNULIB_MKNOD='0'
GL_GNULIB_MKNODAT='0'
GL_GNULIB_MKOSTEMP='0'
GL_GNULIB_MKOSTEMPS='0'
GL_GNULIB_MKSTEMP='0'
GL_GNULIB_MKSTEMPS='0'
GL_GNULIB_MKTIME='0'
GL_GNULIB_NANOSLEEP='0'
GL_GNULIB_NONBLOCKING='0'
GL_GNULIB_OBSTACK_PRINTF='0'
GL_GNULIB_OBSTACK_PRINTF_POSIX='0'
GL_GNULIB_OPEN='1'
GL_GNULIB_OPENAT='0'
GL_GNULIB_OVERRIDES_STRUCT_STAT='0'
GL_GNULIB_PCLOSE='0'
GL_GNULIB_PERROR='0'
GL_GNULIB_PIPE2='0'
GL_GNULIB_PIPE='0'
GL_GNULIB_POPEN='0'
GL_GNULIB_POSIX_MEMALIGN='0'
GL_GNULIB_POSIX_OPENPT='0'
GL_GNULIB_PREAD='0'
GL_GNULIB_PRINTF='1'
GL_GNULIB_PRINTF_POSIX='0'
GL_GNULIB_PTHREAD_SIGMASK='0'
GL_GNULIB_PTSNAME='0'
GL_GNULIB_PTSNAME_R='0'
GL_GNULIB_PUTC='1'
GL_GNULIB_PUTCHAR='1'
GL_GNULIB_PUTENV='0'
GL_GNULIB_PUTS='1'
GL_GNULIB_PWRITE='0'
GL_GNULIB_QSORT_R='0'
GL_GNULIB_RAISE='1'
GL_GNULIB_RANDOM='0'
GL_GNULIB_RANDOM_R='0'
GL_GNULIB_RAWMEMCHR='1'
GL_GNULIB_READ='1'
GL_GNULIB_READLINK='1'
GL_GNULIB_READLINKAT='0'
GL_GNULIB_REALLOCARRAY='0'
GL_GNULIB_REALLOC_GNU='0'
GL_GNULIB_REALLOC_POSIX='1'
GL_GNULIB_REALPATH='1'
GL_GNULIB_REMOVE='0'
GL_GNULIB_RENAME='0'
GL_GNULIB_RENAMEAT='0'
GL_GNULIB_RMDIR='0'
GL_GNULIB_RPMATCH='0'
GL_GNULIB_SCANF='1'
GL_GNULIB_SECURE_GETENV='0'
GL_GNULIB_SETENV='0'
GL_GNULIB_SETHOSTNAME='0'
GL_GNULIB_SIGABBREV_NP='0'
GL_GNULIB_SIGACTION='0'
GL_GNULIB_SIGDESCR_NP='0'
GL_GNULIB_SIGNAL_H_SIGPIPE='1'
GL_GNULIB_SIGPROCMASK='1'
GL_GNULIB_SLEEP='0'
GL_GNULIB_SNPRINTF='0'
GL_GNULIB_SPRINTF_POSIX='0'
GL_GNULIB_STAT='1'
GL_GNULIB_STDIO_H_NONBLOCKING='0'
GL_GNULIB_STDIO_H_SIGPIPE='1'
GL_GNULIB_STPCPY='0'
GL_GNULIB_STPNCPY='0'
GL_GNULIB_STRCASESTR='0'
GL_GNULIB_STRCHRNUL='0'
GL_GNULIB_STRDUP='0'
GL_GNULIB_STRERROR='1'
GL_GNULIB_STRERRORNAME_NP='0'
GL_GNULIB_STRERROR_R='0'
GL_GNULIB_STRFTIME='0'
GL_GNULIB_STRNCAT='0'
GL_GNULIB_STRNDUP='0'
GL_GNULIB_STRNLEN='0'
GL_GNULIB_STRPBRK='0'
GL_GNULIB_STRPTIME='0'
GL_GNULIB_STRSEP='0'
GL_GNULIB_STRSIGNAL='0'
GL_GNULIB_STRSTR='0'
GL_GNULIB_STRTOD='0'
GL_GNULIB_STRTOIMAX='0'
GL_GNULIB_STRTOK_R='0'
GL_GNULIB_STRTOL='0'
GL_GNULIB_STRTOLD='0'
GL_GNULIB_STRTOLL='0'
GL_GNULIB_STRTOUL='0'
GL_GNULIB_STRTOULL='0'
GL_GNULIB_STRTOUMAX='0'
GL_GNULIB_STRVERSCMP='0'
GL_GNULIB_SYMLINK='0'
GL_GNULIB_SYMLINKAT='0'
GL_GNULIB_SYSTEM_POSIX='0'
GL_GNULIB_TIMEGM='0'
GL_GNULIB_TIMESPEC_GET='0'
GL_GNULIB_TIMESPEC_GETRES='0'
GL_GNULIB_TIME_R='0'
GL_GNULIB_TIME_RZ='0'
GL_GNULIB_TMPFILE='0'
GL_GNULIB_TRUNCATE='0'
GL_GNULIB_TTYNAME_R='0'
GL_GNULIB_TZSET='0'
GL_GNULIB_UNISTD_H_GETOPT='0'
GL_GNULIB_UNISTD_H_NONBLOCKING='0'
GL_GNULIB_UNISTD_H_SIGPIPE='1'
GL_GNULIB_UNLINK='0'
GL_GNULIB_UNLINKAT='0'
GL_GNULIB_UNLOCKPT='0'
GL_GNULIB_UNSETENV='0'
GL_GNULIB_USLEEP='0'
GL_GNULIB_UTIMENSAT='0'
GL_GNULIB_VASPRINTF='0'
GL_GNULIB_VDPRINTF='0'
GL_GNULIB_VFPRINTF='1'
GL_GNULIB_VFPRINTF_POSIX='0'
GL_GNULIB_VFSCANF='0'
GL_GNULIB_VPRINTF='1'
GL_GNULIB_VPRINTF_POSIX='0'
GL_GNULIB_VSCANF='0'
GL_GNULIB_VSNPRINTF='0'
GL_GNULIB_VSPRINTF_POSIX='0'
GL_GNULIB_WCPCPY='0'
GL_GNULIB_WCPNCPY='0'
GL_GNULIB_WCRTOMB='0'
GL_GNULIB_WCSCASECMP='0'
GL_GNULIB_WCSCAT='0'
GL_GNULIB_WCSCHR='0'
GL_GNULIB_WCSCMP='0'
GL_GNULIB_WCSCOLL='0'
GL_GNULIB_WCSCPY='0'
GL_GNULIB_WCSCSPN='0'
GL_GNULIB_WCSDUP='0'
GL_GNULIB_WCSFTIME='0'
GL_GNULIB_WCSLEN='0'
GL_GNULIB_WCSNCASECMP='0'
GL_GNULIB_WCSNCAT='0'
GL_GNULIB_WCSNCMP='0'
GL_GNULIB_WCSNCPY='0'
GL_GNULIB_WCSNLEN='0'
GL_GNULIB_WCSNRTOMBS='0'
GL_GNULIB_WCSPBRK='0'
GL_GNULIB_WCSRCHR='0'
GL_GNULIB_WCSRTOMBS='0'
GL_GNULIB_WCSSPN='0'
GL_GNULIB_WCSSTR='0'
GL_GNULIB_WCSTOK='0'
GL_GNULIB_WCSWIDTH='0'
GL_GNULIB_WCSXFRM='0'
GL_GNULIB_WCTOB='0'
GL_GNULIB_WCTOMB='0'
GL_GNULIB_WCWIDTH='0'
GL_GNULIB_WMEMCHR='0'
GL_GNULIB_WMEMCMP='0'
GL_GNULIB_WMEMCPY='0'
GL_GNULIB_WMEMMOVE='0'
GL_GNULIB_WMEMPCPY='0'
GL_GNULIB_WMEMSET='0'
GL_GNULIB_WRITE='0'
GL_GNULIB__EXIT='0'
GMSGFMT='/opt/homebrew/bin/msgfmt'
GMSGFMT_015='/opt/homebrew/bin/msgfmt'
GNULIBHEADERS_OVERRIDE_WINT_T='0'
GNULIB_GETTIMEOFDAY='0'
GREP='/usr/bin/grep'
HAVE_ALIGNED_ALLOC='1'
HAVE_ATOLL='1'
HAVE_BTOWC='1'
HAVE_C99_STDINT_H='1'
HAVE_CANONICALIZE_FILE_NAME='0'
HAVE_CHOWN='1'
HAVE_COPY_FILE_RANGE='1'
HAVE_CRTDEFS_H='0'
HAVE_DECL_ECVT='1'
HAVE_DECL_ENVIRON='0'
HAVE_DECL_EXECVPE='0'
HAVE_DECL_FCHDIR='1'
HAVE_DECL_FCLOSEALL='0'
HAVE_DECL_FCVT='1'
HAVE_DECL_FDATASYNC='1'
HAVE_DECL_FPURGE='1'
HAVE_DECL_FSEEKO='1'
HAVE_DECL_FTELLO='1'
HAVE_DECL_GCVT='1'
HAVE_DECL_GETDELIM='1'
HAVE_DECL_GETDOMAINNAME='1'
HAVE_DECL_GETLINE='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_GETPAGESIZE='1'
HAVE_DECL_GETUSERSHELL='1'
HAVE_DECL_IMAXABS='1'
HAVE_DECL_IMAXDIV='1'
HAVE_DECL_INITSTATE='1'
HAVE_DECL_LOCALTIME_R='1'
HAVE_DECL_MEMMEM='1'
HAVE_DECL_MEMRCHR='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_SETENV='1'
HAVE_DECL_SETHOSTNAME='1'
HAVE_DECL_SETSTATE='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR_R='1'
HAVE_DECL_STRNDUP='1'
HAVE_DECL_STRNLEN='1'
HAVE_DECL_STRSIGNAL='1'
HAVE_DECL_STRTOIMAX='1'
HAVE_DECL_STRTOK_R='1'
HAVE_DECL_STRTOUMAX='1'
HAVE_DECL_TRUNCATE='1'
HAVE_DECL_TTYNAME_R='1'
HAVE_DECL_UNSETENV='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DECL_WCSDUP='1'
HAVE_DECL_WCTOB='1'
HAVE_DECL_WCWIDTH='1'
HAVE_DPRINTF='1'
HAVE_DUP3='1'
HAVE_EUIDACCESS='1'
HAVE_EXECVPE='1'
HAVE_EXPLICIT_BZERO='1'
HAVE_FACCESSAT='1'
HAVE_FCHDIR='1'
HAVE_FCHMODAT='1'
HAVE_FCHOWNAT='1'
HAVE_FCNTL='1'
HAVE_FDATASYNC='1'
HAVE_FEATURES_H='0'
HAVE_FFSL='1'
HAVE_FFSLL='1'
HAVE_FSEEKO='1'
HAVE_FSTATAT='1'
HAVE_FSYNC='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_FUTIMENS='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETENTROPY='1'
HAVE_GETGROUPS='1'
HAVE_GETHOSTNAME='1'
HAVE_GETLOGIN='1'
HAVE_GETPAGESIZE='1'
HAVE_GETPASS='1'
HAVE_GETSUBOPT='1'
HAVE_GETUMASK='1'
HAVE_GRANTPT='1'
HAVE_GROUP_MEMBER='1'
HAVE_IMAXDIV_T='1'
HAVE_INITSTATE='1'
HAVE_INTTYPES_H='1'
HAVE_LCHMOD='1'
HAVE_LCHOWN='1'
HAVE_LINK='1'
HAVE_LINKAT='1'
HAVE_LSTAT='1'
HAVE_MAX_ALIGN_T='1'
HAVE_MBRLEN='1'
HAVE_MBRTOWC='1'
HAVE_MBSINIT='1'
HAVE_MBSLEN='0'
HAVE_MBSNRTOWCS='1'
HAVE_MBSRTOWCS='1'
HAVE_MBTOWC='1'
HAVE_MEMPCPY='0'
HAVE_MKDIRAT='1'
HAVE_MKDTEMP='1'
HAVE_MKFIFO='1'
HAVE_MKFIFOAT='1'
HAVE_MKNOD='1'
HAVE_MKNODAT='1'
HAVE_MKOSTEMP='1'
HAVE_MKOSTEMPS='1'
HAVE_MKSTEMP='1'
HAVE_MKSTEMPS='1'
HAVE_MSVC_INVALID_PARAMETER_HANDLER='0'
HAVE_NANOSLEEP='1'
HAVE_OPENAT='1'
HAVE_OS_H='0'
HAVE_PCLOSE='1'
HAVE_PIPE2='1'
HAVE_PIPE='1'
HAVE_POPEN='1'
HAVE_POSIX_MEMALIGN='1'
HAVE_POSIX_OPENPT='1'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_PREAD='1'
HAVE_PTHREAD_SIGMASK='1'
HAVE_PTSNAME='1'
HAVE_PTSNAME_R='1'
HAVE_PWRITE='1'
HAVE_QSORT_R='1'
HAVE_RAISE='1'
HAVE_RANDOM='1'
HAVE_RANDOM_H='1'
HAVE_RANDOM_R='1'
HAVE_RAWMEMCHR='0'
HAVE_READLINK='1'
HAVE_READLINKAT='1'
HAVE_REALLOCARRAY='1'
HAVE_REALPATH='1'
HAVE_RENAMEAT='1'
HAVE_RPMATCH='1'
HAVE_SECURE_GETENV='1'
HAVE_SETENV='1'
HAVE_SETHOSTNAME='1'
HAVE_SETSTATE='1'
HAVE_SIGABBREV_NP='1'
HAVE_SIGACTION='1'
HAVE_SIGDESCR_NP='1'
HAVE_SIGHANDLER_T='0'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T='1'
HAVE_SLEEP='1'
HAVE_STDINT_H='1'
HAVE_STPCPY='1'
HAVE_STPNCPY='1'
HAVE_STRCASESTR='1'
HAVE_STRCHRNUL='1'
HAVE_STRERRORNAME_NP='1'
HAVE_STRPBRK='1'
HAVE_STRPTIME='1'
HAVE_STRSEP='1'
HAVE_STRTOD='1'
HAVE_STRTOL='1'
HAVE_STRTOLD='1'
HAVE_STRTOLL='1'
HAVE_STRTOUL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRVERSCMP='1'
HAVE_SYMLINK='1'
HAVE_SYMLINKAT='1'
HAVE_SYS_BITYPES_H='0'
HAVE_SYS_INTTYPES_H='0'
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_TYPES_H='1'
HAVE_TIMEGM='1'
HAVE_TIMESPEC_GET='1'
HAVE_TIMESPEC_GETRES='1'
HAVE_TIMEZONE_T='0'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
HAVE_UNISTD_H='1'
HAVE_UNLINKAT='1'
HAVE_UNLOCKPT='1'
HAVE_USLEEP='1'
HAVE_UTIMENSAT='1'
HAVE_VASPRINTF='1'
HAVE_VDPRINTF='1'
HAVE_VISIBILITY='1'
HAVE_WCHAR_H='1'
HAVE_WCHAR_T='1'
HAVE_WCPCPY='1'
HAVE_WCPNCPY='1'
HAVE_WCRTOMB='1'
HAVE_WCSCASECMP='1'
HAVE_WCSCAT='1'
HAVE_WCSCHR='1'
HAVE_WCSCMP='1'
HAVE_WCSCOLL='1'
HAVE_WCSCPY='1'
HAVE_WCSCSPN='1'
HAVE_WCSDUP='1'
HAVE_WCSFTIME='1'
HAVE_WCSLEN='1'
HAVE_WCSNCASECMP='1'
HAVE_WCSNCAT='1'
HAVE_WCSNCMP='1'
HAVE_WCSNCPY='1'
HAVE_WCSNLEN='1'
HAVE_WCSNRTOMBS='1'
HAVE_WCSPBRK='1'
HAVE_WCSRCHR='1'
HAVE_WCSRTOMBS='1'
HAVE_WCSSPN='1'
HAVE_WCSSTR='1'
HAVE_WCSTOK='1'
HAVE_WCSWIDTH='1'
HAVE_WCSXFRM='1'
HAVE_WINSOCK2_H='0'
HAVE_WINT_T='1'
HAVE_WMEMCHR='1'
HAVE_WMEMCMP='1'
HAVE_WMEMCPY='1'
HAVE_WMEMMOVE='1'
HAVE_WMEMPCPY='1'
HAVE_WMEMSET='1'
HAVE__BOOL='1'
HAVE__EXIT='1'
ICONV_CONST=''
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_PROGRAM_ENV=''
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT32_MAX_LT_INTMAX_MAX='1'
INT64_MAX_EQ_LONG_MAX='defined _LP64'
INTLLIBS=''
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=''
LIBICONV='-liconv'
LIBICRT_LIBDEPS=''
LIBICRT_LTLIBDEPS=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBTOOL='/bin/sh $(top_builddir)/libtool'
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#'
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=''
LIBUNISTRING_UNITYPES_H='unitypes.h'
LIBUNISTRING_UNIWIDTH_H='uniwidth.h'
LIMITS_H='limits.h'
LIPO='lipo'
LN='ln'
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} '\''/Users/yangzuhao/Downloads/libiconv-1.17/build-aux/missing'\'' makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/opt/homebrew/bin/gmkdir -p'
MSGFMT='/opt/homebrew/bin/msgfmt'
MSGMERGE='/opt/homebrew/bin/msgmerge'
MSGMERGE_FOR_MSGFMT_OPTION='--for-msgfmt'
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='<fcntl.h>'
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='<inttypes.h>'
NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='<limits.h>'
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>'
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>'
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'
NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='<sys/types.h>'
NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>'
NEXT_ERRNO_H=''
NEXT_FCNTL_H='<fcntl.h>'
NEXT_INTTYPES_H='<inttypes.h>'
NEXT_LIMITS_H='<limits.h>'
NEXT_SIGNAL_H='<signal.h>'
NEXT_STDDEF_H=''
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H='<stdio.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_STRING_H='<string.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_SYS_TYPES_H='<sys/types.h>'
NEXT_TIME_H='<time.h>'
NEXT_UNISTD_H='<unistd.h>'
NEXT_WCHAR_H='<wchar.h>'
NM='/usr/bin/nm -B'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='libiconv'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='libiconv'
PACKAGE_STRING='libiconv 1.17'
PACKAGE_TARNAME='libiconv'
PACKAGE_URL=''
PACKAGE_VERSION='1.17'
PATH_SEPARATOR=':'
POSUB=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PRIPTR_PREFIX='__PRIPTR_PREFIX'
PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
PTRDIFF_T_SUFFIX=''
RANLIB='ranlib'
RC=''
RELOCATABLE='no'
RELOCATABLE_BUILD_DIR='$(top_builddir)/srclib'
RELOCATABLE_CONFIG_H_DIR='$(top_builddir)'
RELOCATABLE_LDFLAGS=''
RELOCATABLE_LIBRARY_PATH=''
RELOCATABLE_SRC_DIR='$(top_srcdir)/srclib'
RELOCATABLE_STRIP=':'
RELOCATABLE_VIA_LD_FALSE=''
RELOCATABLE_VIA_LD_TRUE='#'
RELOCATABLE_VIA_WRAPPER_FALSE=''
RELOCATABLE_VIA_WRAPPER_TRUE='#'
REPLACE_ACCESS='0'
REPLACE_ALIGNED_ALLOC='0'
REPLACE_BTOWC='0'
REPLACE_CALLOC_FOR_CALLOC_GNU='0'
REPLACE_CALLOC_FOR_CALLOC_POSIX='0'
REPLACE_CANONICALIZE_FILE_NAME='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='0'
REPLACE_COPY_FILE_RANGE='0'
REPLACE_CREAT='0'
REPLACE_CTIME='GNULIB_PORTCHECK'
REPLACE_DPRINTF='0'
REPLACE_DUP2='0'
REPLACE_DUP='0'
REPLACE_EXECL='0'
REPLACE_EXECLE='0'
REPLACE_EXECLP='0'
REPLACE_EXECV='0'
REPLACE_EXECVE='0'
REPLACE_EXECVP='0'
REPLACE_EXECVPE='0'
REPLACE_FACCESSAT='0'
REPLACE_FCHMODAT='0'
REPLACE_FCHOWNAT='0'
REPLACE_FCLOSE='0'
REPLACE_FCNTL='0'
REPLACE_FDOPEN='0'
REPLACE_FFLUSH='0'
REPLACE_FFSLL='0'
REPLACE_FOPEN='0'
REPLACE_FOPEN_FOR_FOPEN_GNU='0'
REPLACE_FPRINTF='0'
REPLACE_FPURGE='0'
REPLACE_FREE='1'
REPLACE_FREOPEN='0'
REPLACE_FSEEK='0'
REPLACE_FSEEKO='0'
REPLACE_FSTAT='0'
REPLACE_FSTATAT='0'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_FTRUNCATE='0'
REPLACE_FUTIMENS='0'
REPLACE_GETCWD='0'
REPLACE_GETDELIM='0'
REPLACE_GETDOMAINNAME='0'
REPLACE_GETDTABLESIZE='0'
REPLACE_GETGROUPS='0'
REPLACE_GETLINE='0'
REPLACE_GETLOGIN_R='0'
REPLACE_GETPAGESIZE='0'
REPLACE_GETPASS='0'
REPLACE_GETPASS_FOR_GETPASS_GNU='0'
REPLACE_GMTIME='0'
REPLACE_INITSTATE='0'
REPLACE_ISATTY='0'
REPLACE_LCHOWN='0'
REPLACE_LINK='0'
REPLACE_LINKAT='0'
REPLACE_LOCALTIME='0'
REPLACE_LOCALTIME_R='GNULIB_PORTCHECK'
REPLACE_LSEEK='0'
REPLACE_LSTAT='0'
REPLACE_MALLOC_FOR_MALLOC_GNU='0'
REPLACE_MALLOC_FOR_MALLOC_POSIX='0'
REPLACE_MBRLEN='0'
REPLACE_MBRTOWC='0'
REPLACE_MBSINIT='0'
REPLACE_MBSNRTOWCS='0'
REPLACE_MBSRTOWCS='0'
REPLACE_MBSTATE_T='0'
REPLACE_MBTOWC='0'
REPLACE_MEMCHR='0'
REPLACE_MEMMEM='0'
REPLACE_MKDIR='0'
REPLACE_MKFIFO='0'
REPLACE_MKFIFOAT='0'
REPLACE_MKNOD='0'
REPLACE_MKNODAT='0'
REPLACE_MKSTEMP='0'
REPLACE_MKTIME='GNULIB_PORTCHECK'
REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
REPLACE_NULL='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_OPEN='1'
REPLACE_OPENAT='0'
REPLACE_PERROR='0'
REPLACE_POPEN='0'
REPLACE_POSIX_MEMALIGN='0'
REPLACE_PREAD='0'
REPLACE_PRINTF='0'
REPLACE_PTHREAD_SIGMASK='0'
REPLACE_PTSNAME='0'
REPLACE_PTSNAME_R='0'
REPLACE_PUTENV='0'
REPLACE_PWRITE='0'
REPLACE_QSORT_R='0'
REPLACE_RAISE='0'
REPLACE_RANDOM='0'
REPLACE_RANDOM_R='0'
REPLACE_READ='0'
REPLACE_READLINK='1'
REPLACE_READLINKAT='0'
REPLACE_REALLOCARRAY='0'
REPLACE_REALLOC_FOR_REALLOC_GNU='0'
REPLACE_REALLOC_FOR_REALLOC_POSIX='0'
REPLACE_REALPATH='1'
REPLACE_REMOVE='0'
REPLACE_RENAME='0'
REPLACE_RENAMEAT='0'
REPLACE_RMDIR='0'
REPLACE_SETENV='0'
REPLACE_SETSTATE='0'
REPLACE_SLEEP='0'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_STAT='1'
REPLACE_STDIO_READ_FUNCS='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STPNCPY='0'
REPLACE_STRCASESTR='0'
REPLACE_STRCHRNUL='0'
REPLACE_STRDUP='0'
REPLACE_STRERROR='1'
REPLACE_STRERRORNAME_NP='0'
REPLACE_STRERROR_R='0'
REPLACE_STRFTIME='GNULIB_PORTCHECK'
REPLACE_STRNCAT='0'
REPLACE_STRNDUP='0'
REPLACE_STRNLEN='0'
REPLACE_STRSIGNAL='0'
REPLACE_STRSTR='0'
REPLACE_STRTOD='0'
REPLACE_STRTOIMAX='0'
REPLACE_STRTOK_R='0'
REPLACE_STRTOL='0'
REPLACE_STRTOLD='0'
REPLACE_STRTOLL='0'
REPLACE_STRTOUL='0'
REPLACE_STRTOULL='0'
REPLACE_STRTOUMAX='0'
REPLACE_SYMLINK='0'
REPLACE_SYMLINKAT='0'
REPLACE_TIMEGM='GNULIB_PORTCHECK'
REPLACE_TMPFILE='0'
REPLACE_TRUNCATE='0'
REPLACE_TTYNAME_R='0'
REPLACE_TZSET='GNULIB_PORTCHECK'
REPLACE_UNLINK='0'
REPLACE_UNLINKAT='0'
REPLACE_UNSETENV='0'
REPLACE_USLEEP='0'
REPLACE_UTIMENSAT='0'
REPLACE_VASPRINTF='0'
REPLACE_VDPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='0'
REPLACE_VSPRINTF='0'
REPLACE_WCRTOMB='0'
REPLACE_WCSFTIME='0'
REPLACE_WCSNRTOMBS='0'
REPLACE_WCSRTOMBS='0'
REPLACE_WCSTOK='0'
REPLACE_WCSWIDTH='0'
REPLACE_WCTOB='0'
REPLACE_WCTOMB='0'
REPLACE_WCWIDTH='0'
REPLACE_WRITE='0'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
SRCLIBOBJS=''
STDALIGN_H=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H='stdint.h'
STRIP='/usr/bin/strip'
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
TIME_H_DEFINES_STRUCT_TIMESPEC='1'
TIME_H_DEFINES_TIME_UTC='1'
UINT32_MAX_LT_UINTMAX_MAX='1'
UINT64_MAX_EQ_ULONG_MAX='defined _LP64'
UNDEFINE_STRTOK_R='0'
UNISTD_H_DEFINES_STRUCT_TIMESPEC='0'
UNISTD_H_HAVE_SYS_RANDOM_H='0'
UNISTD_H_HAVE_WINSOCK2_H='0'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
USE_EXTRA_ENCODINGS='no'
USE_MBSTATE_T='1'
USE_NLS='no'
VERSION='1.17'
WCHAR_T_SUFFIX=''
WINDOWS_64_BIT_OFF_T='0'
WINDOWS_64_BIT_ST_SIZE='0'
WINDOWS_STAT_INODES='0'
WINDOWS_STAT_TIMESPEC='0'
WINDRES=''
WINT_T_SUFFIX=''
WOE32='no'
WOE32DLL='no'
XGETTEXT='/opt/homebrew/bin/xgettext'
XGETTEXT_015='/opt/homebrew/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=' --flag=error:3:c-format --flag=error_at_line:5:c-format'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='aarch64-apple-darwin22.4.0'
build_alias=''
build_cpu='aarch64'
build_os='darwin22.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gl_LIBOBJDEPS=''
gl_LIBOBJS=''
gl_LTLIBOBJS=''
gltests_LIBOBJDEPS=''
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS='IN_LIBICONV_GNULIB_TESTS'
host='aarch64-apple-darwin22.4.0'
host_alias=''
host_cpu='aarch64'
host_os='darwin22.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/yangzuhao/Downloads/libiconv-1.17/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/Users/yangzuhao/Downloads/libiconv-1.17/output'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libcharset'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "libiconv"
#define PACKAGE_TARNAME "libiconv"
#define PACKAGE_VERSION "1.17"
#define PACKAGE_STRING "libiconv 1.17"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "libiconv"
#define VERSION "1.17"
#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 HAVE_WCHAR_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SYS_TIME_H 1
#define STDC_HEADERS 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _HPUX_ALT_XOPEN_SOCKET_API 1
#define _NETBSD_SOURCE 1
#define _OPENBSD_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#define __STDC_WANT_LIB_EXT2__ 1
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#define _TANDEM_SOURCE 1
#define __EXTENSIONS__ 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define INSTALLPREFIX "/Users/yangzuhao/Downloads/libiconv-1.17/output"
#define HAVE_VISIBILITY 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
#define HAVE_CFLOCALECOPYPREFERREDLANGUAGES 1
#define HAVE_ICONV 1
#define HAVE_MBSTATE_T 1
#define HAVE_WCHAR_T 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_MBRTOWC 1
#define HAVE_WCRTOMB 1
#define HAVE_MBSINIT 1
#define HAVE_SETLOCALE 1
#define HAVE_MEMMOVE 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_SYMLINK 1
#define HAVE_FACCESSAT 1
#define HAVE_REALPATH 1
#define HAVE_LSTAT 1
#define HAVE_READLINKAT 1
#define HAVE_FCNTL 1
#define HAVE_GETDTABLESIZE 1
#define HAVE_GETPROGNAME 1
#define HAVE_READLINK 1
#define HAVE_SETENV 1
#define HAVE_WORKING_O_NOATIME 0
#define HAVE_WORKING_O_NOFOLLOW 1
#define HAVE_WCHAR_H 1
#define WORDS_LITTLEENDIAN 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_GETCWD 1
#define restrict __restrict__
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE___HEADER_INLINE 1
#define HAVE_DECL_GETDTABLESIZE 1
#define HAVE_WINT_T 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_MALLOC_POSIX 1
#define MALLOC_0_IS_NONNULL 1
#define HAVE_MINMAX_IN_SYS_PARAM_H 1
#define PROMOTED_MODE_T int
#define HAVE_SIGSET_T 1
#define HAVE_DECL_SETENV 1
#define USER_LABEL_PREFIX _
#define HAVE__BOOL 1
#define HAVE_DECL_FCLOSEALL 0
#define __USE_MINGW_ANSI_STDIO 1
#define HAVE_DECL_ECVT 1
#define HAVE_DECL_FCVT 1
#define HAVE_DECL_GCVT 1
#define REPLACE_STRERROR_0 1
#define _USE_STD_STAT 1
#define HAVE_DECL_EXECVPE 0
#define HAVE_DECL_CLEARERR_UNLOCKED 1
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FERROR_UNLOCKED 1
#define HAVE_DECL_FFLUSH_UNLOCKED 0
#define HAVE_DECL_FGETS_UNLOCKED 0
#define HAVE_DECL_FPUTC_UNLOCKED 0
#define HAVE_DECL_FPUTS_UNLOCKED 0
#define HAVE_DECL_FREAD_UNLOCKED 0
#define HAVE_DECL_FWRITE_UNLOCKED 0
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL_GETCHAR_UNLOCKED 1
#define HAVE_DECL_PUTC_UNLOCKED 1
#define HAVE_DECL_PUTCHAR_UNLOCKED 1
#define HAVE_DECL_WCSDUP 1
#define HAVE___BUILTIN_EXPECT 1
#define GNULIB_CANONICALIZE_LGPL 1
#define GNULIB_TEST_CANONICALIZE_FILE_NAME 1
#define GNULIB_TEST_REALPATH 1
#define GNULIB_TEST_CLOEXEC 1
#define GNULIB_TEST_CLOSE 1
#define GNULIB_TEST_DUP2 1
#define GNULIB_TEST_ENVIRON 1
#define GNULIB_TEST_FCNTL 1
#define GNULIB_TEST_FREE_POSIX 1
#define GNULIB_TEST_FSTAT 1
#define GNULIB_TEST_GETDTABLESIZE 1
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
#define HAVE_DECL___ARGV 0
#define HAVE_VAR___PROGNAME 1
#define HAVE_VISIBILITY 1
#define HAVE___INLINE 1
#define GNULIB_TEST_MALLOC_POSIX 1
#define HAVE_MBSTATE_T 1
#define GNULIB_TEST_MEMPCPY 1
#define GNULIB_MSVC_NOTHROW 1
#define OPEN_TRAILING_SLASH_BUG 1
#define GNULIB_TEST_OPEN 1
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 0
#define HAVE_RAISE 1
#define GNULIB_TEST_RAISE 1
#define GNULIB_TEST_RAWMEMCHR 1
#define GNULIB_TEST_READ 1
#define READLINK_TRAILING_SLASH_BUG 1
#define GNULIB_TEST_READLINK 1
#define GNULIB_TEST_REALLOC_POSIX 1
#define HAVE_GETCWD 1
#define HAVE_MALLOC_POSIX 1
#define HAVE_SEARCH_H 1
#define HAVE_TSEARCH 1
#define GNULIB_SIGPIPE 1
#define GNULIB_TEST_SIGPROCMASK 1
#define REPLACE_FUNC_STAT_FILE 1
#define GNULIB_TEST_STAT 1
#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC 1
#define GNULIB_TEST_FSCANF 1
#define GNULIB_FSCANF 1
#define GNULIB_TEST_SCANF 1
#define GNULIB_SCANF 1
#define GNULIB_TEST_FGETC 1
#define GNULIB_TEST_GETC 1
#define GNULIB_TEST_GETCHAR 1
#define GNULIB_TEST_FGETS 1
#define GNULIB_TEST_FREAD 1
#define GNULIB_TEST_FPRINTF 1
#define GNULIB_TEST_PRINTF 1
#define GNULIB_TEST_VFPRINTF 1
#define GNULIB_TEST_VPRINTF 1
#define GNULIB_TEST_FPUTC 1
#define GNULIB_TEST_PUTC 1
#define GNULIB_TEST_PUTCHAR 1
#define GNULIB_TEST_FPUTS 1
#define GNULIB_TEST_PUTS 1
#define GNULIB_TEST_FWRITE 1
#define GNULIB_STRERROR 1
#define GNULIB_TEST_STRERROR 1
#define GNULIB_STDIO_SINGLE_THREAD 1
#define USE_UNLOCKED_IO GNULIB_STDIO_SINGLE_THREAD
#define HAVE_C_VARARRAYS 1
configure: exit 0