Ticket #71183: config.log

File config.log, 565 bytes (added by vbaarda (Vance Baarda), 9 days ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4configure:635: checking for gcc
5configure:748: checking whether the C compiler (gcc  ) works
6configure:764: gcc -o conftest    conftest.c  1>&5
7configure:761:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
8  761 | main(){return(0);}
9      | ^
10      | int
111 error generated.
12configure: failed program was:
13
14#line 759 "configure"
15#include "confdefs.h"
16
17main(){return(0);}