1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | configure:529: checking whether ln -s works |
---|
5 | configure:552: checking for gcc |
---|
6 | configure:665: checking whether the C compiler (/usr/bin/clang -pipe -Os -I/opt/local/include/ncurses -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 |
---|
7 | configure:681: /usr/bin/clang -o conftest -pipe -Os -I/opt/local/include/ncurses -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 |
---|
8 | configure:678:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] |
---|
9 | 678 | main(){return(0);} |
---|
10 | | ^ |
---|
11 | | int |
---|
12 | 1 error generated. |
---|
13 | configure: failed program was: |
---|
14 | |
---|
15 | #line 676 "configure" |
---|
16 | #include "confdefs.h" |
---|
17 | |
---|
18 | main(){return(0);} |
---|