cursor rectangle was 1px too big
[presencevnc] / libvnc / config.log
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
3
4 It was created by LibVNCServer configure 0.9.7, which was
5 generated by GNU Autoconf 2.59.  Invocation command line was
6
7   $ ./configure 
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = christian-laptop
14 uname -m = arm
15 uname -r = 2.6.31-22-generic
16 uname -s = Linux
17 uname -v = #63-Ubuntu SMP Wed Aug 18 22:54:26 UTC 2010
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = arm
23 /usr/bin/arch -k       = arm
24 /usr/convex/getsysinfo = unknown
25 hostinfo               = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: /host_usr/bin
31 PATH: /scratchbox/devkits/qemu/bin
32 PATH: /scratchbox/tools/bin
33 PATH: /targets/links/arch_tools/bin
34 PATH: /scratchbox/compilers/bin
35 PATH: /bin
36 PATH: /usr/bin
37 PATH: /usr/local/bin
38 PATH: /usr/X11R6/bin
39 PATH: /sbin
40 PATH: /usr/sbin
41
42
43 ## ----------- ##
44 ## Core tests. ##
45 ## ----------- ##
46
47 configure:1587: checking for a BSD-compatible install
48 configure:1642: result: /scratchbox/tools/bin/install -c
49 configure:1653: checking whether build environment is sane
50 configure:1696: result: yes
51 configure:1761: checking for gawk
52 configure:1777: found /scratchbox/tools/bin/gawk
53 configure:1787: result: gawk
54 configure:1797: checking whether make sets $(MAKE)
55 configure:1817: result: yes
56 configure:2040: checking for gcc
57 configure:2056: found /scratchbox/compilers/bin/gcc
58 configure:2066: result: gcc
59 configure:2310: checking for C compiler version
60 configure:2313: gcc --version </dev/null >&5
61 sbox-arm-none-linux-gnueabi-gcc (GCC) 4.2.1
62 Copyright (C) 2007 Free Software Foundation, Inc.
63 This is free software; see the source for copying conditions.  There is NO
64 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
65
66 configure:2316: $? = 0
67 configure:2318: gcc -v </dev/null >&5
68 Using built-in specs.
69 Reading specs from /scratchbox/compilers/cs2007q3-glibc2.5-arm7/gcc.specs
70 rename spec cpp to old_cpp
71 rename spec cc1 to old_cc1
72 rename spec link to old_link
73 rename spec mflib to old_mflib
74 Target: arm-none-linux-gnueabi
75 Configured with: /home/jhakala/cs2007q3-sb7/arm/src/gcc-4.2/configure --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --target=arm-none-linux-gnueabi --enable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --enable-shared --enable-symvers=gnu --enable-__cxa_atexit --disable-nls --prefix=/opt/maemo --with-sysroot=/opt/maemo/arm-none-linux-gnueabi/libc --with-build-sysroot=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/libc --with-build-time-tools=/home/jhakala/cs2007q3-sb7/arm/install/arm-none-linux-gnueabi/bin
76 Thread model: posix
77 gcc version 4.2.1
78 configure:2321: $? = 0
79 configure:2323: gcc -V </dev/null >&5
80 sbox-arm-none-linux-gnueabi-gcc: '-V' must come at the start of the command line
81 configure:2326: $? = 1
82 configure:2349: checking for C compiler default output file name
83 configure:2352: gcc    conftest.c  >&5
84 configure:2355: $? = 0
85 configure:2401: result: a.out
86 configure:2406: checking whether the C compiler works
87 configure:2412: ./a.out
88 configure:2415: $? = 0
89 configure:2432: result: yes
90 configure:2439: checking whether we are cross compiling
91 configure:2441: result: no
92 configure:2444: checking for suffix of executables
93 configure:2446: gcc -o conftest    conftest.c  >&5
94 configure:2449: $? = 0
95 configure:2474: result: 
96 configure:2480: checking for suffix of object files
97 configure:2501: gcc -c   conftest.c >&5
98 configure:2504: $? = 0
99 configure:2526: result: o
100 configure:2530: checking whether we are using the GNU C compiler
101 configure:2554: gcc -c   conftest.c >&5
102 configure:2560: $? = 0
103 configure:2564: test -z 
104                          || test ! -s conftest.err
105 configure:2567: $? = 0
106 configure:2570: test -s conftest.o
107 configure:2573: $? = 0
108 configure:2586: result: yes
109 configure:2592: checking whether gcc accepts -g
110 configure:2613: gcc -c -g  conftest.c >&5
111 configure:2619: $? = 0
112 configure:2623: test -z 
113                          || test ! -s conftest.err
114 configure:2626: $? = 0
115 configure:2629: test -s conftest.o
116 configure:2632: $? = 0
117 configure:2643: result: yes
118 configure:2660: checking for gcc option to accept ANSI C
119 configure:2730: gcc  -c -g -O2  conftest.c >&5
120 configure:2736: $? = 0
121 configure:2740: test -z 
122                          || test ! -s conftest.err
123 configure:2743: $? = 0
124 configure:2746: test -s conftest.o
125 configure:2749: $? = 0
126 configure:2767: result: none needed
127 configure:2785: gcc -c -g -O2  conftest.c >&5
128 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
129 configure:2791: $? = 1
130 configure: failed program was:
131 | #ifndef __cplusplus
132 |   choke me
133 | #endif
134 configure:2935: checking for style of include used by make
135 configure:2963: result: GNU
136 configure:2991: checking dependency style of gcc
137 configure:3081: result: gcc3
138 configure:3103: checking whether make sets $(MAKE)
139 configure:3123: result: yes
140 configure:3210: checking build system type
141 configure:3228: result: arm-unknown-linux-gnu
142 configure:3236: checking host system type
143 configure:3250: result: arm-unknown-linux-gnu
144 configure:3258: checking for a sed that does not truncate output
145 configure:3312: result: /scratchbox/tools/bin/sed
146 configure:3315: checking for egrep
147 configure:3325: result: grep -E
148 configure:3341: checking for ld used by gcc
149
150 ## ---------------- ##
151 ## Cache variables. ##
152 ## ---------------- ##
153
154 ac_cv_build=arm-unknown-linux-gnu
155 ac_cv_build_alias=arm-unknown-linux-gnu
156 ac_cv_c_compiler_gnu=yes
157 ac_cv_env_CC_set=
158 ac_cv_env_CC_value=
159 ac_cv_env_CFLAGS_set=
160 ac_cv_env_CFLAGS_value=
161 ac_cv_env_CPPFLAGS_set=
162 ac_cv_env_CPPFLAGS_value=
163 ac_cv_env_CPP_set=
164 ac_cv_env_CPP_value=
165 ac_cv_env_CXXCPP_set=
166 ac_cv_env_CXXCPP_value=
167 ac_cv_env_CXXFLAGS_set=
168 ac_cv_env_CXXFLAGS_value=
169 ac_cv_env_CXX_set=
170 ac_cv_env_CXX_value=
171 ac_cv_env_F77_set=
172 ac_cv_env_F77_value=
173 ac_cv_env_FFLAGS_set=
174 ac_cv_env_FFLAGS_value=
175 ac_cv_env_LDFLAGS_set=
176 ac_cv_env_LDFLAGS_value=
177 ac_cv_env_build_alias_set=
178 ac_cv_env_build_alias_value=
179 ac_cv_env_host_alias_set=
180 ac_cv_env_host_alias_value=
181 ac_cv_env_target_alias_set=
182 ac_cv_env_target_alias_value=
183 ac_cv_exeext=
184 ac_cv_host=arm-unknown-linux-gnu
185 ac_cv_host_alias=arm-unknown-linux-gnu
186 ac_cv_objext=o
187 ac_cv_path_install='/scratchbox/tools/bin/install -c'
188 ac_cv_prog_AWK=gawk
189 ac_cv_prog_ac_ct_CC=gcc
190 ac_cv_prog_cc_g=yes
191 ac_cv_prog_cc_stdc=
192 ac_cv_prog_egrep='grep -E'
193 ac_cv_prog_make_make_set=yes
194 am_cv_CC_dependencies_compiler_type=gcc3
195 lt_cv_path_SED=/scratchbox/tools/bin/sed
196
197 ## ----------------- ##
198 ## Output variables. ##
199 ## ----------------- ##
200
201
202 ## ----------- ##
203 ## confdefs.h. ##
204 ## ----------- ##
205
206 #define PACKAGE "LibVNCServer"
207 #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/libvncserver"
208 #define PACKAGE_NAME "LibVNCServer"
209 #define PACKAGE_STRING "LibVNCServer 0.9.7"
210 #define PACKAGE_TARNAME "libvncserver"
211 #define PACKAGE_VERSION "0.9.7"
212 #define VERSION "0.9.7"
213
214 configure: caught signal 2
215 configure: exit 1