Ticket #71108: config.log

File config.log, 1.2 KB (added by kazu-yamamoto (Kazu Yamamoto), 3 weeks ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4configure:529: checking whether ln -s works
5configure:552: checking for gcc
6configure: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
7configure: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
8configure: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
121 error generated.
13configure: failed program was:
14
15#line 676 "configure"
16#include "confdefs.h"
17
18main(){return(0);}