1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | configure:635: checking for gcc |
---|
5 | configure:748: checking whether the C compiler (gcc ) works |
---|
6 | configure:764: gcc -o conftest conftest.c 1>&5 |
---|
7 | configure: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 |
---|
11 | 1 error generated. |
---|
12 | configure: failed program was: |
---|
13 | |
---|
14 | #line 759 "configure" |
---|
15 | #include "confdefs.h" |
---|
16 | |
---|
17 | main(){return(0);} |
---|