1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | configure:566: checking for a BSD compatible install |
---|
5 | configure:619: checking whether build environment is sane |
---|
6 | configure:676: checking whether make sets ${MAKE} |
---|
7 | configure:722: checking for working aclocal |
---|
8 | configure:735: checking for working autoconf |
---|
9 | configure:748: checking for working automake |
---|
10 | configure:761: checking for working autoheader |
---|
11 | configure:774: checking for working makeinfo |
---|
12 | configure:923: checking for gcc |
---|
13 | configure:1000: checking whether the C compiler (/usr/bin/clang -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64) works |
---|
14 | configure:1014: /usr/bin/clang -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk -arch arm64 conftest.c 1>&5 |
---|
15 | configure:1011:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] |
---|
16 | 1011 | main(){return(0);} |
---|
17 | | ^ |
---|
18 | | int |
---|
19 | 1 error generated. |
---|
20 | configure: failed program was: |
---|
21 | #line 1010 "configure" |
---|
22 | #include "confdefs.h" |
---|
23 | main(){return(0);} |
---|