1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:571: checking for Cygwin environment
configure:587: cc -c conftest.c 1>&5
configure: In function `main':
configure:583: `__CYGWIN32__' undeclared (first use in this function)
configure:583: (Each undeclared identifier is reported only once
configure:583: for each function it appears in.)
configure: failed program was:
#line 576 "configure"
#include "confdefs.h"
int main() {
#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:604: checking for mingw32 environment
configure:616: cc -c conftest.c 1>&5
configure: In function `main':
configure:612: `__MINGW32__' undeclared (first use in this function)
configure:612: (Each undeclared identifier is reported only once
configure:612: for each function it appears in.)
configure: failed program was:
#line 609 "configure"
#include "confdefs.h"
int main() {
return __MINGW32__;
; return 0; }
configure:642: checking for gcc
configure:755: checking whether the C compiler (gcc ) works
configure:771: gcc -o conftest conftest.c 1>&5
configure:797: checking whether the C compiler (gcc ) is a cross-compiler
configure:802: checking whether we are using GNU C
configure:811: gcc -E conftest.c
configure:830: checking whether gcc accepts -g
configure:869: checking if the compiler understands -pipe
configure:880: gcc -pipe -c conftest.c 1>&5
configure:905: checking for a BSD compatible install
configure:963: checking whether make sets ${MAKE}
configure:997: checking for ranlib
configure:1030: checking for object suffix
configure:1036: gcc -pipe -c conftest.c 1>&5
configure:1056: checking for executable suffix
configure:1066: gcc -pipe -o conftest conftest.c 1>&5
|