| 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:873: checking host system type |
|---|
| 13 | configure:894: checking build system type |
|---|
| 14 | configure:914: checking for ranlib |
|---|
| 15 | configure:944: checking for gcc |
|---|
| 16 | configure:1057: 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 |
|---|
| 17 | configure:1073: /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 |
|---|
| 18 | configure:1070:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] |
|---|
| 19 | 1070 | main(){return(0);} |
|---|
| 20 | | ^ |
|---|
| 21 | | int |
|---|
| 22 | 1 error generated. |
|---|
| 23 | configure: failed program was: |
|---|
| 24 | |
|---|
| 25 | #line 1068 "configure" |
|---|
| 26 | #include "confdefs.h" |
|---|
| 27 | |
|---|
| 28 | main(){return(0);} |
|---|