1
|
checking for a BSD-compatible install... /usr/bin/install -c
|
2
|
checking whether build environment is sane... yes
|
3
|
checking for gawk... gawk
|
4
|
checking whether make sets $(MAKE)... yes
|
5
|
checking for prefix by checking for gcc... /usr/bin/gcc
|
6
|
checking for g++... g++
|
7
|
checking for C++ compiler default output file name... a.out
|
8
|
checking whether the C++ compiler works... yes
|
9
|
checking whether we are cross compiling... no
|
10
|
checking for suffix of executables...
|
11
|
checking for suffix of object files... o
|
12
|
checking whether we are using the GNU C++ compiler... yes
|
13
|
checking whether g++ accepts -g... yes
|
14
|
checking for style of include used by make... GNU
|
15
|
checking dependency style of g++... gcc3
|
16
|
checking whether ln -s works... yes
|
17
|
checking whether make sets $(MAKE)... (cached) yes
|
18
|
checking for a BSD-compatible install... /usr/bin/install -c
|
19
|
checking build system type... x86_64-unknown-linux-gnu
|
20
|
checking host system type... x86_64-unknown-linux-gnu
|
21
|
checking for gcc... gcc
|
22
|
checking whether we are using the GNU C compiler... yes
|
23
|
checking whether gcc accepts -g... yes
|
24
|
checking for gcc option to accept ANSI C... none needed
|
25
|
checking dependency style of gcc... gcc3
|
26
|
checking for a sed that does not truncate output... /bin/sed
|
27
|
checking for egrep... grep -E
|
28
|
checking for ld used by gcc... /usr/bin/ld
|
29
|
checking if the linker (/usr/bin/ld) is GNU ld... yes
|
30
|
checking for /usr/bin/ld option to reload object files... -r
|
31
|
checking for BSD-compatible nm... /usr/bin/nm -B
|
32
|
checking how to recognise dependent libraries... pass_all
|
33
|
checking how to run the C preprocessor... gcc -E
|
34
|
checking for ANSI C header files... yes
|
35
|
checking for sys/types.h... yes
|
36
|
checking for sys/stat.h... yes
|
37
|
checking for stdlib.h... yes
|
38
|
checking for string.h... yes
|
39
|
checking for memory.h... yes
|
40
|
checking for strings.h... yes
|
41
|
checking for inttypes.h... yes
|
42
|
checking for stdint.h... yes
|
43
|
checking for unistd.h... yes
|
44
|
checking dlfcn.h usability... yes
|
45
|
checking dlfcn.h presence... yes
|
46
|
checking for dlfcn.h... yes
|
47
|
checking how to run the C++ preprocessor... g++ -E
|
48
|
checking for g77... g77
|
49
|
checking whether we are using the GNU Fortran 77 compiler... yes
|
50
|
checking whether g77 accepts -g... yes
|
51
|
checking the maximum length of command line arguments... 32768
|
52
|
checking command to parse /usr/bin/nm -B output from gcc object... ok
|
53
|
checking for objdir... .libs
|
54
|
checking for ar... ar
|
55
|
checking for ranlib... ranlib
|
56
|
checking for strip... strip
|
57
|
checking if gcc supports -fno-rtti -fno-exceptions... no
|
58
|
checking for gcc option to produce PIC... -fPIC
|
59
|
checking if gcc PIC flag -fPIC works... yes
|
60
|
checking if gcc static flag -static works... yes
|
61
|
checking if gcc supports -c -o file.o... yes
|
62
|
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
|
63
|
checking whether -lc should be explicitly linked in... no
|
64
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
65
|
checking how to hardcode library paths into programs... immediate
|
66
|
checking whether stripping libraries is possible... yes
|
67
|
checking for shl_load... no
|
68
|
checking for shl_load in -ldld... no
|
69
|
checking for dlopen... no
|
70
|
checking for dlopen in -ldl... yes
|
71
|
checking whether a program can dlopen itself... yes
|
72
|
checking whether a statically linked program can dlopen itself... no
|
73
|
checking if libtool supports shared libraries... yes
|
74
|
checking whether to build shared libraries... yes
|
75
|
checking whether to build static libraries... yes
|
76
|
configure: creating libtool
|
77
|
appending configuration tag "CXX" to libtool
|
78
|
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
|
79
|
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
|
80
|
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
|
81
|
checking for g++ option to produce PIC... -fPIC
|
82
|
checking if g++ PIC flag -fPIC works... yes
|
83
|
checking if g++ static flag -static works... yes
|
84
|
checking if g++ supports -c -o file.o... yes
|
85
|
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
|
86
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
87
|
checking how to hardcode library paths into programs... immediate
|
88
|
appending configuration tag "F77" to libtool
|
89
|
checking if libtool supports shared libraries... yes
|
90
|
checking whether to build shared libraries... yes
|
91
|
checking whether to build static libraries... yes
|
92
|
checking for g77 option to produce PIC... -fPIC
|
93
|
checking if g77 PIC flag -fPIC works... yes
|
94
|
checking if g77 static flag -static works... yes
|
95
|
checking if g77 supports -c -o file.o... yes
|
96
|
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
|
97
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
98
|
checking how to hardcode library paths into programs... immediate
|
99
|
checking whether byte ordering is bigendian... no
|
100
|
checking endian.h usability... yes
|
101
|
checking endian.h presence... yes
|
102
|
checking for endian.h... yes
|
103
|
checking machine/endian.h usability... no
|
104
|
checking machine/endian.h presence... no
|
105
|
checking for machine/endian.h... no
|
106
|
checking for svnversion... yes
|
107
|
checking for X... libraries /usr/lib64, headers in standard search path
|
108
|
checking for moc... moc
|
109
|
checking for uic... uic
|
110
|
checking for rcc... no
|
111
|
ake
|
112
|
configure:2663: result: GNU
|
113
|
configure:2691: checking dependency style of g++
|
114
|
configure:2781: result: gcc3
|
115
|
configure:2806: checking whether ln -s works
|
116
|
configure:2810: result: yes
|
117
|
configure:2817: checking whether make sets $(MAKE)
|
118
|
configure:2837: result: yes
|
119
|
configure:2859: checking for a BSD-compatible install
|
120
|
configure:2914: result: /usr/bin/install -c
|
121
|
configure:3006: checking build system type
|
122
|
configure:3024: result: x86_64-unknown-linux-gnu
|
123
|
configure:3032: checking host system type
|
124
|
configure:3046: result: x86_64-unknown-linux-gnu
|
125
|
configure:3100: checking for gcc
|
126
|
configure:3116: found /usr/bin/gcc
|
127
|
configure:3126: result: gcc
|
128
|
configure:3370: checking for C compiler version
|
129
|
configure:3373: gcc --version </dev/null >&5
|
130
|
gcc (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3)
|
131
|
Copyright (C) 2006 Free Software Foundation, Inc.
|
132
|
This is free software; see the source for copying conditions. There is NO
|
133
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
134
|
|
135
|
configure:3376: $? = 0
|
136
|
configure:3378: gcc -v </dev/null >&5
|
137
|
Using built-in specs.
|
138
|
Target: x86_64-redhat-linux
|
139
|
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
|
140
|
Thread model: posix
|
141
|
gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)
|
142
|
configure:3381: $? = 0
|
143
|
configure:3383: gcc -V </dev/null >&5
|
144
|
gcc: '-V' option must have argument
|
145
|
configure:3386: $? = 1
|
146
|
configure:3389: checking whether we are using the GNU C compiler
|
147
|
configure:3413: gcc -c conftest.c >&5
|
148
|
configure:3419: $? = 0
|
149
|
configure:3422: test -z || test ! -s conftest.err
|
150
|
configure:3425: $? = 0
|
151
|
configure:3428: test -s conftest.o
|
152
|
configure:3431: $? = 0
|
153
|
configure:3444: result: yes
|
154
|
configure:3450: checking whether gcc accepts -g
|
155
|
configure:3471: gcc -c -g conftest.c >&5
|
156
|
configure:3477: $? = 0
|
157
|
configure:3480: test -z || test ! -s conftest.err
|
158
|
configure:3483: $? = 0
|
159
|
configure:3486: test -s conftest.o
|
160
|
configure:3489: $? = 0
|
161
|
configure:3500: result: yes
|
162
|
configure:3517: checking for gcc option to accept ANSI C
|
163
|
configure:3587: gcc -c -g -O2 conftest.c >&5
|
164
|
configure:3593: $? = 0
|
165
|
configure:3596: test -z || test ! -s conftest.err
|
166
|
configure:3599: $? = 0
|
167
|
configure:3602: test -s conftest.o
|
168
|
configure:3605: $? = 0
|
169
|
configure:3623: result: none needed
|
170
|
configure:3641: gcc -c -g -O2 conftest.c >&5
|
171
|
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
|
172
|
configure:3647: $? = 1
|
173
|
configure: failed program was:
|
174
|
| #ifndef __cplusplus
|
175
|
| choke me
|
176
|
| #endif
|
177
|
configure:3779: checking dependency style of gcc
|
178
|
configure:3869: result: gcc3
|
179
|
configure:3886: checking for a sed that does not truncate output
|
180
|
configure:3940: result: /bin/sed
|
181
|
configure:3943: checking for egrep
|
182
|
configure:3953: result: grep -E
|
183
|
configure:3969: checking for ld used by gcc
|
184
|
configure:4036: result: /usr/bin/ld
|
185
|
configure:4045: checking if the linker (/usr/bin/ld) is GNU ld
|
186
|
configure:4060: result: yes
|
187
|
configure:4065: checking for /usr/bin/ld option to reload object files
|
188
|
configure:4072: result: -r
|
189
|
configure:4090: checking for BSD-compatible nm
|
190
|
configure:4139: result: /usr/bin/nm -B
|
191
|
configure:4143: checking how to recognise dependent libraries
|
192
|
configure:4319: result: pass_all
|
193
|
configure:4407: g++ -c -g -O2 conftest.cc >&5
|
194
|
configure:4410: $? = 0
|
195
|
configure:4555: checking how to run the C preprocessor
|
196
|
configure:4590: gcc -E conftest.c
|
197
|
configure:4596: $? = 0
|
198
|
configure:4628: gcc -E conftest.c
|
199
|
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
|
200
|
configure:4634: $? = 1
|
201
|
configure: failed program was:
|
202
|
| /* confdefs.h. */
|
203
|
|
|
204
|
| #define PACKAGE_NAME ""
|
205
|
| #define PACKAGE_TARNAME ""
|
206
|
| #define PACKAGE_VERSION ""
|
207
|
| #define PACKAGE_STRING ""
|
208
|
| #define PACKAGE_BUGREPORT ""
|
209
|
| #define PACKAGE "qgis"
|
210
|
| #define VERSION "0.8.0"
|
211
|
| #ifdef __cplusplus
|
212
|
| extern "C" void std::exit (int) throw (); using std::exit;
|
213
|
| #endif
|
214
|
| /* end confdefs.h. */
|
215
|
| #include <ac_nonexistent.h>
|
216
|
configure:4673: result: gcc -E
|
217
|
configure:4697: gcc -E conftest.c
|
218
|
configure:4703: $? = 0
|
219
|
configure:4735: gcc -E conftest.c
|
220
|
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
|
221
|
configure:4741: $? = 1
|
222
|
configure: failed program was:
|
223
|
| /* confdefs.h. */
|
224
|
|
|
225
|
| #define PACKAGE_NAME ""
|
226
|
| #define PACKAGE_TARNAME ""
|
227
|
| #define PACKAGE_VERSION ""
|
228
|
| #define PACKAGE_STRING ""
|
229
|
| #define PACKAGE_BUGREPORT ""
|
230
|
| #define PACKAGE "qgis"
|
231
|
| #define VERSION "0.8.0"
|
232
|
| #ifdef __cplusplus
|
233
|
| extern "C" void std::exit (int) throw (); using std::exit;
|
234
|
| #endif
|
235
|
| /* end confdefs.h. */
|
236
|
| #include <ac_nonexistent.h>
|
237
|
configure:4785: checking for ANSI C header files
|
238
|
configure:4810: gcc -c -g -O2 conftest.c >&5
|
239
|
configure:4816: $? = 0
|
240
|
configure:4819: test -z || test ! -s conftest.err
|
241
|
configure:4822: $? = 0
|
242
|
configure:4825: test -s conftest.o
|
243
|
configure:4828: $? = 0
|
244
|
configure:4917: gcc -o conftest -g -O2 conftest.c >&5
|
245
|
conftest.c: In function 'main':
|
246
|
conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit'
|
247
|
configure:4920: $? = 0
|
248
|
configure:4922: ./conftest
|
249
|
configure:4925: $? = 0
|
250
|
configure:4940: result: yes
|
251
|
configure:4964: checking for sys/types.h
|
252
|
configure:4980: gcc -c -g -O2 conftest.c >&5
|
253
|
configure:4986: $? = 0
|
254
|
configure:4989: test -z || test ! -s conftest.err
|
255
|
configure:4992: $? = 0
|
256
|
configure:4995: test -s conftest.o
|
257
|
configure:4998: $? = 0
|
258
|
configure:5009: result: yes
|
259
|
configure:4964: checking for sys/stat.h
|
260
|
configure:4980: gcc -c -g -O2 conftest.c >&5
|
261
|
configure:4986: $? = 0
|
262
|
configure:4989: test -z || test ! -s conftest.err
|
263
|
configure:4992: $? = 0
|
264
|
configure:4995: test -s conftest.o
|
265
|
configure:4998: $? = 0
|
266
|
configure:5009: result: yes
|
267
|
configure:4964: checking for stdlib.h
|
268
|
configure:4980: gcc -c -g -O2 conftest.c >&5
|
269
|
configure:4986: $? = 0
|
270
|
configure:4989: test -z || test ! -s conftest.err
|
271
|
configure:4992: $? = 0
|
272
|
configure:4995: test -s conftest.o
|
273
|
configure:4998: $? = 0
|
274
|
configure:5009: result: yes
|
275
|
configure:4964: checking for string.h
|
276
|
configure:4980: gcc -c -g -O2 conftest.c >&5
|
277
|
configure:4986: $? = 0
|
278
|
configure:4989: test -z || test ! -s conftest.err
|
279
|
configure:4992: $? = 0
|
280
|
configure:4995: test -s conftest.o
|
281
|
configure:4998: $? = 0
|
282
|
configure:5009: result: yes
|
283
|
configure:4964: checking for memory.h
|
284
|
configure:4980: gcc -c -g -O2 conftest.c >&5
|
285
|
configure:4986: $? = 0
|
286
|
configure:4989: test -z || test ! -s conftest.err
|
287
|
configure:4992: $? = 0
|
288
|
configure:4995: test -s conftest.o
|
289
|
configure:4998: $? = 0
|
290
|
configure:5009: result: yes
|
291
|
configure:4964: checking for strings.h
|
292
|
configure:4980: gcc -c -g -O2 conftest.c >&5
|
293
|
configure:4986: $? = 0
|
294
|
configure:4989: test -z || test ! -s conftest.err
|
295
|
configure:4992: $? = 0
|
296
|
configure:4995: test -s conftest.o
|
297
|
configure:4998: $? = 0
|
298
|
configure:5009: result: yes
|
299
|
configure:4964: checking for inttypes.h
|
300
|
configure:4980: gcc -c -g -O2 conftest.c >&5
|
301
|
configure:4986: $? = 0
|
302
|
configure:4989: test -z || test ! -s conftest.err
|
303
|
configure:4992: $? = 0
|
304
|
configure:4995: test -s conftest.o
|
305
|
configure:4998: $? = 0
|
306
|
configure:5009: result: yes
|
307
|
configure:4964: checking for stdint.h
|
308
|
configure:4980: gcc -c -g -O2 conftest.c >&5
|
309
|
configure:4986: $? = 0
|
310
|
configure:4989: test -z || test ! -s conftest.err
|
311
|
configure:4992: $? = 0
|
312
|
configure:4995: test -s conftest.o
|
313
|
configure:4998: $? = 0
|
314
|
configure:5009: result: yes
|
315
|
configure:4964: checking for unistd.h
|
316
|
configure:4980: gcc -c -g -O2 conftest.c >&5
|
317
|
configure:4986: $? = 0
|
318
|
configure:4989: test -z || test ! -s conftest.err
|
319
|
configure:4992: $? = 0
|
320
|
configure:4995: test -s conftest.o
|
321
|
configure:4998: $? = 0
|
322
|
configure:5009: result: yes
|
323
|
configure:5035: checking dlfcn.h usability
|
324
|
configure:5047: gcc -c -g -O2 conftest.c >&5
|
325
|
configure:5053: $? = 0
|
326
|
configure:5056: test -z || test ! -s conftest.err
|
327
|
configure:5059: $? = 0
|
328
|
configure:5062: test -s conftest.o
|
329
|
configure:5065: $? = 0
|
330
|
configure:5075: result: yes
|
331
|
configure:5079: checking dlfcn.h presence
|
332
|
configure:5089: gcc -E conftest.c
|
333
|
configure:5095: $? = 0
|
334
|
configure:5115: result: yes
|
335
|
configure:5150: checking for dlfcn.h
|
336
|
configure:5157: result: yes
|
337
|
configure:5180: checking how to run the C++ preprocessor
|
338
|
configure:5211: g++ -E conftest.cc
|
339
|
configure:5217: $? = 0
|
340
|
configure:5249: g++ -E conftest.cc
|
341
|
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
|
342
|
configure:5255: $? = 1
|
343
|
configure: failed program was:
|
344
|
| /* confdefs.h. */
|
345
|
|
|
346
|
| #define PACKAGE_NAME ""
|
347
|
| #define PACKAGE_TARNAME ""
|
348
|
| #define PACKAGE_VERSION ""
|
349
|
| #define PACKAGE_STRING ""
|
350
|
| #define PACKAGE_BUGREPORT ""
|
351
|
| #define PACKAGE "qgis"
|
352
|
| #define VERSION "0.8.0"
|
353
|
| #ifdef __cplusplus
|
354
|
| extern "C" void std::exit (int) throw (); using std::exit;
|
355
|
| #endif
|
356
|
| #define STDC_HEADERS 1
|
357
|
| #define HAVE_SYS_TYPES_H 1
|
358
|
| #define HAVE_SYS_STAT_H 1
|
359
|
| #define HAVE_STDLIB_H 1
|
360
|
| #define HAVE_STRING_H 1
|
361
|
| #define HAVE_MEMORY_H 1
|
362
|
| #define HAVE_STRINGS_H 1
|
363
|
| #define HAVE_INTTYPES_H 1
|
364
|
| #define HAVE_STDINT_H 1
|
365
|
| #define HAVE_UNISTD_H 1
|
366
|
| #define HAVE_DLFCN_H 1
|
367
|
| /* end confdefs.h. */
|
368
|
| #include <ac_nonexistent.h>
|
369
|
configure:5294: result: g++ -E
|
370
|
configure:5318: g++ -E conftest.cc
|
371
|
configure:5324: $? = 0
|
372
|
configure:5356: g++ -E conftest.cc
|
373
|
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
|
374
|
configure:5362: $? = 1
|
375
|
configure: failed program was:
|
376
|
| /* confdefs.h. */
|
377
|
|
|
378
|
| #define PACKAGE_NAME ""
|
379
|
| #define PACKAGE_TARNAME ""
|
380
|
| #define PACKAGE_VERSION ""
|
381
|
| #define PACKAGE_STRING ""
|
382
|
| #define PACKAGE_BUGREPORT ""
|
383
|
| #define PACKAGE "qgis"
|
384
|
| #define VERSION "0.8.0"
|
385
|
| #ifdef __cplusplus
|
386
|
| extern "C" void std::exit (int) throw (); using std::exit;
|
387
|
| #endif
|
388
|
| #define STDC_HEADERS 1
|
389
|
| #define HAVE_SYS_TYPES_H 1
|
390
|
| #define HAVE_SYS_STAT_H 1
|
391
|
| #define HAVE_STDLIB_H 1
|
392
|
| #define HAVE_STRING_H 1
|
393
|
| #define HAVE_MEMORY_H 1
|
394
|
| #define HAVE_STRINGS_H 1
|
395
|
| #define HAVE_INTTYPES_H 1
|
396
|
| #define HAVE_STDINT_H 1
|
397
|
| #define HAVE_UNISTD_H 1
|
398
|
| #define HAVE_DLFCN_H 1
|
399
|
| /* end confdefs.h. */
|
400
|
| #include <ac_nonexistent.h>
|
401
|
configure:5459: checking for g77
|
402
|
configure:5475: found /usr/bin/g77
|
403
|
configure:5485: result: g77
|
404
|
configure:5500: checking for Fortran 77 compiler version
|
405
|
configure:5503: g77 --version </dev/null >&5
|
406
|
GNU Fortran (GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-55.fc5)) 3.2.3 20030502 (Red Hat Linux 3.2.3-13)
|
407
|
Copyright (C) 2002 Free Software Foundation, Inc.
|
408
|
|
409
|
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
|
410
|
You may redistribute copies of GNU Fortran
|
411
|
under the terms of the GNU General Public License.
|
412
|
For more information about these matters, see the file named COPYING
|
413
|
or type the command `info -f g77 Copying'.
|
414
|
configure:5506: $? = 0
|
415
|
configure:5508: g77 -v </dev/null >&5
|
416
|
Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/specs
|
417
|
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --enable-languages=c,c++,f77 --disable-libgcj --host=x86_64-redhat-linux
|
418
|
Thread model: posix
|
419
|
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-55.fc5)
|
420
|
configure:5511: $? = 0
|
421
|
configure:5513: g77 -V </dev/null >&5
|
422
|
g77: argument to `-V' missing
|
423
|
configure:5516: $? = 1
|
424
|
configure:5524: checking whether we are using the GNU Fortran 77 compiler
|
425
|
configure:5538: g77 -c conftest.F >&5
|
426
|
configure:5544: $? = 0
|
427
|
configure:5547: test -z || test ! -s conftest.err
|
428
|
configure:5550: $? = 0
|
429
|
configure:5553: test -s conftest.o
|
430
|
configure:5556: $? = 0
|
431
|
configure:5569: result: yes
|
432
|
configure:5575: checking whether g77 accepts -g
|
433
|
configure:5587: g77 -c -g conftest.f >&5
|
434
|
configure:5593: $? = 0
|
435
|
configure:5596: test -z || test ! -s conftest.err
|
436
|
configure:5599: $? = 0
|
437
|
configure:5602: test -s conftest.o
|
438
|
configure:5605: $? = 0
|
439
|
configure:5617: result: yes
|
440
|
configure:5647: checking the maximum length of command line arguments
|
441
|
configure:5756: result: 32768
|
442
|
configure:5767: checking command to parse /usr/bin/nm -B output from gcc object
|
443
|
configure:5872: g++ -c -g -O2 conftest.cc >&5
|
444
|
configure:5875: $? = 0
|
445
|
configure:5879: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
|
446
|
configure:5882: $? = 0
|
447
|
configure:5934: g++ -o conftest -g -O2 conftest.cc conftstm.o >&5
|
448
|
configure:5937: $? = 0
|
449
|
configure:5975: result: ok
|
450
|
configure:5979: checking for objdir
|
451
|
configure:5994: result: .libs
|
452
|
configure:6084: checking for ar
|
453
|
configure:6100: found /usr/bin/ar
|
454
|
configure:6111: result: ar
|
455
|
configure:6164: checking for ranlib
|
456
|
configure:6180: found /usr/bin/ranlib
|
457
|
configure:6191: result: ranlib
|
458
|
configure:6244: checking for strip
|
459
|
configure:6260: found /usr/bin/strip
|
460
|
configure:6271: result: strip
|
461
|
configure:6543: checking if gcc supports -fno-rtti -fno-exceptions
|
462
|
configure:6561: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
|
463
|
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
|
464
|
configure:6565: $? = 0
|
465
|
configure:6578: result: no
|
466
|
configure:6593: checking for gcc option to produce PIC
|
467
|
configure:6803: result: -fPIC
|
468
|
configure:6811: checking if gcc PIC flag -fPIC works
|
469
|
configure:6829: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
|
470
|
configure:6833: $? = 0
|
471
|
configure:6846: result: yes
|
472
|
configure:6874: checking if gcc static flag -static works
|
473
|
configure:6902: result: yes
|
474
|
configure:6912: checking if gcc supports -c -o file.o
|
475
|
configure:6933: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
476
|
configure:6937: $? = 0
|
477
|
configure:6959: result: yes
|
478
|
configure:6985: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
479
|
configure:7951: result: yes
|
480
|
configure:7972: checking whether -lc should be explicitly linked in
|
481
|
configure:7977: gcc -c -g -O2 conftest.c >&5
|
482
|
configure:7980: $? = 0
|
483
|
configure:7995: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
|
484
|
configure:7998: $? = 0
|
485
|
configure:8010: result: no
|
486
|
configure:8018: checking dynamic linker characteristics
|
487
|
configure:8618: result: GNU/Linux ld.so
|
488
|
configure:8627: checking how to hardcode library paths into programs
|
489
|
configure:8652: result: immediate
|
490
|
configure:8666: checking whether stripping libraries is possible
|
491
|
configure:8671: result: yes
|
492
|
configure:8796: checking for shl_load
|
493
|
configure:8853: gcc -o conftest -g -O2 conftest.c >&5
|
494
|
/tmp/ccyT3quy.o: In function `main':/usr/local/qgis-0.8.0/conftest.c:64: undefined reference to `shl_load'
|
495
|
/tmp/ccyT3quy.o:(.data+0x0): undefined reference to `shl_load'
|
496
|
collect2: ld returned 1 exit status
|
497
|
configure:8859: $? = 1
|
498
|
configure: failed program was:
|
499
|
| /* confdefs.h. */
|
500
|
|
|
501
|
| #define PACKAGE_NAME ""
|
502
|
| #define PACKAGE_TARNAME ""
|
503
|
| #define PACKAGE_VERSION ""
|
504
|
| #define PACKAGE_STRING ""
|
505
|
| #define PACKAGE_BUGREPORT ""
|
506
|
| #define PACKAGE "qgis"
|
507
|
| #define VERSION "0.8.0"
|
508
|
| #ifdef __cplusplus
|
509
|
| extern "C" void std::exit (int) throw (); using std::exit;
|
510
|
| #endif
|
511
|
| #define STDC_HEADERS 1
|
512
|
| #define HAVE_SYS_TYPES_H 1
|
513
|
| #define HAVE_SYS_STAT_H 1
|
514
|
| #define HAVE_STDLIB_H 1
|
515
|
| #define HAVE_STRING_H 1
|
516
|
| #define HAVE_MEMORY_H 1
|
517
|
| #define HAVE_STRINGS_H 1
|
518
|
| #define HAVE_INTTYPES_H 1
|
519
|
| #define HAVE_STDINT_H 1
|
520
|
| #define HAVE_UNISTD_H 1
|
521
|
| #define HAVE_DLFCN_H 1
|
522
|
| /* end confdefs.h. */
|
523
|
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|
524
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
525
|
| #define shl_load innocuous_shl_load
|
526
|
|
|
527
|
| /* System header to define __stub macros and hopefully few prototypes,
|
528
|
| which can conflict with char shl_load (); below.
|
529
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
530
|
| <limits.h> exists even on freestanding compilers. */
|
531
|
|
|
532
|
| #ifdef __STDC__
|
533
|
| # include <limits.h>
|
534
|
| #else
|
535
|
| # include <assert.h>
|
536
|
| #endif
|
537
|
|
|
538
|
| #undef shl_load
|
539
|
|
|
540
|
| /* Override any gcc2 internal prototype to avoid an error. */
|
541
|
| #ifdef __cplusplus
|
542
|
| extern "C"
|
543
|
| {
|
544
|
| #endif
|
545
|
| /* We use char because int might match the return type of a gcc2
|
546
|
| builtin and then its argument prototype would still apply. */
|
547
|
| char shl_load ();
|
548
|
| /* The GNU C library defines this for functions which it implements
|
549
|
| to always fail with ENOSYS. Some functions are actually named
|
550
|
| something starting with __ and the normal name is an alias. */
|
551
|
| #if defined (__stub_shl_load) || defined (__stub___shl_load)
|
552
|
| choke me
|
553
|
| #else
|
554
|
| char (*f) () = shl_load;
|
555
|
| #endif
|
556
|
| #ifdef __cplusplus
|
557
|
| }
|
558
|
| #endif
|
559
|
|
|
560
|
| int
|
561
|
| main ()
|
562
|
| {
|
563
|
| return f != shl_load;
|
564
|
| ;
|
565
|
| return 0;
|
566
|
| }
|
567
|
configure:8883: result: no
|
568
|
configure:8888: checking for shl_load in -ldld
|
569
|
configure:8918: gcc -o conftest -g -O2 conftest.c -ldld >&5
|
570
|
/usr/bin/ld: cannot find -ldld
|
571
|
collect2: ld returned 1 exit status
|
572
|
configure:8924: $? = 1
|
573
|
configure: failed program was:
|
574
|
| /* confdefs.h. */
|
575
|
|
|
576
|
| #define PACKAGE_NAME ""
|
577
|
| #define PACKAGE_TARNAME ""
|
578
|
| #define PACKAGE_VERSION ""
|
579
|
| #define PACKAGE_STRING ""
|
580
|
| #define PACKAGE_BUGREPORT ""
|
581
|
| #define PACKAGE "qgis"
|
582
|
| #define VERSION "0.8.0"
|
583
|
| #ifdef __cplusplus
|
584
|
| extern "C" void std::exit (int) throw (); using std::exit;
|
585
|
| #endif
|
586
|
| #define STDC_HEADERS 1
|
587
|
| #define HAVE_SYS_TYPES_H 1
|
588
|
| #define HAVE_SYS_STAT_H 1
|
589
|
| #define HAVE_STDLIB_H 1
|
590
|
| #define HAVE_STRING_H 1
|
591
|
| #define HAVE_MEMORY_H 1
|
592
|
| #define HAVE_STRINGS_H 1
|
593
|
| #define HAVE_INTTYPES_H 1
|
594
|
| #define HAVE_STDINT_H 1
|
595
|
| #define HAVE_UNISTD_H 1
|
596
|
| #define HAVE_DLFCN_H 1
|
597
|
| /* end confdefs.h. */
|
598
|
|
|
599
|
| /* Override any gcc2 internal prototype to avoid an error. */
|
600
|
| #ifdef __cplusplus
|
601
|
| extern "C"
|
602
|
| #endif
|
603
|
| /* We use char because int might match the return type of a gcc2
|
604
|
| builtin and then its argument prototype would still apply. */
|
605
|
| char shl_load ();
|
606
|
| int
|
607
|
| main ()
|
608
|
| {
|
609
|
| shl_load ();
|
610
|
| ;
|
611
|
| return 0;
|
612
|
| }
|
613
|
configure:8949: result: no
|
614
|
configure:8954: checking for dlopen
|
615
|
configure:9011: gcc -o conftest -g -O2 conftest.c >&5
|
616
|
/tmp/ccKDPGHS.o: In function `main':/usr/local/qgis-0.8.0/conftest.c:64: undefined reference to `dlopen'
|
617
|
/tmp/ccKDPGHS.o:(.data+0x0): undefined reference to `dlopen'
|
618
|
collect2: ld returned 1 exit status
|
619
|
configure:9017: $? = 1
|
620
|
configure: failed program was:
|
621
|
| /* confdefs.h. */
|
622
|
|
|
623
|
| #define PACKAGE_NAME ""
|
624
|
| #define PACKAGE_TARNAME ""
|
625
|
| #define PACKAGE_VERSION ""
|
626
|
| #define PACKAGE_STRING ""
|
627
|
| #define PACKAGE_BUGREPORT ""
|
628
|
| #define PACKAGE "qgis"
|
629
|
| #define VERSION "0.8.0"
|
630
|
| #ifdef __cplusplus
|
631
|
| extern "C" void std::exit (int) throw (); using std::exit;
|
632
|
| #endif
|
633
|
| #define STDC_HEADERS 1
|
634
|
| #define HAVE_SYS_TYPES_H 1
|
635
|
| #define HAVE_SYS_STAT_H 1
|
636
|
| #define HAVE_STDLIB_H 1
|
637
|
| #define HAVE_STRING_H 1
|
638
|
| #define HAVE_MEMORY_H 1
|
639
|
| #define HAVE_STRINGS_H 1
|
640
|
| #define HAVE_INTTYPES_H 1
|
641
|
| #define HAVE_STDINT_H 1
|
642
|
| #define HAVE_UNISTD_H 1
|
643
|
| #define HAVE_DLFCN_H 1
|
644
|
| /* end confdefs.h. */
|
645
|
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|
646
|
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
647
|
| #define dlopen innocuous_dlopen
|
648
|
|
|
649
|
| /* System header to define __stub macros and hopefully few prototypes,
|
650
|
| which can conflict with char dlopen (); below.
|
651
|
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
652
|
| <limits.h> exists even on freestanding compilers. */
|
653
|
|
|
654
|
| #ifdef __STDC__
|
655
|
| # include <limits.h>
|
656
|
| #else
|
657
|
| # include <assert.h>
|
658
|
| #endif
|
659
|
|
|
660
|
| #undef dlopen
|
661
|
|
|
662
|
| /* Override any gcc2 internal prototype to avoid an error. */
|
663
|
| #ifdef __cplusplus
|
664
|
| extern "C"
|
665
|
| {
|
666
|
| #endif
|
667
|
| /* We use char because int might match the return type of a gcc2
|
668
|
| builtin and then its argument prototype would still apply. */
|
669
|
| char dlopen ();
|
670
|
| /* The GNU C library defines this for functions which it implements
|
671
|
| to always fail with ENOSYS. Some functions are actually named
|
672
|
| something starting with __ and the normal name is an alias. */
|
673
|
| #if defined (__stub_dlopen) || defined (__stub___dlopen)
|
674
|
| choke me
|
675
|
| #else
|
676
|
| char (*f) () = dlopen;
|
677
|
| #endif
|
678
|
| #ifdef __cplusplus
|
679
|
| }
|
680
|
| #endif
|
681
|
|
|
682
|
| int
|
683
|
| main ()
|
684
|
| {
|
685
|
| return f != dlopen;
|
686
|
| ;
|
687
|
| return 0;
|
688
|
| }
|
689
|
configure:9041: result: no
|
690
|
configure:9046: checking for dlopen in -ldl
|
691
|
configure:9076: gcc -o conftest -g -O2 conftest.c -ldl >&5
|
692
|
configure:9082: $? = 0
|
693
|
configure:9085: test -z || test ! -s conftest.err
|
694
|
configure:9088: $? = 0
|
695
|
configure:9091: test -s conftest
|
696
|
configure:9094: $? = 0
|
697
|
configure:9107: result: yes
|
698
|
configure:9280: checking whether a program can dlopen itself
|
699
|
configure:9354: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
|
700
|
configure: In function 'main':
|
701
|
configure:9350: warning: incompatible implicit declaration of built-in function 'exit'
|
702
|
configure:9357: $? = 0
|
703
|
configure:9375: result: yes
|
704
|
configure:9380: checking whether a statically linked program can dlopen itself
|
705
|
configure:9454: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
|
706
|
configure: In function 'main':
|
707
|
configure:9450: warning: incompatible implicit declaration of built-in function 'exit'
|
708
|
/tmp/cc6aEoT9.o: In function `main':/usr/local/qgis-0.8.0/configure:9438: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
|
709
|
configure:9457: $? = 0
|
710
|
/usr/lib/: cannot read file data: Is a directory
|
711
|
configure:9475: result: no
|
712
|
configure:9498: checking if libtool supports shared libraries
|
713
|
configure:9500: result: yes
|
714
|
configure:9503: checking whether to build shared libraries
|
715
|
configure:9524: result: yes
|
716
|
configure:9527: checking whether to build static libraries
|
717
|
configure:9531: result: yes
|
718
|
configure:9623: creating libtool
|
719
|
configure:10211: checking for ld used by g++
|
720
|
configure:10278: result: /usr/bin/ld -m elf_x86_64
|
721
|
configure:10287: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
|
722
|
configure:10302: result: yes
|
723
|
configure:10353: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
724
|
configure:11289: result: yes
|
725
|
configure:11307: g++ -c -g -O2 conftest.cpp >&5
|
726
|
configure:11310: $? = 0
|
727
|
configure:11429: checking for g++ option to produce PIC
|
728
|
configure:11703: result: -fPIC
|
729
|
configure:11711: checking if g++ PIC flag -fPIC works
|
730
|
configure:11729: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
|
731
|
configure:11733: $? = 0
|
732
|
configure:11746: result: yes
|
733
|
configure:11774: checking if g++ static flag -static works
|
734
|
configure:11802: result: yes
|
735
|
configure:11812: checking if g++ supports -c -o file.o
|
736
|
configure:11833: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
|
737
|
configure:11837: $? = 0
|
738
|
configure:11859: result: yes
|
739
|
configure:11885: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
740
|
configure:11916: result: yes
|
741
|
configure:11983: checking dynamic linker characteristics
|
742
|
configure:12583: result: GNU/Linux ld.so
|
743
|
configure:12592: checking how to hardcode library paths into programs
|
744
|
configure:12617: result: immediate
|
745
|
configure:13143: checking if libtool supports shared libraries
|
746
|
configure:13145: result: yes
|
747
|
configure:13148: checking whether to build shared libraries
|
748
|
configure:13168: result: yes
|
749
|
configure:13171: checking whether to build static libraries
|
750
|
configure:13175: result: yes
|
751
|
configure:13185: checking for g77 option to produce PIC
|
752
|
configure:13395: result: -fPIC
|
753
|
configure:13403: checking if g77 PIC flag -fPIC works
|
754
|
configure:13421: g77 -c -g -O2 -fPIC conftest.f >&5
|
755
|
configure:13425: $? = 0
|
756
|
configure:13438: result: yes
|
757
|
configure:13466: checking if g77 static flag -static works
|
758
|
configure:13494: result: yes
|
759
|
configure:13504: checking if g77 supports -c -o file.o
|
760
|
configure:13525: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
|
761
|
configure:13529: $? = 0
|
762
|
configure:13551: result: yes
|
763
|
configure:13577: checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
764
|
configure:14523: result: yes
|
765
|
configure:14590: checking dynamic linker characteristics
|
766
|
configure:15190: result: GNU/Linux ld.so
|
767
|
configure:15199: checking how to hardcode library paths into programs
|
768
|
configure:15224: result: immediate
|
769
|
configure:18810: checking whether byte ordering is bigendian
|
770
|
configure:18837: g++ -c -g -O2 conftest.cc >&5
|
771
|
configure:18843: $? = 0
|
772
|
configure:18846: test -z || test ! -s conftest.err
|
773
|
configure:18849: $? = 0
|
774
|
configure:18852: test -s conftest.o
|
775
|
configure:18855: $? = 0
|
776
|
configure:18879: g++ -c -g -O2 conftest.cc >&5
|
777
|
conftest.cc: In function 'int main()':
|
778
|
conftest.cc:32: error: 'big' was not declared in this scope
|
779
|
conftest.cc:32: error: expected `;' before 'endian'
|
780
|
configure:18885: $? = 1
|
781
|
configure: failed program was:
|
782
|
| /* confdefs.h. */
|
783
|
|
|
784
|
| #define PACKAGE_NAME ""
|
785
|
| #define PACKAGE_TARNAME ""
|
786
|
| #define PACKAGE_VERSION ""
|
787
|
| #define PACKAGE_STRING ""
|
788
|
| #define PACKAGE_BUGREPORT ""
|
789
|
| #define PACKAGE "qgis"
|
790
|
| #define VERSION "0.8.0"
|
791
|
| #ifdef __cplusplus
|
792
|
| extern "C" void std::exit (int) throw (); using std::exit;
|
793
|
| #endif
|
794
|
| #define STDC_HEADERS 1
|
795
|
| #define HAVE_SYS_TYPES_H 1
|
796
|
| #define HAVE_SYS_STAT_H 1
|
797
|
| #define HAVE_STDLIB_H 1
|
798
|
| #define HAVE_STRING_H 1
|
799
|
| #define HAVE_MEMORY_H 1
|
800
|
| #define HAVE_STRINGS_H 1
|
801
|
| #define HAVE_INTTYPES_H 1
|
802
|
| #define HAVE_STDINT_H 1
|
803
|
| #define HAVE_UNISTD_H 1
|
804
|
| #define HAVE_DLFCN_H 1
|
805
|
| /* end confdefs.h. */
|
806
|
| #include <sys/types.h>
|
807
|
| #include <sys/param.h>
|
808
|
|
|
809
|
| int
|
810
|
| main ()
|
811
|
| {
|
812
|
| #if BYTE_ORDER != BIG_ENDIAN
|
813
|
| not big endian
|
814
|
| #endif
|
815
|
|
|
816
|
| ;
|
817
|
| return 0;
|
818
|
| }
|
819
|
configure:19018: result: no
|
820
|
configure:19052: checking endian.h usability
|
821
|
configure:19064: g++ -c -g -O2 conftest.cc >&5
|
822
|
configure:19070: $? = 0
|
823
|
configure:19073: test -z || test ! -s conftest.err
|
824
|
configure:19076: $? = 0
|
825
|
configure:19079: test -s conftest.o
|
826
|
configure:19082: $? = 0
|
827
|
configure:19092: result: yes
|
828
|
configure:19096: checking endian.h presence
|
829
|
configure:19106: g++ -E conftest.cc
|
830
|
configure:19112: $? = 0
|
831
|
configure:19132: result: yes
|
832
|
configure:19167: checking for endian.h
|
833
|
configure:19174: result: yes
|
834
|
configure:19201: checking machine/endian.h usability
|
835
|
configure:19213: g++ -c -g -O2 conftest.cc >&5
|
836
|
conftest.cc:60:28: error: machine/endian.h: No such file or directory
|
837
|
configure:19219: $? = 1
|
838
|
configure: failed program was:
|
839
|
| /* confdefs.h. */
|
840
|
|
|
841
|
| #define PACKAGE_NAME ""
|
842
|
| #define PACKAGE_TARNAME ""
|
843
|
| #define PACKAGE_VERSION ""
|
844
|
| #define PACKAGE_STRING ""
|
845
|
| #define PACKAGE_BUGREPORT ""
|
846
|
| #define PACKAGE "qgis"
|
847
|
| #define VERSION "0.8.0"
|
848
|
| #ifdef __cplusplus
|
849
|
| extern "C" void std::exit (int) throw (); using std::exit;
|
850
|
| #endif
|
851
|
| #define STDC_HEADERS 1
|
852
|
| #define HAVE_SYS_TYPES_H 1
|
853
|
| #define HAVE_SYS_STAT_H 1
|
854
|
| #define HAVE_STDLIB_H 1
|
855
|
| #define HAVE_STRING_H 1
|
856
|
| #define HAVE_MEMORY_H 1
|
857
|
| #define HAVE_STRINGS_H 1
|
858
|
| #define HAVE_INTTYPES_H 1
|
859
|
| #define HAVE_STDINT_H 1
|
860
|
| #define HAVE_UNISTD_H 1
|
861
|
| #define HAVE_DLFCN_H 1
|
862
|
| #define HAVE_ENDIAN_H 1
|
863
|
| /* end confdefs.h. */
|
864
|
| #include <stdio.h>
|
865
|
| #if HAVE_SYS_TYPES_H
|
866
|
| # include <sys/types.h>
|
867
|
| #endif
|
868
|
| #if HAVE_SYS_STAT_H
|
869
|
| # include <sys/stat.h>
|
870
|
| #endif
|
871
|
| #if STDC_HEADERS
|
872
|
| # include <stdlib.h>
|
873
|
| # include <stddef.h>
|
874
|
| #else
|
875
|
| # if HAVE_STDLIB_H
|
876
|
| # include <stdlib.h>
|
877
|
| # endif
|
878
|
| #endif
|
879
|
| #if HAVE_STRING_H
|
880
|
| # if !STDC_HEADERS && HAVE_MEMORY_H
|
881
|
| # include <memory.h>
|
882
|
| # endif
|
883
|
| # include <string.h>
|
884
|
| #endif
|
885
|
| #if HAVE_STRINGS_H
|
886
|
| # include <strings.h>
|
887
|
| #endif
|
888
|
| #if HAVE_INTTYPES_H
|
889
|
| # include <inttypes.h>
|
890
|
| #else
|
891
|
| # if HAVE_STDINT_H
|
892
|
| # include <stdint.h>
|
893
|
| # endif
|
894
|
| #endif
|
895
|
| #if HAVE_UNISTD_H
|
896
|
| # include <unistd.h>
|
897
|
| #endif
|
898
|
| #include <machine/endian.h>
|
899
|
configure:19241: result: no
|
900
|
configure:19245: checking machine/endian.h presence
|
901
|
configure:19255: g++ -E conftest.cc
|
902
|
conftest.cc:26:28: error: machine/endian.h: No such file or directory
|
903
|
configure:19261: $? = 1
|
904
|
configure: failed program was:
|
905
|
| /* confdefs.h. */
|
906
|
|
|
907
|
| #define PACKAGE_NAME ""
|
908
|
| #define PACKAGE_TARNAME ""
|
909
|
| #define PACKAGE_VERSION ""
|
910
|
| #define PACKAGE_STRING ""
|
911
|
| #define PACKAGE_BUGREPORT ""
|
912
|
| #define PACKAGE "qgis"
|
913
|
| #define VERSION "0.8.0"
|
914
|
| #ifdef __cplusplus
|
915
|
| extern "C" void std::exit (int) throw (); using std::exit;
|
916
|
| #endif
|
917
|
| #define STDC_HEADERS 1
|
918
|
| #define HAVE_SYS_TYPES_H 1
|
919
|
| #define HAVE_SYS_STAT_H 1
|
920
|
| #define HAVE_STDLIB_H 1
|
921
|
| #define HAVE_STRING_H 1
|
922
|
| #define HAVE_MEMORY_H 1
|
923
|
| #define HAVE_STRINGS_H 1
|
924
|
| #define HAVE_INTTYPES_H 1
|
925
|
| #define HAVE_STDINT_H 1
|
926
|
| #define HAVE_UNISTD_H 1
|
927
|
| #define HAVE_DLFCN_H 1
|
928
|
| #define HAVE_ENDIAN_H 1
|
929
|
| /* end confdefs.h. */
|
930
|
| #include <machine/endian.h>
|
931
|
configure:19281: result: no
|
932
|
configure:19316: checking for machine/endian.h
|
933
|
configure:19323: result: no
|
934
|
configure:19348: checking for svnversion
|
935
|
configure:19364: found /usr/bin/svnversion
|
936
|
configure:19375: result: yes
|
937
|
configure:19383: checking for X
|
938
|
configure:19489: g++ -E conftest.cc
|
939
|
configure:19495: $? = 0
|
940
|
configure:19617: result: libraries /usr/lib64, headers in standard search path
|
941
|
configure:19649: checking for moc
|
942
|
configure:19665: found /usr/bin/moc
|
943
|
configure:19675: result: moc
|
944
|
configure:19689: checking for uic
|
945
|
configure:19705: found /usr/bin/uic
|
946
|
configure:19715: result: uic
|
947
|
configure:19729: checking for rcc
|
948
|
configure:19758: result: no
|
949
|
configure:19763: error: *** rcc must be in path
|
950
|
|
951
|
## ---------------- ##
|
952
|
## Cache variables. ##
|
953
|
## ---------------- ##
|
954
|
|
955
|
ac_cv_build=x86_64-unknown-linux-gnu
|
956
|
ac_cv_build_alias=x86_64-unknown-linux-gnu
|
957
|
ac_cv_c_bigendian=no
|
958
|
ac_cv_c_compiler_gnu=yes
|
959
|
ac_cv_cxx_compiler_gnu=yes
|
960
|
ac_cv_env_CC_set=
|
961
|
ac_cv_env_CC_value=
|
962
|
ac_cv_env_CFLAGS_set=
|
963
|
ac_cv_env_CFLAGS_value=
|
964
|
ac_cv_env_CPPFLAGS_set=
|
965
|
ac_cv_env_CPPFLAGS_value=
|
966
|
ac_cv_env_CPP_set=
|
967
|
ac_cv_env_CPP_value=
|
968
|
ac_cv_env_CXXCPP_set=
|
969
|
ac_cv_env_CXXCPP_value=
|
970
|
ac_cv_env_CXXFLAGS_set=
|
971
|
ac_cv_env_CXXFLAGS_value=
|
972
|
ac_cv_env_CXX_set=
|
973
|
ac_cv_env_CXX_value=
|
974
|
ac_cv_env_F77_set=
|
975
|
ac_cv_env_F77_value=
|
976
|
ac_cv_env_FFLAGS_set=
|
977
|
ac_cv_env_FFLAGS_value=
|
978
|
ac_cv_env_LDFLAGS_set=
|
979
|
ac_cv_env_LDFLAGS_value=
|
980
|
ac_cv_env_build_alias_set=
|
981
|
ac_cv_env_build_alias_value=
|
982
|
ac_cv_env_host_alias_set=
|
983
|
ac_cv_env_host_alias_value=
|
984
|
ac_cv_env_target_alias_set=
|
985
|
ac_cv_env_target_alias_value=
|
986
|
ac_cv_exeext=
|
987
|
ac_cv_f77_compiler_gnu=yes
|
988
|
ac_cv_func_dlopen=no
|
989
|
ac_cv_func_shl_load=no
|
990
|
ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=/usr/lib64'
|
991
|
ac_cv_header_dlfcn_h=yes
|
992
|
ac_cv_header_endian_h=yes
|
993
|
ac_cv_header_inttypes_h=yes
|
994
|
ac_cv_header_machine_endian_h=no
|
995
|
ac_cv_header_memory_h=yes
|
996
|
ac_cv_header_stdc=yes
|
997
|
ac_cv_header_stdint_h=yes
|
998
|
ac_cv_header_stdlib_h=yes
|
999
|
ac_cv_header_string_h=yes
|
1000
|
ac_cv_header_strings_h=yes
|
1001
|
ac_cv_header_sys_stat_h=yes
|
1002
|
ac_cv_header_sys_types_h=yes
|
1003
|
ac_cv_header_unistd_h=yes
|
1004
|
ac_cv_host=x86_64-unknown-linux-gnu
|
1005
|
ac_cv_host_alias=x86_64-unknown-linux-gnu
|
1006
|
ac_cv_lib_dl_dlopen=yes
|
1007
|
ac_cv_lib_dld_shl_load=no
|
1008
|
ac_cv_objext=o
|
1009
|
ac_cv_path_ac_prefix_program=/usr/bin/gcc
|
1010
|
ac_cv_path_install='/usr/bin/install -c'
|
1011
|
ac_cv_prog_AWK=gawk
|
1012
|
ac_cv_prog_CPP='gcc -E'
|
1013
|
ac_cv_prog_CXXCPP='g++ -E'
|
1014
|
ac_cv_prog_HAVE_SVNVERSION=yes
|
1015
|
ac_cv_prog_MOC=moc
|
1016
|
ac_cv_prog_UIC=uic
|
1017
|
ac_cv_prog_ac_ct_AR=ar
|
1018
|
ac_cv_prog_ac_ct_CC=gcc
|
1019
|
ac_cv_prog_ac_ct_CXX=g++
|
1020
|
ac_cv_prog_ac_ct_F77=g77
|
1021
|
ac_cv_prog_ac_ct_RANLIB=ranlib
|
1022
|
ac_cv_prog_ac_ct_STRIP=strip
|
1023
|
ac_cv_prog_cc_g=yes
|
1024
|
ac_cv_prog_cc_stdc=
|
1025
|
ac_cv_prog_cxx_g=yes
|
1026
|
ac_cv_prog_egrep='grep -E'
|
1027
|
ac_cv_prog_f77_g=yes
|
1028
|
ac_cv_prog_make_make_set=yes
|
1029
|
am_cv_CC_dependencies_compiler_type=gcc3
|
1030
|
am_cv_CXX_dependencies_compiler_type=gcc3
|
1031
|
lt_cv_deplibs_check_method=pass_all
|
1032
|
lt_cv_dlopen=dlopen
|
1033
|
lt_cv_dlopen_libs=-ldl
|
1034
|
lt_cv_dlopen_self=yes
|
1035
|
lt_cv_dlopen_self_static=no
|
1036
|
lt_cv_file_magic_cmd='$MAGIC_CMD'
|
1037
|
lt_cv_file_magic_test_file=
|
1038
|
lt_cv_ld_reload_flag=-r
|
1039
|
lt_cv_objdir=.libs
|
1040
|
lt_cv_path_LD=/usr/bin/ld
|
1041
|
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
|
1042
|
lt_cv_path_NM='/usr/bin/nm -B'
|
1043
|
lt_cv_path_SED=/bin/sed
|
1044
|
lt_cv_prog_compiler_c_o=yes
|
1045
|
lt_cv_prog_compiler_c_o_CXX=yes
|
1046
|
lt_cv_prog_compiler_c_o_F77=yes
|
1047
|
lt_cv_prog_compiler_rtti_exceptions=no
|
1048
|
lt_cv_prog_gnu_ld=yes
|
1049
|
lt_cv_prog_gnu_ldcxx=yes
|
1050
|
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
|
1051
|
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
|
1052
|
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
|
1053
|
lt_cv_sys_max_cmd_len=32768
|
1054
|
lt_lt_cv_prog_compiler_c_o='"yes"'
|
1055
|
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
|
1056
|
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
|
1057
|
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
|
1058
|
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
|
1059
|
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
|
1060
|
|
1061
|
## ----------------- ##
|
1062
|
## Output variables. ##
|
1063
|
## ----------------- ##
|
1064
|
|
1065
|
$QTDIR='7373QTDIR'
|
1066
|
$QT_CXXFLAGS='7373QT_CXXFLAGS'
|
1067
|
$QT_LDADD='7373QT_LDADD'
|
1068
|
ACLOCAL='${SHELL} /usr/local/qgis-0.8.0/missing --run aclocal-1.9'
|
1069
|
AMDEPBACKSLASH='\'
|
1070
|
AMDEP_FALSE='#'
|
1071
|
AMDEP_TRUE=''
|
1072
|
AMTAR='${SHELL} /usr/local/qgis-0.8.0/missing --run tar'
|
1073
|
AR='ar'
|
1074
|
AUTOCONF='${SHELL} /usr/local/qgis-0.8.0/missing --run autoconf'
|
1075
|
AUTOHEADER='${SHELL} /usr/local/qgis-0.8.0/missing --run autoheader'
|
1076
|
AUTOMAKE='${SHELL} /usr/local/qgis-0.8.0/missing --run automake-1.9'
|
1077
|
AWK='gawk'
|
1078
|
CC='gcc'
|
1079
|
CCDEPMODE='depmode=gcc3'
|
1080
|
CFLAGS='-g -O2'
|
1081
|
CPP='gcc -E'
|
1082
|
CPPFLAGS=''
|
1083
|
CXX='g++'
|
1084
|
CXXCPP='g++ -E'
|
1085
|
CXXDEPMODE='depmode=gcc3'
|
1086
|
CXXFLAGS='-g -O2'
|
1087
|
CYGPATH_W='echo'
|
1088
|
DEBUG_QGIS=''
|
1089
|
DEFS=''
|
1090
|
DEPDIR='.deps'
|
1091
|
ECHO='echo'
|
1092
|
ECHO_C=''
|
1093
|
ECHO_N='-n'
|
1094
|
ECHO_T=''
|
1095
|
EGREP='grep -E'
|
1096
|
EXEEXT=''
|
1097
|
EXTRA_VERSION='0'
|
1098
|
F77='g77'
|
1099
|
FFLAGS='-g -O2'
|
1100
|
GDAL_CFLAGS=''
|
1101
|
GDAL_CONFIG=''
|
1102
|
GDAL_LDADD=''
|
1103
|
GEOS_CFLAGS=''
|
1104
|
GEOS_CONFIG=''
|
1105
|
GEOS_LDADD=''
|
1106
|
GRASS_BASE=''
|
1107
|
GRASS_INC=''
|
1108
|
GRASS_LIB=''
|
1109
|
GSL_CFLAGS=''
|
1110
|
GSL_CONFIG=''
|
1111
|
GSL_LIBS=''
|
1112
|
HAVE_EXPAT_FALSE=''
|
1113
|
HAVE_EXPAT_TRUE=''
|
1114
|
HAVE_GRASS=''
|
1115
|
HAVE_GRASS_FALSE=''
|
1116
|
HAVE_GRASS_TRUE=''
|
1117
|
HAVE_GSL_FALSE=''
|
1118
|
HAVE_GSL_TRUE=''
|
1119
|
HAVE_OPENPTY=''
|
1120
|
HAVE_POSTGRESQL_FALSE=''
|
1121
|
HAVE_POSTGRESQL_TRUE=''
|
1122
|
HAVE_QT4_FALSE=''
|
1123
|
HAVE_QT4_TRUE=''
|
1124
|
HAVE_QTMAC_FALSE=''
|
1125
|
HAVE_QTMAC_TRUE=''
|
1126
|
HAVE_SPIT_FALSE=''
|
1127
|
HAVE_SPIT_TRUE=''
|
1128
|
HAVE_SVNVERSION='yes'
|
1129
|
HAVE_WFS_FALSE=''
|
1130
|
HAVE_WFS_TRUE=''
|
1131
|
INSTALL_DATA='${INSTALL} -m 644'
|
1132
|
INSTALL_PROGRAM='${INSTALL}'
|
1133
|
INSTALL_SCRIPT='${INSTALL}'
|
1134
|
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
|
1135
|
INTERFACE_VERSION='1:0:0'
|
1136
|
LDFLAGS=''
|
1137
|
LEX=''
|
1138
|
LEXLIB=''
|
1139
|
LEX_OUTPUT_ROOT=''
|
1140
|
LIBOBJS=''
|
1141
|
LIBS=''
|
1142
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
1143
|
LN_S='ln -s'
|
1144
|
LTLIBOBJS=''
|
1145
|
MAJOR_VERSION='0'
|
1146
|
MAKEINFO='${SHELL} /usr/local/qgis-0.8.0/missing --run makeinfo'
|
1147
|
MICRO_VERSION='0'
|
1148
|
MINOR_VERSION='8'
|
1149
|
MOC='moc'
|
1150
|
NO_UIC_IMPLEMENTATIONS_FALSE=''
|
1151
|
NO_UIC_IMPLEMENTATIONS_TRUE=''
|
1152
|
OBJEXT='o'
|
1153
|
PACKAGE='qgis'
|
1154
|
PACKAGE_BUGREPORT=''
|
1155
|
PACKAGE_NAME=''
|
1156
|
PACKAGE_STRING=''
|
1157
|
PACKAGE_TARNAME=''
|
1158
|
PACKAGE_VERSION=''
|
1159
|
PATH_SEPARATOR=':'
|
1160
|
PG_CONFIG=''
|
1161
|
PG_INC=''
|
1162
|
PG_LIB=''
|
1163
|
PROJ_INC=''
|
1164
|
PROJ_LIB=''
|
1165
|
PYTHON_BIN=''
|
1166
|
PYTHON_INCLUDE_DIR=''
|
1167
|
PYTHON_LIB=''
|
1168
|
QASSISTANTCLIENT_LDADD=''
|
1169
|
QTDIR=''
|
1170
|
QT_CXXFLAGS=''
|
1171
|
QT_GUILINK=''
|
1172
|
QT_LDADD=''
|
1173
|
RANLIB='ranlib'
|
1174
|
RCC=''
|
1175
|
SET_MAKE=''
|
1176
|
SHELL='/bin/sh'
|
1177
|
SQLITE3_INC=''
|
1178
|
SQLITE3_LIB=''
|
1179
|
STRIP='strip'
|
1180
|
UIC='uic'
|
1181
|
USE_PYTHON_FALSE=''
|
1182
|
USE_PYTHON_TRUE=''
|
1183
|
VERSION='0.8.0'
|
1184
|
WITH_UNITTESTS_FALSE=''
|
1185
|
WITH_UNITTESTS_TRUE=''
|
1186
|
YACC=''
|
1187
|
ac_ct_AR='ar'
|
1188
|
ac_ct_CC='gcc'
|
1189
|
ac_ct_CXX='g++'
|
1190
|
ac_ct_F77='g77'
|
1191
|
ac_ct_RANLIB='ranlib'
|
1192
|
ac_ct_STRIP='strip'
|
1193
|
ac_prefix_program='/usr/bin/gcc'
|
1194
|
am__fastdepCC_FALSE='#'
|
1195
|
am__fastdepCC_TRUE=''
|
1196
|
am__fastdepCXX_FALSE='#'
|
1197
|
am__fastdepCXX_TRUE=''
|
1198
|
am__include='include'
|
1199
|
am__leading_dot='.'
|
1200
|
am__quote=''
|
1201
|
am__tar='${AMTAR} chof - "$$tardir"'
|
1202
|
am__untar='${AMTAR} xf -'
|
1203
|
bindir='${exec_prefix}/bin'
|
1204
|
build='x86_64-unknown-linux-gnu'
|
1205
|
build_alias=''
|
1206
|
build_cpu='x86_64'
|
1207
|
build_os='linux-gnu'
|
1208
|
build_vendor='unknown'
|
1209
|
datadir='${prefix}/share'
|
1210
|
exec_prefix='NONE'
|
1211
|
host='x86_64-unknown-linux-gnu'
|
1212
|
host_alias=''
|
1213
|
host_cpu='x86_64'
|
1214
|
host_os='linux-gnu'
|
1215
|
host_vendor='unknown'
|
1216
|
includedir='${prefix}/include'
|
1217
|
infodir='${prefix}/info'
|
1218
|
install_sh='/usr/local/qgis-0.8.0/install-sh'
|
1219
|
libdir='/usr/lib64'
|
1220
|
libexecdir='${exec_prefix}/libexec'
|
1221
|
localstatedir='${prefix}/var'
|
1222
|
mandir='${prefix}/man'
|
1223
|
mkdir_p='mkdir -p --'
|
1224
|
oldincludedir='/usr/include'
|
1225
|
prefix='/usr'
|
1226
|
program_transform_name='s,x,x,'
|
1227
|
sbindir='${exec_prefix}/sbin'
|
1228
|
sharedstatedir='${prefix}/com'
|
1229
|
sysconfdir='${prefix}/etc'
|
1230
|
target_alias=''
|
1231
|
|
1232
|
## ----------- ##
|
1233
|
## confdefs.h. ##
|
1234
|
## ----------- ##
|
1235
|
|
1236
|
#define HAVE_DLFCN_H 1
|
1237
|
#define HAVE_ENDIAN_H 1
|
1238
|
#define HAVE_INTTYPES_H 1
|
1239
|
#define HAVE_MEMORY_H 1
|
1240
|
#define HAVE_STDINT_H 1
|
1241
|
#define HAVE_STDLIB_H 1
|
1242
|
#define HAVE_STRINGS_H 1
|
1243
|
#define HAVE_STRING_H 1
|
1244
|
#define HAVE_SYS_STAT_H 1
|
1245
|
#define HAVE_SYS_TYPES_H 1
|
1246
|
#define HAVE_UNISTD_H 1
|
1247
|
#define PACKAGE "qgis"
|
1248
|
#define PACKAGE_BUGREPORT ""
|
1249
|
#define PACKAGE_NAME ""
|
1250
|
#define PACKAGE_STRING ""
|
1251
|
#define PACKAGE_TARNAME ""
|
1252
|
#define PACKAGE_VERSION ""
|
1253
|
#define STDC_HEADERS 1
|
1254
|
#define VERSION "0.8.0"
|
1255
|
#endif
|
1256
|
#ifdef __cplusplus
|
1257
|
extern "C" void std::exit (int) throw (); using std::exit;
|
1258
|
|
1259
|
configure: exit 1
|