blob: 2888ceeb5eca95d9f0348273f5b918ee7fed49c4 (
plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:697: checking for a BSD compatible install
configure:750: checking whether build environment is sane
configure:807: checking whether make sets ${MAKE}
configure:846: checking for working aclocal
configure:859: checking for working autoconf
configure:872: checking for working automake
configure:885: checking for working autoheader
configure:898: checking for working makeinfo
configure:913: checking whether to enable maintainer-specific portions of Makefiles
configure:958: checking for gcc
configure:1071: checking whether the C compiler (gcc ) works
configure:1087: gcc -o conftest conftest.c 1>&5
configure:1113: checking whether the C compiler (gcc ) is a cross-compiler
configure:1118: checking whether we are using GNU C
configure:1127: gcc -E conftest.c
configure:1146: checking whether gcc accepts -g
configure:1178: checking how to run the C preprocessor
configure:1199: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1370: checking host system type
configure:1391: checking build system type
configure:1411: checking for ranlib
configure:1450: checking for ld used by GCC
configure:1513: checking if the linker (/usr/i586-pc-linux-gnu/bin/ld) is GNU ld
GNU ld version 2.16.1
configure:1529: checking for BSD-compatible nm
configure:1566: checking whether ln -s works
ltconfig:603: checking for object suffix
ltconfig:604: gcc -c -Wall -O3 conftest.c 1>&5
ltconfig:629: checking for executable suffix
ltconfig:630: gcc -o conftest -Wall -O3 conftest.c 1>&5
conftest.c:1: warning: return type defaults to `int'
ltconfig:776: checking if gcc PIC flag -fPIC works
ltconfig:777: gcc -c -Wall -O3 -fPIC -DPIC conftest.c 1>&5
ltconfig:829: checking if gcc supports -c -o file.o
ltconfig:830: gcc -c -Wall -O3 -o out/conftest2.o conftest.c 1>&5
ltconfig:862: checking if gcc supports -c -o file.lo
ltconfig:863: gcc -c -Wall -O3 -c -o conftest.lo conftest.c 1>&5
ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:915: gcc -c -Wall -O3 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5
ltconfig:958: checking if gcc static flag -static works
ltconfig:959: gcc -o conftest -Wall -O3 -static conftest.c 1>&5
conftest.c:1: warning: return type defaults to `int'
GNU ld version 2.16.1
ltconfig:1592: checking if global_symbol_pipe works
ltconfig:1593: gcc -c -Wall -O3 conftest.c 1>&5
conftest.c:9: warning: return type defaults to `int'
ltconfig:1596: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm"
ltconfig:1648: gcc -o conftest -Wall -O3 -fno-builtin conftest.c conftstm.o 1>&5
conftest.c:6: warning: 'main' is usually a function
configure:1761: checking for ANSI C header files
configure:1774: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1841: gcc -o conftest -Wall -O3 conftest.c 1>&5
configure: In function `main':
configure:1836: warning: implicit declaration of function `exit'
configure:1865: checking whether make sets ${MAKE}
configure:1895: checking for gettimeofday
configure:1923: gcc -o conftest -Wall -O3 conftest.c 1>&5
configure:1948: checking whether time.h and sys/time.h may both be included
configure:1962: gcc -c -Wall -O3 conftest.c 1>&5
configure: In function `main':
configure:1958: warning: unused variable `tp'
configure:1988: checking for emacs
configure:1988: checking for xemacs
configure:2081: checking for glib-config
configure:2116: checking for GLIB - version >= 1.2.8
configure:2215: gcc -o conftest -Wall -O3 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include conftest.c -L/usr/local/lib -lglib 1>&5
configure:2299: checking for gzsetparams in -lz
configure:2318: gcc -o conftest -Wall -O3 conftest.c -lz 1>&5
configure:2335: checking for zlib.h
configure:2345: gcc -E conftest.c >/dev/null 2>conftest.out
|