Ticket #70755: config.log

File config.log, 1.5 KB (added by gounselor (Michael Stiller), 3 days ago)

config.log output of configure

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4configure:566: checking for a BSD compatible install
5configure:619: checking whether build environment is sane
6configure:676: checking whether make sets ${MAKE}
7configure:722: checking for working aclocal
8configure:735: checking for working autoconf
9configure:748: checking for working automake
10configure:761: checking for working autoheader
11configure:774: checking for working makeinfo
12configure:923: checking for gcc
13configure: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
14configure: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
15configure: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
191 error generated.
20configure: failed program was:
21#line 1010 "configure"
22#include "confdefs.h"
23main(){return(0);}