|
楼主 |
发表于 2003-1-22 13:31:00
|
显示全部楼层
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:915: checking host system type
configure:1066: checking sysdep dirs
configure:1289: checking for a BSD compatible install
configure:1346: checking whether ln -s works
configure:1375: checking for pwd
configure:1414: checking build system type
configure:1442: checking for gcc
configure:1476: checking version of gcc
configure:1496: checking for gnumake
configure:1496: checking for gmake
configure:1496: checking for make
configure:1530: checking version of make
configure:1559: checking for gnumsgfmt
configure:1559: checking for gmsgfmt
configure:1559: checking for msgfmt
configure:1613: checking for makeinfo
configure:1647: checking version of makeinfo
configure:1667: checking for gsed
configure:1667: checking for sed
configure:1701: checking version of sed
configure:1719: checking whether the C compiler (gcc ) works
configure:1738: gcc -o conftest conftest.c 1>&5
gcc: installation problem, cannot exec `as': No such file or directory
configure: failed program was:
#line 1733 "configure"
#include "confdefs.h"
main(){return(0);}
configure:1769: checking whether the C compiler (gcc ) is a cross-compiler
configure:1781: checking whether we are using GNU C
configure:1790: gcc -E conftest.c
configure:1803: checking build system type
configure:1858: checking how to run the C preprocessor
configure:1879: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1874:20: assert.h: No such file or directory
configure: failed program was:
#line 1873 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:1896: gcc -E -traditional-cpp conftest.c >/dev/null 2>conftest.out
configure:1891: assert.h: No such file or directory
configure: failed program was:
#line 1890 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:1913: gcc -nologo -E conftest.c >/dev/null 2>conftest.out
gcc: unrecognized option `-nologo'
configure:1908:20: assert.h: No such file or directory
configure: failed program was:
#line 1907 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
configure:1956: checking for ranlib
configure:2025: checking whether as is GNU as
configure:2044: checking whether ld is GNU ld
configure:2064: checking for mig
configure:2121: checking whether ranlib is necessary
configure:2155: checking LD_LIBRARY_PATH variable
configure:2173: checking whether GCC supports -static-libgcc
configure:2190: checking for bash
configure:2286: checking for mawk
configure:2286: checking for gawk
configure:2318: checking for perl
configure:2358: checking for install-info
configure:2393: checking for old Debian install-info
configure:2428: checking for bison
configure:2463: checking for signed size_t type
configure:2487: checking for libc-friendly stddef.h
configure:2507: gcc -c conftest.c 1>&5
gcc: installation problem, cannot exec `as': No such file or directory
configure: failed program was:
#line 2492 "configure"
#include "confdefs.h"
#define __need_size_t
#define __need_wchar_t
#include <stddef.h>
#define __need_NULL
#include <stddef.h>
int main() {
size_t size; wchar_t wchar;
#ifdef offsetof
#error stddef.h ignored __need_*
#endif
if (&size == NULL || &wchar == NULL) abort ();
; return 0; }
configure:2526: checking whether we need to use -P to assemble .S files
configure:2549: checking whether .text pseudo-op must be used
configure:2570: checking for assembler global-symbol directive |
|