Ticket #71091: config.log

File config.log, 1.6 KB (added by pelopor-pelopor (pelopor), 4 weeks ago)
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:873: checking host system type
13configure:894: checking build system type
14configure:914: checking for ranlib
15configure:944: checking for gcc
16configure: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
17configure: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
18configure: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
221 error generated.
23configure: failed program was:
24
25#line 1068 "configure"
26#include "confdefs.h"
27
28main(){return(0);}