config.3.log

log file generated by ./configure - bshcm03 -, 2007-02-07 12:59 AM

Download (91.2 KB)

 
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 configure, which was
5
generated by GNU Autoconf 2.59.  Invocation command line was
6

    
7
  $ ./configure --enable-debug --with-qtdir=/usr/local/qt4 --with-grass=/usr/local/grass-6.2.1/dist.x86_64-unknown-linux-gnu --libdir=/usr/lib
8

    
9
## --------- ##
10
## Platform. ##
11
## --------- ##
12

    
13
hostname = localhost.localdomain
14
uname -m = x86_64
15
uname -r = 2.6.15-1.2054_FC5
16
uname -s = Linux
17
uname -v = #1 SMP Tue Mar 14 15:48:20 EST 2006
18

    
19
/usr/bin/uname -p = unknown
20
/bin/uname -X     = unknown
21

    
22
/bin/arch              = x86_64
23
/usr/bin/arch -k       = unknown
24
/usr/convex/getsysinfo = unknown
25
hostinfo               = unknown
26
/bin/machine           = unknown
27
/usr/bin/oslevel       = unknown
28
/bin/universe          = unknown
29

    
30
PATH: /usr/kerberos/bin
31
PATH: /usr/local/bin
32
PATH: /usr/bin
33
PATH: /bin
34
PATH: /usr/X11R6/bin
35
PATH: /usr/local/pgsql/bin
36
PATH: /home/barry/bin
37
PATH: /usr/local/qt4/bin
38

    
39

    
40
## ----------- ##
41
## Core tests. ##
42
## ----------- ##
43

    
44
configure:1597: checking for a BSD-compatible install
45
configure:1652: result: /usr/bin/install -c
46
configure:1663: checking whether build environment is sane
47
configure:1706: result: yes
48
configure:1771: checking for gawk
49
configure:1787: found /usr/bin/gawk
50
configure:1797: result: gawk
51
configure:1807: checking whether make sets $(MAKE)
52
configure:1827: result: yes
53
configure:2006: checking for gcc
54
configure:2024: found /usr/bin/gcc
55
configure:2036: result: /usr/bin/gcc
56
configure:2124: checking for g++
57
configure:2140: found /usr/bin/g++
58
configure:2150: result: g++
59
configure:2166: checking for C++ compiler version
60
configure:2169: g++ --version </dev/null >&5
61
g++ (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3)
62
Copyright (C) 2006 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:2172: $? = 0
67
configure:2174: g++ -v </dev/null >&5
68
Using built-in specs.
69
Target: x86_64-redhat-linux
70
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
71
Thread model: posix
72
gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)
73
configure:2177: $? = 0
74
configure:2179: g++ -V </dev/null >&5
75
g++: '-V' option must have argument
76
configure:2182: $? = 1
77
configure:2205: checking for C++ compiler default output file name
78
configure:2208: g++    conftest.cc  >&5
79
configure:2211: $? = 0
80
configure:2257: result: a.out
81
configure:2262: checking whether the C++ compiler works
82
configure:2268: ./a.out
83
configure:2271: $? = 0
84
configure:2288: result: yes
85
configure:2295: checking whether we are cross compiling
86
configure:2297: result: no
87
configure:2300: checking for suffix of executables
88
configure:2302: g++ -o conftest    conftest.cc  >&5
89
configure:2305: $? = 0
90
configure:2330: result: 
91
configure:2336: checking for suffix of object files
92
configure:2357: g++ -c   conftest.cc >&5
93
configure:2360: $? = 0
94
configure:2382: result: o
95
configure:2386: checking whether we are using the GNU C++ compiler
96
configure:2410: g++ -c   conftest.cc >&5
97
configure:2416: $? = 0
98
configure:2419: test -z 			 || test ! -s conftest.err
99
configure:2422: $? = 0
100
configure:2425: test -s conftest.o
101
configure:2428: $? = 0
102
configure:2441: result: yes
103
configure:2447: checking whether g++ accepts -g
104
configure:2468: g++ -c -g  conftest.cc >&5
105
configure:2474: $? = 0
106
configure:2477: test -z 			 || test ! -s conftest.err
107
configure:2480: $? = 0
108
configure:2483: test -s conftest.o
109
configure:2486: $? = 0
110
configure:2497: result: yes
111
configure:2539: g++ -c -g -O2  conftest.cc >&5
112
configure:2545: $? = 0
113
configure:2548: test -z 			 || test ! -s conftest.err
114
configure:2551: $? = 0
115
configure:2554: test -s conftest.o
116
configure:2557: $? = 0
117
configure:2583: g++ -c -g -O2  conftest.cc >&5
118
conftest.cc: In function 'int main()':
119
conftest.cc:15: error: 'exit' was not declared in this scope
120
configure:2589: $? = 1
121
configure: failed program was:
122
| /* confdefs.h.  */
123
| 
124
| #define PACKAGE_NAME ""
125
| #define PACKAGE_TARNAME ""
126
| #define PACKAGE_VERSION ""
127
| #define PACKAGE_STRING ""
128
| #define PACKAGE_BUGREPORT ""
129
| #define PACKAGE "qgis"
130
| #define VERSION "0.8.0"
131
| /* end confdefs.h.  */
132
| 
133
| int
134
| main ()
135
| {
136
| exit (42);
137
|   ;
138
|   return 0;
139
| }
140
configure:2539: g++ -c -g -O2  conftest.cc >&5
141
configure:2545: $? = 0
142
configure:2548: test -z 			 || test ! -s conftest.err
143
configure:2551: $? = 0
144
configure:2554: test -s conftest.o
145
configure:2557: $? = 0
146
configure:2583: g++ -c -g -O2  conftest.cc >&5
147
configure:2589: $? = 0
148
configure:2592: test -z 			 || test ! -s conftest.err
149
configure:2595: $? = 0
150
configure:2598: test -s conftest.o
151
configure:2601: $? = 0
152
configure:2635: checking for style of include used by make
153
configure:2663: result: GNU
154
configure:2691: checking dependency style of g++
155
configure:2781: result: gcc3
156
configure:2806: checking whether ln -s works
157
configure:2810: result: yes
158
configure:2817: checking whether make sets $(MAKE)
159
configure:2837: result: yes
160
configure:2859: checking for a BSD-compatible install
161
configure:2914: result: /usr/bin/install -c
162
configure:3006: checking build system type
163
configure:3024: result: x86_64-unknown-linux-gnu
164
configure:3032: checking host system type
165
configure:3046: result: x86_64-unknown-linux-gnu
166
configure:3100: checking for gcc
167
configure:3116: found /usr/bin/gcc
168
configure:3126: result: gcc
169
configure:3370: checking for C compiler version
170
configure:3373: gcc --version </dev/null >&5
171
gcc (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3)
172
Copyright (C) 2006 Free Software Foundation, Inc.
173
This is free software; see the source for copying conditions.  There is NO
174
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
175

    
176
configure:3376: $? = 0
177
configure:3378: gcc -v </dev/null >&5
178
Using built-in specs.
179
Target: x86_64-redhat-linux
180
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
181
Thread model: posix
182
gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)
183
configure:3381: $? = 0
184
configure:3383: gcc -V </dev/null >&5
185
gcc: '-V' option must have argument
186
configure:3386: $? = 1
187
configure:3389: checking whether we are using the GNU C compiler
188
configure:3413: gcc -c   conftest.c >&5
189
configure:3419: $? = 0
190
configure:3422: test -z 			 || test ! -s conftest.err
191
configure:3425: $? = 0
192
configure:3428: test -s conftest.o
193
configure:3431: $? = 0
194
configure:3444: result: yes
195
configure:3450: checking whether gcc accepts -g
196
configure:3471: gcc -c -g  conftest.c >&5
197
configure:3477: $? = 0
198
configure:3480: test -z 			 || test ! -s conftest.err
199
configure:3483: $? = 0
200
configure:3486: test -s conftest.o
201
configure:3489: $? = 0
202
configure:3500: result: yes
203
configure:3517: checking for gcc option to accept ANSI C
204
configure:3587: gcc  -c -g -O2  conftest.c >&5
205
configure:3593: $? = 0
206
configure:3596: test -z 			 || test ! -s conftest.err
207
configure:3599: $? = 0
208
configure:3602: test -s conftest.o
209
configure:3605: $? = 0
210
configure:3623: result: none needed
211
configure:3641: gcc -c -g -O2  conftest.c >&5
212
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
213
configure:3647: $? = 1
214
configure: failed program was:
215
| #ifndef __cplusplus
216
|   choke me
217
| #endif
218
configure:3779: checking dependency style of gcc
219
configure:3869: result: gcc3
220
configure:3886: checking for a sed that does not truncate output
221
configure:3940: result: /bin/sed
222
configure:3943: checking for egrep
223
configure:3953: result: grep -E
224
configure:3969: checking for ld used by gcc
225
configure:4036: result: /usr/bin/ld
226
configure:4045: checking if the linker (/usr/bin/ld) is GNU ld
227
configure:4060: result: yes
228
configure:4065: checking for /usr/bin/ld option to reload object files
229
configure:4072: result: -r
230
configure:4090: checking for BSD-compatible nm
231
configure:4139: result: /usr/bin/nm -B
232
configure:4143: checking how to recognise dependent libraries
233
configure:4319: result: pass_all
234
configure:4407: g++ -c -g -O2  conftest.cc >&5
235
configure:4410: $? = 0
236
configure:4555: checking how to run the C preprocessor
237
configure:4590: gcc -E  conftest.c
238
configure:4596: $? = 0
239
configure:4628: gcc -E  conftest.c
240
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
241
configure:4634: $? = 1
242
configure: failed program was:
243
| /* confdefs.h.  */
244
| 
245
| #define PACKAGE_NAME ""
246
| #define PACKAGE_TARNAME ""
247
| #define PACKAGE_VERSION ""
248
| #define PACKAGE_STRING ""
249
| #define PACKAGE_BUGREPORT ""
250
| #define PACKAGE "qgis"
251
| #define VERSION "0.8.0"
252
| #ifdef __cplusplus
253
| extern "C" void std::exit (int) throw (); using std::exit;
254
| #endif
255
| /* end confdefs.h.  */
256
| #include <ac_nonexistent.h>
257
configure:4673: result: gcc -E
258
configure:4697: gcc -E  conftest.c
259
configure:4703: $? = 0
260
configure:4735: gcc -E  conftest.c
261
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
262
configure:4741: $? = 1
263
configure: failed program was:
264
| /* confdefs.h.  */
265
| 
266
| #define PACKAGE_NAME ""
267
| #define PACKAGE_TARNAME ""
268
| #define PACKAGE_VERSION ""
269
| #define PACKAGE_STRING ""
270
| #define PACKAGE_BUGREPORT ""
271
| #define PACKAGE "qgis"
272
| #define VERSION "0.8.0"
273
| #ifdef __cplusplus
274
| extern "C" void std::exit (int) throw (); using std::exit;
275
| #endif
276
| /* end confdefs.h.  */
277
| #include <ac_nonexistent.h>
278
configure:4785: checking for ANSI C header files
279
configure:4810: gcc -c -g -O2  conftest.c >&5
280
configure:4816: $? = 0
281
configure:4819: test -z 			 || test ! -s conftest.err
282
configure:4822: $? = 0
283
configure:4825: test -s conftest.o
284
configure:4828: $? = 0
285
configure:4917: gcc -o conftest -g -O2   conftest.c  >&5
286
conftest.c: In function 'main':
287
conftest.c:31: warning: incompatible implicit declaration of built-in function 'exit'
288
configure:4920: $? = 0
289
configure:4922: ./conftest
290
configure:4925: $? = 0
291
configure:4940: result: yes
292
configure:4964: checking for sys/types.h
293
configure:4980: gcc -c -g -O2  conftest.c >&5
294
configure:4986: $? = 0
295
configure:4989: test -z 			 || test ! -s conftest.err
296
configure:4992: $? = 0
297
configure:4995: test -s conftest.o
298
configure:4998: $? = 0
299
configure:5009: result: yes
300
configure:4964: checking for sys/stat.h
301
configure:4980: gcc -c -g -O2  conftest.c >&5
302
configure:4986: $? = 0
303
configure:4989: test -z 			 || test ! -s conftest.err
304
configure:4992: $? = 0
305
configure:4995: test -s conftest.o
306
configure:4998: $? = 0
307
configure:5009: result: yes
308
configure:4964: checking for stdlib.h
309
configure:4980: gcc -c -g -O2  conftest.c >&5
310
configure:4986: $? = 0
311
configure:4989: test -z 			 || test ! -s conftest.err
312
configure:4992: $? = 0
313
configure:4995: test -s conftest.o
314
configure:4998: $? = 0
315
configure:5009: result: yes
316
configure:4964: checking for string.h
317
configure:4980: gcc -c -g -O2  conftest.c >&5
318
configure:4986: $? = 0
319
configure:4989: test -z 			 || test ! -s conftest.err
320
configure:4992: $? = 0
321
configure:4995: test -s conftest.o
322
configure:4998: $? = 0
323
configure:5009: result: yes
324
configure:4964: checking for memory.h
325
configure:4980: gcc -c -g -O2  conftest.c >&5
326
configure:4986: $? = 0
327
configure:4989: test -z 			 || test ! -s conftest.err
328
configure:4992: $? = 0
329
configure:4995: test -s conftest.o
330
configure:4998: $? = 0
331
configure:5009: result: yes
332
configure:4964: checking for strings.h
333
configure:4980: gcc -c -g -O2  conftest.c >&5
334
configure:4986: $? = 0
335
configure:4989: test -z 			 || test ! -s conftest.err
336
configure:4992: $? = 0
337
configure:4995: test -s conftest.o
338
configure:4998: $? = 0
339
configure:5009: result: yes
340
configure:4964: checking for inttypes.h
341
configure:4980: gcc -c -g -O2  conftest.c >&5
342
configure:4986: $? = 0
343
configure:4989: test -z 			 || test ! -s conftest.err
344
configure:4992: $? = 0
345
configure:4995: test -s conftest.o
346
configure:4998: $? = 0
347
configure:5009: result: yes
348
configure:4964: checking for stdint.h
349
configure:4980: gcc -c -g -O2  conftest.c >&5
350
configure:4986: $? = 0
351
configure:4989: test -z 			 || test ! -s conftest.err
352
configure:4992: $? = 0
353
configure:4995: test -s conftest.o
354
configure:4998: $? = 0
355
configure:5009: result: yes
356
configure:4964: checking for unistd.h
357
configure:4980: gcc -c -g -O2  conftest.c >&5
358
configure:4986: $? = 0
359
configure:4989: test -z 			 || test ! -s conftest.err
360
configure:4992: $? = 0
361
configure:4995: test -s conftest.o
362
configure:4998: $? = 0
363
configure:5009: result: yes
364
configure:5035: checking dlfcn.h usability
365
configure:5047: gcc -c -g -O2  conftest.c >&5
366
configure:5053: $? = 0
367
configure:5056: test -z 			 || test ! -s conftest.err
368
configure:5059: $? = 0
369
configure:5062: test -s conftest.o
370
configure:5065: $? = 0
371
configure:5075: result: yes
372
configure:5079: checking dlfcn.h presence
373
configure:5089: gcc -E  conftest.c
374
configure:5095: $? = 0
375
configure:5115: result: yes
376
configure:5150: checking for dlfcn.h
377
configure:5157: result: yes
378
configure:5180: checking how to run the C++ preprocessor
379
configure:5211: g++ -E  conftest.cc
380
configure:5217: $? = 0
381
configure:5249: g++ -E  conftest.cc
382
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
383
configure:5255: $? = 1
384
configure: failed program was:
385
| /* confdefs.h.  */
386
| 
387
| #define PACKAGE_NAME ""
388
| #define PACKAGE_TARNAME ""
389
| #define PACKAGE_VERSION ""
390
| #define PACKAGE_STRING ""
391
| #define PACKAGE_BUGREPORT ""
392
| #define PACKAGE "qgis"
393
| #define VERSION "0.8.0"
394
| #ifdef __cplusplus
395
| extern "C" void std::exit (int) throw (); using std::exit;
396
| #endif
397
| #define STDC_HEADERS 1
398
| #define HAVE_SYS_TYPES_H 1
399
| #define HAVE_SYS_STAT_H 1
400
| #define HAVE_STDLIB_H 1
401
| #define HAVE_STRING_H 1
402
| #define HAVE_MEMORY_H 1
403
| #define HAVE_STRINGS_H 1
404
| #define HAVE_INTTYPES_H 1
405
| #define HAVE_STDINT_H 1
406
| #define HAVE_UNISTD_H 1
407
| #define HAVE_DLFCN_H 1
408
| /* end confdefs.h.  */
409
| #include <ac_nonexistent.h>
410
configure:5294: result: g++ -E
411
configure:5318: g++ -E  conftest.cc
412
configure:5324: $? = 0
413
configure:5356: g++ -E  conftest.cc
414
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
415
configure:5362: $? = 1
416
configure: failed program was:
417
| /* confdefs.h.  */
418
| 
419
| #define PACKAGE_NAME ""
420
| #define PACKAGE_TARNAME ""
421
| #define PACKAGE_VERSION ""
422
| #define PACKAGE_STRING ""
423
| #define PACKAGE_BUGREPORT ""
424
| #define PACKAGE "qgis"
425
| #define VERSION "0.8.0"
426
| #ifdef __cplusplus
427
| extern "C" void std::exit (int) throw (); using std::exit;
428
| #endif
429
| #define STDC_HEADERS 1
430
| #define HAVE_SYS_TYPES_H 1
431
| #define HAVE_SYS_STAT_H 1
432
| #define HAVE_STDLIB_H 1
433
| #define HAVE_STRING_H 1
434
| #define HAVE_MEMORY_H 1
435
| #define HAVE_STRINGS_H 1
436
| #define HAVE_INTTYPES_H 1
437
| #define HAVE_STDINT_H 1
438
| #define HAVE_UNISTD_H 1
439
| #define HAVE_DLFCN_H 1
440
| /* end confdefs.h.  */
441
| #include <ac_nonexistent.h>
442
configure:5459: checking for g77
443
configure:5475: found /usr/bin/g77
444
configure:5485: result: g77
445
configure:5500: checking for Fortran 77 compiler version
446
configure:5503: g77 --version </dev/null >&5
447
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)
448
Copyright (C) 2002 Free Software Foundation, Inc.
449

    
450
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
451
You may redistribute copies of GNU Fortran
452
under the terms of the GNU General Public License.
453
For more information about these matters, see the file named COPYING
454
or type the command `info -f g77 Copying'.
455
configure:5506: $? = 0
456
configure:5508: g77 -v </dev/null >&5
457
Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/specs
458
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
459
Thread model: posix
460
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-55.fc5)
461
configure:5511: $? = 0
462
configure:5513: g77 -V </dev/null >&5
463
g77: argument to `-V' missing
464
configure:5516: $? = 1
465
configure:5524: checking whether we are using the GNU Fortran 77 compiler
466
configure:5538: g77 -c  conftest.F >&5
467
configure:5544: $? = 0
468
configure:5547: test -z 			 || test ! -s conftest.err
469
configure:5550: $? = 0
470
configure:5553: test -s conftest.o
471
configure:5556: $? = 0
472
configure:5569: result: yes
473
configure:5575: checking whether g77 accepts -g
474
configure:5587: g77 -c -g conftest.f >&5
475
configure:5593: $? = 0
476
configure:5596: test -z 			 || test ! -s conftest.err
477
configure:5599: $? = 0
478
configure:5602: test -s conftest.o
479
configure:5605: $? = 0
480
configure:5617: result: yes
481
configure:5647: checking the maximum length of command line arguments
482
configure:5756: result: 32768
483
configure:5767: checking command to parse /usr/bin/nm -B output from gcc object
484
configure:5872: g++ -c -g -O2  conftest.cc >&5
485
configure:5875: $? = 0
486
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
487
configure:5882: $? = 0
488
configure:5934: g++ -o conftest -g -O2   conftest.cc conftstm.o >&5
489
configure:5937: $? = 0
490
configure:5975: result: ok
491
configure:5979: checking for objdir
492
configure:5994: result: .libs
493
configure:6084: checking for ar
494
configure:6100: found /usr/bin/ar
495
configure:6111: result: ar
496
configure:6164: checking for ranlib
497
configure:6180: found /usr/bin/ranlib
498
configure:6191: result: ranlib
499
configure:6244: checking for strip
500
configure:6260: found /usr/bin/strip
501
configure:6271: result: strip
502
configure:6543: checking if gcc supports -fno-rtti -fno-exceptions
503
configure:6561: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
504
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
505
configure:6565: $? = 0
506
configure:6578: result: no
507
configure:6593: checking for gcc option to produce PIC
508
configure:6803: result: -fPIC
509
configure:6811: checking if gcc PIC flag -fPIC works
510
configure:6829: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
511
configure:6833: $? = 0
512
configure:6846: result: yes
513
configure:6874: checking if gcc static flag -static works
514
configure:6902: result: yes
515
configure:6912: checking if gcc supports -c -o file.o
516
configure:6933: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
517
configure:6937: $? = 0
518
configure:6959: result: yes
519
configure:6985: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
520
configure:7951: result: yes
521
configure:7972: checking whether -lc should be explicitly linked in
522
configure:7977: gcc -c -g -O2  conftest.c >&5
523
configure:7980: $? = 0
524
configure:7995: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
525
configure:7998: $? = 0
526
configure:8010: result: no
527
configure:8018: checking dynamic linker characteristics
528
configure:8618: result: GNU/Linux ld.so
529
configure:8627: checking how to hardcode library paths into programs
530
configure:8652: result: immediate
531
configure:8666: checking whether stripping libraries is possible
532
configure:8671: result: yes
533
configure:8796: checking for shl_load
534
configure:8853: gcc -o conftest -g -O2   conftest.c  >&5
535
/tmp/ccM1oxvh.o: In function `main':/usr/local/qgis-0.8.0/conftest.c:64: undefined reference to `shl_load'
536
/tmp/ccM1oxvh.o:(.data+0x0): undefined reference to `shl_load'
537
collect2: ld returned 1 exit status
538
configure:8859: $? = 1
539
configure: failed program was:
540
| /* confdefs.h.  */
541
| 
542
| #define PACKAGE_NAME ""
543
| #define PACKAGE_TARNAME ""
544
| #define PACKAGE_VERSION ""
545
| #define PACKAGE_STRING ""
546
| #define PACKAGE_BUGREPORT ""
547
| #define PACKAGE "qgis"
548
| #define VERSION "0.8.0"
549
| #ifdef __cplusplus
550
| extern "C" void std::exit (int) throw (); using std::exit;
551
| #endif
552
| #define STDC_HEADERS 1
553
| #define HAVE_SYS_TYPES_H 1
554
| #define HAVE_SYS_STAT_H 1
555
| #define HAVE_STDLIB_H 1
556
| #define HAVE_STRING_H 1
557
| #define HAVE_MEMORY_H 1
558
| #define HAVE_STRINGS_H 1
559
| #define HAVE_INTTYPES_H 1
560
| #define HAVE_STDINT_H 1
561
| #define HAVE_UNISTD_H 1
562
| #define HAVE_DLFCN_H 1
563
| /* end confdefs.h.  */
564
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
565
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
566
| #define shl_load innocuous_shl_load
567
| 
568
| /* System header to define __stub macros and hopefully few prototypes,
569
|     which can conflict with char shl_load (); below.
570
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
571
|     <limits.h> exists even on freestanding compilers.  */
572
| 
573
| #ifdef __STDC__
574
| # include <limits.h>
575
| #else
576
| # include <assert.h>
577
| #endif
578
| 
579
| #undef shl_load
580
| 
581
| /* Override any gcc2 internal prototype to avoid an error.  */
582
| #ifdef __cplusplus
583
| extern "C"
584
| {
585
| #endif
586
| /* We use char because int might match the return type of a gcc2
587
|    builtin and then its argument prototype would still apply.  */
588
| char shl_load ();
589
| /* The GNU C library defines this for functions which it implements
590
|     to always fail with ENOSYS.  Some functions are actually named
591
|     something starting with __ and the normal name is an alias.  */
592
| #if defined (__stub_shl_load) || defined (__stub___shl_load)
593
| choke me
594
| #else
595
| char (*f) () = shl_load;
596
| #endif
597
| #ifdef __cplusplus
598
| }
599
| #endif
600
| 
601
| int
602
| main ()
603
| {
604
| return f != shl_load;
605
|   ;
606
|   return 0;
607
| }
608
configure:8883: result: no
609
configure:8888: checking for shl_load in -ldld
610
configure:8918: gcc -o conftest -g -O2   conftest.c -ldld   >&5
611
/usr/bin/ld: cannot find -ldld
612
collect2: ld returned 1 exit status
613
configure:8924: $? = 1
614
configure: failed program was:
615
| /* confdefs.h.  */
616
| 
617
| #define PACKAGE_NAME ""
618
| #define PACKAGE_TARNAME ""
619
| #define PACKAGE_VERSION ""
620
| #define PACKAGE_STRING ""
621
| #define PACKAGE_BUGREPORT ""
622
| #define PACKAGE "qgis"
623
| #define VERSION "0.8.0"
624
| #ifdef __cplusplus
625
| extern "C" void std::exit (int) throw (); using std::exit;
626
| #endif
627
| #define STDC_HEADERS 1
628
| #define HAVE_SYS_TYPES_H 1
629
| #define HAVE_SYS_STAT_H 1
630
| #define HAVE_STDLIB_H 1
631
| #define HAVE_STRING_H 1
632
| #define HAVE_MEMORY_H 1
633
| #define HAVE_STRINGS_H 1
634
| #define HAVE_INTTYPES_H 1
635
| #define HAVE_STDINT_H 1
636
| #define HAVE_UNISTD_H 1
637
| #define HAVE_DLFCN_H 1
638
| /* end confdefs.h.  */
639
| 
640
| /* Override any gcc2 internal prototype to avoid an error.  */
641
| #ifdef __cplusplus
642
| extern "C"
643
| #endif
644
| /* We use char because int might match the return type of a gcc2
645
|    builtin and then its argument prototype would still apply.  */
646
| char shl_load ();
647
| int
648
| main ()
649
| {
650
| shl_load ();
651
|   ;
652
|   return 0;
653
| }
654
configure:8949: result: no
655
configure:8954: checking for dlopen
656
configure:9011: gcc -o conftest -g -O2   conftest.c  >&5
657
/tmp/ccIpLgKA.o: In function `main':/usr/local/qgis-0.8.0/conftest.c:64: undefined reference to `dlopen'
658
/tmp/ccIpLgKA.o:(.data+0x0): undefined reference to `dlopen'
659
collect2: ld returned 1 exit status
660
configure:9017: $? = 1
661
configure: failed program was:
662
| /* confdefs.h.  */
663
| 
664
| #define PACKAGE_NAME ""
665
| #define PACKAGE_TARNAME ""
666
| #define PACKAGE_VERSION ""
667
| #define PACKAGE_STRING ""
668
| #define PACKAGE_BUGREPORT ""
669
| #define PACKAGE "qgis"
670
| #define VERSION "0.8.0"
671
| #ifdef __cplusplus
672
| extern "C" void std::exit (int) throw (); using std::exit;
673
| #endif
674
| #define STDC_HEADERS 1
675
| #define HAVE_SYS_TYPES_H 1
676
| #define HAVE_SYS_STAT_H 1
677
| #define HAVE_STDLIB_H 1
678
| #define HAVE_STRING_H 1
679
| #define HAVE_MEMORY_H 1
680
| #define HAVE_STRINGS_H 1
681
| #define HAVE_INTTYPES_H 1
682
| #define HAVE_STDINT_H 1
683
| #define HAVE_UNISTD_H 1
684
| #define HAVE_DLFCN_H 1
685
| /* end confdefs.h.  */
686
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
687
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
688
| #define dlopen innocuous_dlopen
689
| 
690
| /* System header to define __stub macros and hopefully few prototypes,
691
|     which can conflict with char dlopen (); below.
692
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
693
|     <limits.h> exists even on freestanding compilers.  */
694
| 
695
| #ifdef __STDC__
696
| # include <limits.h>
697
| #else
698
| # include <assert.h>
699
| #endif
700
| 
701
| #undef dlopen
702
| 
703
| /* Override any gcc2 internal prototype to avoid an error.  */
704
| #ifdef __cplusplus
705
| extern "C"
706
| {
707
| #endif
708
| /* We use char because int might match the return type of a gcc2
709
|    builtin and then its argument prototype would still apply.  */
710
| char dlopen ();
711
| /* The GNU C library defines this for functions which it implements
712
|     to always fail with ENOSYS.  Some functions are actually named
713
|     something starting with __ and the normal name is an alias.  */
714
| #if defined (__stub_dlopen) || defined (__stub___dlopen)
715
| choke me
716
| #else
717
| char (*f) () = dlopen;
718
| #endif
719
| #ifdef __cplusplus
720
| }
721
| #endif
722
| 
723
| int
724
| main ()
725
| {
726
| return f != dlopen;
727
|   ;
728
|   return 0;
729
| }
730
configure:9041: result: no
731
configure:9046: checking for dlopen in -ldl
732
configure:9076: gcc -o conftest -g -O2   conftest.c -ldl   >&5
733
configure:9082: $? = 0
734
configure:9085: test -z 			 || test ! -s conftest.err
735
configure:9088: $? = 0
736
configure:9091: test -s conftest
737
configure:9094: $? = 0
738
configure:9107: result: yes
739
configure:9280: checking whether a program can dlopen itself
740
configure:9354: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
741
configure: In function 'main':
742
configure:9350: warning: incompatible implicit declaration of built-in function 'exit'
743
configure:9357: $? = 0
744
configure:9375: result: yes
745
configure:9380: checking whether a statically linked program can dlopen itself
746
configure:9454: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
747
configure: In function 'main':
748
configure:9450: warning: incompatible implicit declaration of built-in function 'exit'
749
/tmp/cc2ZCfPX.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
750
configure:9457: $? = 0
751
/usr/lib/: cannot read file data: Is a directory
752
configure:9475: result: no
753
configure:9498: checking if libtool supports shared libraries
754
configure:9500: result: yes
755
configure:9503: checking whether to build shared libraries
756
configure:9524: result: yes
757
configure:9527: checking whether to build static libraries
758
configure:9531: result: yes
759
configure:9623: creating libtool
760
configure:10211: checking for ld used by g++
761
configure:10278: result: /usr/bin/ld -m elf_x86_64
762
configure:10287: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
763
configure:10302: result: yes
764
configure:10353: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
765
configure:11289: result: yes
766
configure:11307: g++ -c -g -O2  conftest.cpp >&5
767
configure:11310: $? = 0
768
configure:11429: checking for g++ option to produce PIC
769
configure:11703: result: -fPIC
770
configure:11711: checking if g++ PIC flag -fPIC works
771
configure:11729: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
772
configure:11733: $? = 0
773
configure:11746: result: yes
774
configure:11774: checking if g++ static flag -static works
775
configure:11802: result: yes
776
configure:11812: checking if g++ supports -c -o file.o
777
configure:11833: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
778
configure:11837: $? = 0
779
configure:11859: result: yes
780
configure:11885: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
781
configure:11916: result: yes
782
configure:11983: checking dynamic linker characteristics
783
configure:12583: result: GNU/Linux ld.so
784
configure:12592: checking how to hardcode library paths into programs
785
configure:12617: result: immediate
786
configure:13143: checking if libtool supports shared libraries
787
configure:13145: result: yes
788
configure:13148: checking whether to build shared libraries
789
configure:13168: result: yes
790
configure:13171: checking whether to build static libraries
791
configure:13175: result: yes
792
configure:13185: checking for g77 option to produce PIC
793
configure:13395: result: -fPIC
794
configure:13403: checking if g77 PIC flag -fPIC works
795
configure:13421: g77 -c -g -O2 -fPIC conftest.f >&5
796
configure:13425: $? = 0
797
configure:13438: result: yes
798
configure:13466: checking if g77 static flag -static works
799
configure:13494: result: yes
800
configure:13504: checking if g77 supports -c -o file.o
801
configure:13525: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
802
configure:13529: $? = 0
803
configure:13551: result: yes
804
configure:13577: checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
805
configure:14523: result: yes
806
configure:14590: checking dynamic linker characteristics
807
configure:15190: result: GNU/Linux ld.so
808
configure:15199: checking how to hardcode library paths into programs
809
configure:15224: result: immediate
810
configure:18810: checking whether byte ordering is bigendian
811
configure:18837: g++ -c -g -O2  conftest.cc >&5
812
configure:18843: $? = 0
813
configure:18846: test -z 			 || test ! -s conftest.err
814
configure:18849: $? = 0
815
configure:18852: test -s conftest.o
816
configure:18855: $? = 0
817
configure:18879: g++ -c -g -O2  conftest.cc >&5
818
conftest.cc: In function 'int main()':
819
conftest.cc:32: error: 'big' was not declared in this scope
820
conftest.cc:32: error: expected `;' before 'endian'
821
configure:18885: $? = 1
822
configure: failed program was:
823
| /* confdefs.h.  */
824
| 
825
| #define PACKAGE_NAME ""
826
| #define PACKAGE_TARNAME ""
827
| #define PACKAGE_VERSION ""
828
| #define PACKAGE_STRING ""
829
| #define PACKAGE_BUGREPORT ""
830
| #define PACKAGE "qgis"
831
| #define VERSION "0.8.0"
832
| #ifdef __cplusplus
833
| extern "C" void std::exit (int) throw (); using std::exit;
834
| #endif
835
| #define STDC_HEADERS 1
836
| #define HAVE_SYS_TYPES_H 1
837
| #define HAVE_SYS_STAT_H 1
838
| #define HAVE_STDLIB_H 1
839
| #define HAVE_STRING_H 1
840
| #define HAVE_MEMORY_H 1
841
| #define HAVE_STRINGS_H 1
842
| #define HAVE_INTTYPES_H 1
843
| #define HAVE_STDINT_H 1
844
| #define HAVE_UNISTD_H 1
845
| #define HAVE_DLFCN_H 1
846
| /* end confdefs.h.  */
847
| #include <sys/types.h>
848
| #include <sys/param.h>
849
| 
850
| int
851
| main ()
852
| {
853
| #if BYTE_ORDER != BIG_ENDIAN
854
|  not big endian
855
| #endif
856
| 
857
|   ;
858
|   return 0;
859
| }
860
configure:19018: result: no
861
configure:19052: checking endian.h usability
862
configure:19064: g++ -c -g -O2  conftest.cc >&5
863
configure:19070: $? = 0
864
configure:19073: test -z 			 || test ! -s conftest.err
865
configure:19076: $? = 0
866
configure:19079: test -s conftest.o
867
configure:19082: $? = 0
868
configure:19092: result: yes
869
configure:19096: checking endian.h presence
870
configure:19106: g++ -E  conftest.cc
871
configure:19112: $? = 0
872
configure:19132: result: yes
873
configure:19167: checking for endian.h
874
configure:19174: result: yes
875
configure:19201: checking machine/endian.h usability
876
configure:19213: g++ -c -g -O2  conftest.cc >&5
877
conftest.cc:60:28: error: machine/endian.h: No such file or directory
878
configure:19219: $? = 1
879
configure: failed program was:
880
| /* confdefs.h.  */
881
| 
882
| #define PACKAGE_NAME ""
883
| #define PACKAGE_TARNAME ""
884
| #define PACKAGE_VERSION ""
885
| #define PACKAGE_STRING ""
886
| #define PACKAGE_BUGREPORT ""
887
| #define PACKAGE "qgis"
888
| #define VERSION "0.8.0"
889
| #ifdef __cplusplus
890
| extern "C" void std::exit (int) throw (); using std::exit;
891
| #endif
892
| #define STDC_HEADERS 1
893
| #define HAVE_SYS_TYPES_H 1
894
| #define HAVE_SYS_STAT_H 1
895
| #define HAVE_STDLIB_H 1
896
| #define HAVE_STRING_H 1
897
| #define HAVE_MEMORY_H 1
898
| #define HAVE_STRINGS_H 1
899
| #define HAVE_INTTYPES_H 1
900
| #define HAVE_STDINT_H 1
901
| #define HAVE_UNISTD_H 1
902
| #define HAVE_DLFCN_H 1
903
| #define HAVE_ENDIAN_H 1
904
| /* end confdefs.h.  */
905
| #include <stdio.h>
906
| #if HAVE_SYS_TYPES_H
907
| # include <sys/types.h>
908
| #endif
909
| #if HAVE_SYS_STAT_H
910
| # include <sys/stat.h>
911
| #endif
912
| #if STDC_HEADERS
913
| # include <stdlib.h>
914
| # include <stddef.h>
915
| #else
916
| # if HAVE_STDLIB_H
917
| #  include <stdlib.h>
918
| # endif
919
| #endif
920
| #if HAVE_STRING_H
921
| # if !STDC_HEADERS && HAVE_MEMORY_H
922
| #  include <memory.h>
923
| # endif
924
| # include <string.h>
925
| #endif
926
| #if HAVE_STRINGS_H
927
| # include <strings.h>
928
| #endif
929
| #if HAVE_INTTYPES_H
930
| # include <inttypes.h>
931
| #else
932
| # if HAVE_STDINT_H
933
| #  include <stdint.h>
934
| # endif
935
| #endif
936
| #if HAVE_UNISTD_H
937
| # include <unistd.h>
938
| #endif
939
| #include <machine/endian.h>
940
configure:19241: result: no
941
configure:19245: checking machine/endian.h presence
942
configure:19255: g++ -E  conftest.cc
943
conftest.cc:26:28: error: machine/endian.h: No such file or directory
944
configure:19261: $? = 1
945
configure: failed program was:
946
| /* confdefs.h.  */
947
| 
948
| #define PACKAGE_NAME ""
949
| #define PACKAGE_TARNAME ""
950
| #define PACKAGE_VERSION ""
951
| #define PACKAGE_STRING ""
952
| #define PACKAGE_BUGREPORT ""
953
| #define PACKAGE "qgis"
954
| #define VERSION "0.8.0"
955
| #ifdef __cplusplus
956
| extern "C" void std::exit (int) throw (); using std::exit;
957
| #endif
958
| #define STDC_HEADERS 1
959
| #define HAVE_SYS_TYPES_H 1
960
| #define HAVE_SYS_STAT_H 1
961
| #define HAVE_STDLIB_H 1
962
| #define HAVE_STRING_H 1
963
| #define HAVE_MEMORY_H 1
964
| #define HAVE_STRINGS_H 1
965
| #define HAVE_INTTYPES_H 1
966
| #define HAVE_STDINT_H 1
967
| #define HAVE_UNISTD_H 1
968
| #define HAVE_DLFCN_H 1
969
| #define HAVE_ENDIAN_H 1
970
| /* end confdefs.h.  */
971
| #include <machine/endian.h>
972
configure:19281: result: no
973
configure:19316: checking for machine/endian.h
974
configure:19323: result: no
975
configure:19348: checking for svnversion
976
configure:19364: found /usr/bin/svnversion
977
configure:19375: result: yes
978
configure:19383: checking for X
979
configure:19489: g++ -E  conftest.cc
980
configure:19495: $? = 0
981
configure:19617: result: libraries /usr/lib64, headers in standard search path
982
configure:19800: checking QTDIR
983
configure:19824: result: /usr/local/qt4
984
configure:19861: checking Qt version in /usr/local/qt4/include/Qt
985
configure:19907: result: 422 (4)
986
configure:20040: checking for moc
987
configure:20056: found /usr/local/qt4/bin/moc
988
configure:20066: result: /usr/local/qt4/bin/moc
989
configure:20081: checking for uic
990
configure:20097: found /usr/local/qt4/bin/uic
991
configure:20107: result: /usr/local/qt4/bin/uic
992
configure:20122: checking for rcc
993
configure:20138: found /usr/local/qt4/bin/rcc
994
configure:20148: result: /usr/local/qt4/bin/rcc
995
configure:20263: result: libQtCore found
996
configure:20272: checking if Qt is static
997
configure:20274: result: no
998
configure:20276: checking if Qt is multithreaded
999
configure:20278: result: yes
1000
configure:20280: checking if Qt is embedded
1001
configure:20282: result: no
1002
configure:20464: checking QT_CXXFLAGS
1003
configure:20466: result: -DQT3_SUPPORT -I/usr/local/qt4/mkspecs/default -I/usr/local/qt4/include/Qt3Support -I/usr/local/qt4/include/QtCore -I/usr/local/qt4/include/QtDesigner -I/usr/local/qt4/include/QtGui -I/usr/local/qt4/include/QtNetwork -I/usr/local/qt4/include/QtOpenGL -I/usr/local/qt4/include/QtSql -I/usr/local/qt4/include/QtXml -I/usr/local/qt4/include -I/usr/local/qt4/include/QtSvg -I/usr/local/qt4/include/QtTest -I/usr/local/qt4/include/QtDesigner -D_REENTRANT -DQT_THREAD_SUPPORT
1004
configure:20468: checking QT_LDADD
1005
configure:20470: result: -L/usr/local/qt4/lib -lQtCore -lQt3Support -lQtGui -lQtNetwork -lQtSvg -lQtCore -lQt3Support -lQtGui -lQtNetwork -lQtXml -lQtSvg -lQtTest -lQtDesigner
1006
configure:20532: result: Not using python 
1007
configure:20861: checking for gdal-config
1008
configure:20879: found /usr/local/bin/gdal-config
1009
configure:20892: result: /usr/local/bin/gdal-config
1010
configure:20905: checking for OGR in GDAL
1011
configure:20912: result: yes
1012
configure:20914: checking GDAL_CFLAGS
1013
configure:20917: result: -I/usr/local/include
1014
configure:20920: checking GDAL_LDADD
1015
configure:20923: result: -L/usr/local/lib -lgdal
1016
configure:20949: checking for geos-config
1017
configure:20967: found /usr/local/bin/geos-config
1018
configure:20980: result: /usr/local/bin/geos-config
1019
configure:20999: checking GEOS_CFLAGS
1020
configure:21002: result: -I/usr/local/include
1021
configure:21005: checking GEOS_LDADD
1022
configure:21008: result: -L/usr/local/lib -lgeos
1023
configure:21299: checking proj_api.h usability
1024
configure:21311: g++ -c -g -O2  conftest.cc >&5
1025
configure:21317: $? = 0
1026
configure:21320: test -z 			 || test ! -s conftest.err
1027
configure:21323: $? = 0
1028
configure:21326: test -s conftest.o
1029
configure:21329: $? = 0
1030
configure:21339: result: yes
1031
configure:21343: checking proj_api.h presence
1032
configure:21353: g++ -E  conftest.cc
1033
configure:21359: $? = 0
1034
configure:21379: result: yes
1035
configure:21414: checking for proj_api.h
1036
configure:21421: result: yes
1037
configure:21439: checking for pj_is_latlong in -lproj
1038
configure:21469: g++ -o conftest -g -O2   conftest.cc -lproj   >&5
1039
configure:21475: $? = 0
1040
configure:21478: test -z 			 || test ! -s conftest.err
1041
configure:21481: $? = 0
1042
configure:21484: test -s conftest
1043
configure:21487: $? = 0
1044
configure:21500: result: yes
1045
configure:21795: checking sqlite3.h usability
1046
configure:21807: g++ -c -g -O2  conftest.cc >&5
1047
configure:21813: $? = 0
1048
configure:21816: test -z 			 || test ! -s conftest.err
1049
configure:21819: $? = 0
1050
configure:21822: test -s conftest.o
1051
configure:21825: $? = 0
1052
configure:21835: result: yes
1053
configure:21839: checking sqlite3.h presence
1054
configure:21849: g++ -E  conftest.cc
1055
configure:21855: $? = 0
1056
configure:21875: result: yes
1057
configure:21910: checking for sqlite3.h
1058
configure:21917: result: yes
1059
configure:21936: checking for sqlite3_open in -lsqlite3
1060
configure:21966: g++ -o conftest -g -O2   conftest.cc -lsqlite3   >&5
1061
configure:21972: $? = 0
1062
configure:21975: test -z 			 || test ! -s conftest.err
1063
configure:21978: $? = 0
1064
configure:21981: test -s conftest
1065
configure:21984: $? = 0
1066
configure:21997: result: yes
1067
configure:22030: checking for PostgreSQL
1068
configure:22053: result: yes
1069
configure:22057: checking for pg_config
1070
configure:22075: found /usr/local/pgsql/bin/pg_config
1071
configure:22088: result: /usr/local/pgsql/bin/pg_config
1072
configure:22108: checking for postgreSQL libs
1073
configure:22110: result: -L/usr/local/pgsql/lib -lpq
1074
configure:22153: checking for bison
1075
configure:22169: found /usr/bin/bison
1076
configure:22179: result: bison -y
1077
configure:22194: checking for flex
1078
configure:22210: found /usr/bin/flex
1079
configure:22220: result: flex
1080
configure:22233: checking for yywrap in -lfl
1081
configure:22263: g++ -o conftest -g -O2   conftest.cc -lfl   >&5
1082
configure:22269: $? = 0
1083
configure:22272: test -z 			 || test ! -s conftest.err
1084
configure:22275: $? = 0
1085
configure:22278: test -s conftest
1086
configure:22281: $? = 0
1087
configure:22294: result: yes
1088
configure:22371: checking lex output file root
1089
configure:22382: flex conftest.l
1090
configure:22385: $? = 0
1091
configure:22397: result: lex.yy
1092
configure:22402: checking whether yytext is a pointer
1093
configure:22418: g++ -o conftest -g -O2   conftest.cc  -lfl >&5
1094
/usr/lib/gcc/x86_64-redhat-linux/4.1.0/../../../../lib64/libfl.a(libmain.o): In function `main': undefined reference to `yylex'
1095
collect2: ld returned 1 exit status
1096
configure:22424: $? = 1
1097
configure: failed program was:
1098
| /* A lexical scanner generated by flex*/
1099
| 
1100
| /* Scanner skeleton version:
1101
|  * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
1102
|  */
1103
| 
1104
| #define FLEX_SCANNER
1105
| #define YY_FLEX_MAJOR_VERSION 2
1106
| #define YY_FLEX_MINOR_VERSION 5
1107
| 
1108
| #include <stdio.h>
1109
| #include <unistd.h>
1110
| 
1111
| 
1112
| /* cfront 1.2 defines "c_plusplus" instead of "__cplusplus" */
1113
| #ifdef c_plusplus
1114
| #ifndef __cplusplus
1115
| #define __cplusplus
1116
| #endif
1117
| #endif
1118
| 
1119
| 
1120
| #ifdef __cplusplus
1121
| 
1122
| #include <stdlib.h>
1123
| 
1124
| /* Use prototypes in function declarations. */
1125
| #define YY_USE_PROTOS
1126
| 
1127
| /* The "const" storage-class-modifier is valid. */
1128
| #define YY_USE_CONST
1129
| 
1130
| #else	/* ! __cplusplus */
1131
| 
1132
| #if __STDC__
1133
| 
1134
| #define YY_USE_PROTOS
1135
| #define YY_USE_CONST
1136
| 
1137
| #endif	/* __STDC__ */
1138
| #endif	/* ! __cplusplus */
1139
| 
1140
| #ifdef __TURBOC__
1141
|  #pragma warn -rch
1142
|  #pragma warn -use
1143
| #include <io.h>
1144
| #include <stdlib.h>
1145
| #define YY_USE_CONST
1146
| #define YY_USE_PROTOS
1147
| #endif
1148
| 
1149
| #ifdef YY_USE_CONST
1150
| #define yyconst const
1151
| #else
1152
| #define yyconst
1153
| #endif
1154
| 
1155
| 
1156
| #ifdef YY_USE_PROTOS
1157
| #define YY_PROTO(proto) proto
1158
| #else
1159
| #define YY_PROTO(proto) ()
1160
| #endif
1161
| 
1162
| /* Returned upon end-of-file. */
1163
| #define YY_NULL 0
1164
| 
1165
| /* Promotes a possibly negative, possibly signed char to an unsigned
1166
|  * integer for use as an array index.  If the signed char is negative,
1167
|  * we want to instead treat it as an 8-bit unsigned char, hence the
1168
|  * double cast.
1169
|  */
1170
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
1171
| 
1172
| /* Enter a start condition.  This macro really ought to take a parameter,
1173
|  * but we do it the disgusting crufty way forced on us by the ()-less
1174
|  * definition of BEGIN.
1175
|  */
1176
| #define BEGIN yy_start = 1 + 2 *
1177
| 
1178
| /* Translate the current start state into a value that can be later handed
1179
|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
1180
|  * compatibility.
1181
|  */
1182
| #define YY_START ((yy_start - 1) / 2)
1183
| #define YYSTATE YY_START
1184
| 
1185
| /* Action number for EOF rule of a given start state. */
1186
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
1187
| 
1188
| /* Special action meaning "start processing a new file". */
1189
| #define YY_NEW_FILE yyrestart( yyin )
1190
| 
1191
| #define YY_END_OF_BUFFER_CHAR 0
1192
| 
1193
| /* Size of default input buffer. */
1194
| #define YY_BUF_SIZE 16384
1195
| 
1196
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
1197
| 
1198
| extern int yyleng;
1199
| extern FILE *yyin, *yyout;
1200
| 
1201
| #define EOB_ACT_CONTINUE_SCAN 0
1202
| #define EOB_ACT_END_OF_FILE 1
1203
| #define EOB_ACT_LAST_MATCH 2
1204
| 
1205
| /* The funky do-while in the following #define is used to turn the definition
1206
|  * int a single C statement (which needs a semi-colon terminator).  This
1207
|  * avoids problems with code like:
1208
|  *
1209
|  * 	if ( condition_holds )
1210
|  *		yyless( 5 );
1211
|  *	else
1212
|  *		do_something_else();
1213
|  *
1214
|  * Prior to using the do-while the compiler would get upset at the
1215
|  * "else" because it interpreted the "if" statement as being all
1216
|  * done when it reached the ';' after the yyless() call.
1217
|  */
1218
| 
1219
| /* Return all but the first 'n' matched characters back to the input stream. */
1220
| 
1221
| #define yyless(n) \
1222
| 	do \
1223
| 		{ \
1224
| 		/* Undo effects of setting up yytext. */ \
1225
| 		*yy_cp = yy_hold_char; \
1226
| 		YY_RESTORE_YY_MORE_OFFSET \
1227
| 		yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
1228
| 		YY_DO_BEFORE_ACTION; /* set up yytext again */ \
1229
| 		} \
1230
| 	while ( 0 )
1231
| 
1232
| #define unput(c) yyunput( c, yytext_ptr )
1233
| 
1234
| /* Some routines like yy_flex_realloc() are emitted as static but are
1235
|    not called by all lexers. This generates warnings in some compilers,
1236
|    notably GCC. Arrange to suppress these. */
1237
| #ifdef __GNUC__
1238
| #define YY_MAY_BE_UNUSED __attribute__((unused))
1239
| #else
1240
| #define YY_MAY_BE_UNUSED
1241
| #endif
1242
| 
1243
| /* The following is because we cannot portably get our hands on size_t
1244
|  * (without autoconf's help, which isn't available because we want
1245
|  * flex-generated scanners to compile on their own).
1246
|  */
1247
| typedef unsigned int yy_size_t;
1248
| 
1249
| 
1250
| struct yy_buffer_state
1251
| 	{
1252
| 	FILE *yy_input_file;
1253
| 
1254
| 	char *yy_ch_buf;		/* input buffer */
1255
| 	char *yy_buf_pos;		/* current position in input buffer */
1256
| 
1257
| 	/* Size of input buffer in bytes, not including room for EOB
1258
| 	 * characters.
1259
| 	 */
1260
| 	yy_size_t yy_buf_size;
1261
| 
1262
| 	/* Number of characters read into yy_ch_buf, not including EOB
1263
| 	 * characters.
1264
| 	 */
1265
| 	int yy_n_chars;
1266
| 
1267
| 	/* Whether we "own" the buffer - i.e., we know we created it,
1268
| 	 * and can realloc() it to grow it, and should free() it to
1269
| 	 * delete it.
1270
| 	 */
1271
| 	int yy_is_our_buffer;
1272
| 
1273
| 	/* Whether this is an "interactive" input source; if so, and
1274
| 	 * if we're using stdio for input, then we want to use getc()
1275
| 	 * instead of fread(), to make sure we stop fetching input after
1276
| 	 * each newline.
1277
| 	 */
1278
| 	int yy_is_interactive;
1279
| 
1280
| 	/* Whether we're considered to be at the beginning of a line.
1281
| 	 * If so, '^' rules will be active on the next match, otherwise
1282
| 	 * not.
1283
| 	 */
1284
| 	int yy_at_bol;
1285
| 
1286
| 	/* Whether to try to fill the input buffer when we reach the
1287
| 	 * end of it.
1288
| 	 */
1289
| 	int yy_fill_buffer;
1290
| 
1291
| 	int yy_buffer_status;
1292
| #define YY_BUFFER_NEW 0
1293
| #define YY_BUFFER_NORMAL 1
1294
| 	/* When an EOF's been seen but there's still some text to process
1295
| 	 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
1296
| 	 * shouldn't try reading from the input source any more.  We might
1297
| 	 * still have a bunch of tokens to match, though, because of
1298
| 	 * possible backing-up.
1299
| 	 *
1300
| 	 * When we actually see the EOF, we change the status to "new"
1301
| 	 * (via yyrestart()), so that the user can continue scanning by
1302
| 	 * just pointing yyin at a new input file.
1303
| 	 */
1304
| #define YY_BUFFER_EOF_PENDING 2
1305
| 	};
1306
| 
1307
| static YY_BUFFER_STATE yy_current_buffer = 0;
1308
| 
1309
| /* We provide macros for accessing buffer states in case in the
1310
|  * future we want to put the buffer states in a more general
1311
|  * "scanner state".
1312
|  */
1313
| #define YY_CURRENT_BUFFER yy_current_buffer
1314
| 
1315
| 
1316
| /* yy_hold_char holds the character lost when yytext is formed. */
1317
| static char yy_hold_char;
1318
| 
1319
| static int yy_n_chars;		/* number of characters read into yy_ch_buf */
1320
| 
1321
| 
1322
| int yyleng;
1323
| 
1324
| /* Points to current character in buffer. */
1325
| static char *yy_c_buf_p = (char *) 0;
1326
| static int yy_init = 1;		/* whether we need to initialize */
1327
| static int yy_start = 0;	/* start state number */
1328
| 
1329
| /* Flag which is used to allow yywrap()'s to do buffer switches
1330
|  * instead of setting up a fresh yyin.  A bit of a hack ...
1331
|  */
1332
| static int yy_did_buffer_switch_on_eof;
1333
| 
1334
| void yyrestart YY_PROTO(( FILE *input_file ));
1335
| 
1336
| void yy_switch_to_buffer YY_PROTO(( YY_BUFFER_STATE new_buffer ));
1337
| void yy_load_buffer_state YY_PROTO(( void ));
1338
| YY_BUFFER_STATE yy_create_buffer YY_PROTO(( FILE *file, int size ));
1339
| void yy_delete_buffer YY_PROTO(( YY_BUFFER_STATE b ));
1340
| void yy_init_buffer YY_PROTO(( YY_BUFFER_STATE b, FILE *file ));
1341
| void yy_flush_buffer YY_PROTO(( YY_BUFFER_STATE b ));
1342
| #define YY_FLUSH_BUFFER yy_flush_buffer( yy_current_buffer )
1343
| 
1344
| YY_BUFFER_STATE yy_scan_buffer YY_PROTO(( char *base, yy_size_t size ));
1345
| YY_BUFFER_STATE yy_scan_string YY_PROTO(( yyconst char *yy_str ));
1346
| YY_BUFFER_STATE yy_scan_bytes YY_PROTO(( yyconst char *bytes, int len ));
1347
| 
1348
| static void *yy_flex_alloc YY_PROTO(( yy_size_t ));
1349
| static void *yy_flex_realloc YY_PROTO(( void *, yy_size_t )) YY_MAY_BE_UNUSED;
1350
| static void yy_flex_free YY_PROTO(( void * ));
1351
| 
1352
| #define yy_new_buffer yy_create_buffer
1353
| 
1354
| #define yy_set_interactive(is_interactive) \
1355
| 	{ \
1356
| 	if ( ! yy_current_buffer ) \
1357
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
1358
| 	yy_current_buffer->yy_is_interactive = is_interactive; \
1359
| 	}
1360
| 
1361
| #define yy_set_bol(at_bol) \
1362
| 	{ \
1363
| 	if ( ! yy_current_buffer ) \
1364
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
1365
| 	yy_current_buffer->yy_at_bol = at_bol; \
1366
| 	}
1367
| 
1368
| #define YY_AT_BOL() (yy_current_buffer->yy_at_bol)
1369
| 
1370
| typedef unsigned char YY_CHAR;
1371
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
1372
| typedef int yy_state_type;
1373
| extern char *yytext;
1374
| #define yytext_ptr yytext
1375
| 
1376
| static yy_state_type yy_get_previous_state YY_PROTO(( void ));
1377
| static yy_state_type yy_try_NUL_trans YY_PROTO(( yy_state_type current_state ));
1378
| static int yy_get_next_buffer YY_PROTO(( void ));
1379
| static void yy_fatal_error YY_PROTO(( yyconst char msg[] ));
1380
| 
1381
| /* Done after the current pattern has been matched and before the
1382
|  * corresponding action - sets up yytext.
1383
|  */
1384
| #define YY_DO_BEFORE_ACTION \
1385
| 	yytext_ptr = yy_bp; \
1386
| 	yyleng = (int) (yy_cp - yy_bp); \
1387
| 	yy_hold_char = *yy_cp; \
1388
| 	*yy_cp = '\0'; \
1389
| 	yy_c_buf_p = yy_cp;
1390
| 
1391
| #define YY_NUM_RULES 1
1392
| #define YY_END_OF_BUFFER 2
1393
| static yyconst short int yy_accept[6] =
1394
|     {   0,
1395
|         0,    0,    2,    1,    0
1396
|     } ;
1397
| 
1398
| static yyconst int yy_ec[256] =
1399
|     {   0,
1400
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1401
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1402
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1403
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1404
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1405
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1406
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1407
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1408
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1409
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1410
| 
1411
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1412
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1413
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1414
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1415
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1416
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1417
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1418
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1419
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1420
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1421
| 
1422
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1423
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1424
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1425
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1426
|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
1427
|         1,    1,    1,    1,    1
1428
|     } ;
1429
| 
1430
| static yyconst int yy_meta[2] =
1431
|     {   0,
1432
|         1
1433
|     } ;
1434
| 
1435
| static yyconst short int yy_base[7] =
1436
|     {   0,
1437
|         0,    0,    2,    3,    3,    0
1438
|     } ;
1439
| 
1440
| static yyconst short int yy_def[7] =
1441
|     {   0,
1442
|         6,    6,    5,    5,    0,    5
1443
|     } ;
1444
| 
1445
| static yyconst short int yy_nxt[5] =
1446
|     {   0,
1447
|         4,    5,    3,    5
1448
|     } ;
1449
| 
1450
| static yyconst short int yy_chk[5] =
1451
|     {   0,
1452
|         6,    3,    5,    5
1453
|     } ;
1454
| 
1455
| static yy_state_type yy_last_accepting_state;
1456
| static char *yy_last_accepting_cpos;
1457
| 
1458
| /* The intent behind this definition is that it'll catch
1459
|  * any uses of REJECT which flex missed.
1460
|  */
1461
| #define REJECT reject_used_but_not_detected
1462
| #define yymore() yymore_used_but_not_detected
1463
| #define YY_MORE_ADJ 0
1464
| #define YY_RESTORE_YY_MORE_OFFSET
1465
| char *yytext;
1466
| #line 1 "conftest.l"
1467
| #define INITIAL 0
1468
| #line 372 "lex.yy.c"
1469
| 
1470
| /* Macros after this point can all be overridden by user definitions in
1471
|  * section 1.
1472
|  */
1473
| 
1474
| #ifndef YY_SKIP_YYWRAP
1475
| #ifdef __cplusplus
1476
| extern "C" int yywrap YY_PROTO(( void ));
1477
| #else
1478
| extern int yywrap YY_PROTO(( void ));
1479
| #endif
1480
| #endif
1481
| 
1482
| #ifndef YY_NO_UNPUT
1483
| static void yyunput YY_PROTO(( int c, char *buf_ptr ));
1484
| #endif
1485
| 
1486
| #ifndef yytext_ptr
1487
| static void yy_flex_strncpy YY_PROTO(( char *, yyconst char *, int ));
1488
| #endif
1489
| 
1490
| #ifdef YY_NEED_STRLEN
1491
| static int yy_flex_strlen YY_PROTO(( yyconst char * ));
1492
| #endif
1493
| 
1494
| #ifndef YY_NO_INPUT
1495
| #ifdef __cplusplus
1496
| static int yyinput YY_PROTO(( void ));
1497
| #else
1498
| static int input YY_PROTO(( void ));
1499
| #endif
1500
| #endif
1501
| 
1502
| #if YY_STACK_USED
1503
| static int yy_start_stack_ptr = 0;
1504
| static int yy_start_stack_depth = 0;
1505
| static int *yy_start_stack = 0;
1506
| #ifndef YY_NO_PUSH_STATE
1507
| static void yy_push_state YY_PROTO(( int new_state ));
1508
| #endif
1509
| #ifndef YY_NO_POP_STATE
1510
| static void yy_pop_state YY_PROTO(( void ));
1511
| #endif
1512
| #ifndef YY_NO_TOP_STATE
1513
| static int yy_top_state YY_PROTO(( void ));
1514
| #endif
1515
| 
1516
| #else
1517
| #define YY_NO_PUSH_STATE 1
1518
| #define YY_NO_POP_STATE 1
1519
| #define YY_NO_TOP_STATE 1
1520
| #endif
1521
| 
1522
| #ifdef YY_MALLOC_DECL
1523
| YY_MALLOC_DECL
1524
| #else
1525
| #if __STDC__
1526
| #ifndef __cplusplus
1527
| #include <stdlib.h>
1528
| #endif
1529
| #else
1530
| /* Just try to get by without declaring the routines.  This will fail
1531
|  * miserably on non-ANSI systems for which sizeof(size_t) != sizeof(int)
1532
|  * or sizeof(void*) != sizeof(int).
1533
|  */
1534
| #endif
1535
| #endif
1536
| 
1537
| /* Amount of stuff to slurp up with each read. */
1538
| #ifndef YY_READ_BUF_SIZE
1539
| #define YY_READ_BUF_SIZE 8192
1540
| #endif
1541
| 
1542
| /* Copy whatever the last rule matched to the standard output. */
1543
| 
1544
| #ifndef ECHO
1545
| /* This used to be an fputs(), but since the string might contain NUL's,
1546
|  * we now use fwrite().
1547
|  */
1548
| #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
1549
| #endif
1550
| 
1551
| /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
1552
|  * is returned in "result".
1553
|  */
1554
| #ifndef YY_INPUT
1555
| #define YY_INPUT(buf,result,max_size) \
1556
| 	if ( yy_current_buffer->yy_is_interactive ) \
1557
| 		{ \
1558
| 		int c = '*', n; \
1559
| 		for ( n = 0; n < max_size && \
1560
| 			     (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
1561
| 			buf[n] = (char) c; \
1562
| 		if ( c == '\n' ) \
1563
| 			buf[n++] = (char) c; \
1564
| 		if ( c == EOF && ferror( yyin ) ) \
1565
| 			YY_FATAL_ERROR( "input in flex scanner failed" ); \
1566
| 		result = n; \
1567
| 		} \
1568
| 	else if ( ((result = fread( buf, 1, max_size, yyin )) == 0) \
1569
| 		  && ferror( yyin ) ) \
1570
| 		YY_FATAL_ERROR( "input in flex scanner failed" );
1571
| #endif
1572
| 
1573
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
1574
|  * we don't want an extra ';' after the "return" because that will cause
1575
|  * some compilers to complain about unreachable statements.
1576
|  */
1577
| #ifndef yyterminate
1578
| #define yyterminate() return YY_NULL
1579
| #endif
1580
| 
1581
| /* Number of entries by which start-condition stack grows. */
1582
| #ifndef YY_START_STACK_INCR
1583
| #define YY_START_STACK_INCR 25
1584
| #endif
1585
| 
1586
| /* Report a fatal error. */
1587
| #ifndef YY_FATAL_ERROR
1588
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1589
| #endif
1590
| 
1591
| /* Default declaration of generated scanner - a define so the user can
1592
|  * easily add parameters.
1593
|  */
1594
| #ifndef YY_DECL
1595
| #define YY_DECL int yylex YY_PROTO(( void ))
1596
| #endif
1597
| 
1598
| /* Code executed at the beginning of each rule, after yytext and yyleng
1599
|  * have been set up.
1600
|  */
1601
| #ifndef YY_USER_ACTION
1602
| #define YY_USER_ACTION
1603
| #endif
1604
| 
1605
| /* Code executed at the end of each rule. */
1606
| #ifndef YY_BREAK
1607
| #define YY_BREAK break;
1608
| #endif
1609
| 
1610
| #define YY_RULE_SETUP \
1611
| 	YY_USER_ACTION
1612
| 
1613
| YY_DECL
1614
| 	{
1615
| 	register yy_state_type yy_current_state;
1616
| 	register char *yy_cp = NULL, *yy_bp = NULL;
1617
| 	register int yy_act;
1618
| 
1619
| #line 1 "conftest.l"
1620
| 
1621
| #line 525 "lex.yy.c"
1622
| 
1623
| 	if ( yy_init )
1624
| 		{
1625
| 		yy_init = 0;
1626
| 
1627
| #ifdef YY_USER_INIT
1628
| 		YY_USER_INIT;
1629
| #endif
1630
| 
1631
| 		if ( ! yy_start )
1632
| 			yy_start = 1;	/* first start state */
1633
| 
1634
| 		if ( ! yyin )
1635
| 			yyin = stdin;
1636
| 
1637
| 		if ( ! yyout )
1638
| 			yyout = stdout;
1639
| 
1640
| 		if ( ! yy_current_buffer )
1641
| 			yy_current_buffer =
1642
| 				yy_create_buffer( yyin, YY_BUF_SIZE );
1643
| 
1644
| 		yy_load_buffer_state();
1645
| 		}
1646
| 
1647
| 	while ( 1 )		/* loops until end-of-file is reached */
1648
| 		{
1649
| 		yy_cp = yy_c_buf_p;
1650
| 
1651
| 		/* Support of yytext. */
1652
| 		*yy_cp = yy_hold_char;
1653
| 
1654
| 		/* yy_bp points to the position in yy_ch_buf of the start of
1655
| 		 * the current run.
1656
| 		 */
1657
| 		yy_bp = yy_cp;
1658
| 
1659
| 		yy_current_state = yy_start;
1660
| yy_match:
1661
| 		do
1662
| 			{
1663
| 			register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
1664
| 			if ( yy_accept[yy_current_state] )
1665
| 				{
1666
| 				yy_last_accepting_state = yy_current_state;
1667
| 				yy_last_accepting_cpos = yy_cp;
1668
| 				}
1669
| 			while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1670
| 				{
1671
| 				yy_current_state = (int) yy_def[yy_current_state];
1672
| 				if ( yy_current_state >= 6 )
1673
| 					yy_c = yy_meta[(unsigned int) yy_c];
1674
| 				}
1675
| 			yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1676
| 			++yy_cp;
1677
| 			}
1678
| 		while ( yy_base[yy_current_state] != 3 );
1679
| 
1680
| yy_find_action:
1681
| 		yy_act = yy_accept[yy_current_state];
1682
| 		if ( yy_act == 0 )
1683
| 			{ /* have to back up */
1684
| 			yy_cp = yy_last_accepting_cpos;
1685
| 			yy_current_state = yy_last_accepting_state;
1686
| 			yy_act = yy_accept[yy_current_state];
1687
| 			}
1688
| 
1689
| 		YY_DO_BEFORE_ACTION;
1690
| 
1691
| 
1692
| do_action:	/* This label is used only to access EOF actions. */
1693
| 
1694
| 
1695
| 		switch ( yy_act )
1696
| 	{ /* beginning of action switch */
1697
| 			case 0: /* must back up */
1698
| 			/* undo the effects of YY_DO_BEFORE_ACTION */
1699
| 			*yy_cp = yy_hold_char;
1700
| 			yy_cp = yy_last_accepting_cpos;
1701
| 			yy_current_state = yy_last_accepting_state;
1702
| 			goto yy_find_action;
1703
| 
1704
| case 1:
1705
| YY_RULE_SETUP
1706
| #line 2 "conftest.l"
1707
| ECHO;
1708
| 	YY_BREAK
1709
| #line 613 "lex.yy.c"
1710
| case YY_STATE_EOF(INITIAL):
1711
| 	yyterminate();
1712
| 
1713
| 	case YY_END_OF_BUFFER:
1714
| 		{
1715
| 		/* Amount of text matched not including the EOB char. */
1716
| 		int yy_amount_of_matched_text = (int) (yy_cp - yytext_ptr) - 1;
1717
| 
1718
| 		/* Undo the effects of YY_DO_BEFORE_ACTION. */
1719
| 		*yy_cp = yy_hold_char;
1720
| 		YY_RESTORE_YY_MORE_OFFSET
1721
| 
1722
| 		if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_NEW )
1723
| 			{
1724
| 			/* We're scanning a new file or input source.  It's
1725
| 			 * possible that this happened because the user
1726
| 			 * just pointed yyin at a new source and called
1727
| 			 * yylex().  If so, then we have to assure
1728
| 			 * consistency between yy_current_buffer and our
1729
| 			 * globals.  Here is the right place to do so, because
1730
| 			 * this is the first action (other than possibly a
1731
| 			 * back-up) that will match for the new input source.
1732
| 			 */
1733
| 			yy_n_chars = yy_current_buffer->yy_n_chars;
1734
| 			yy_current_buffer->yy_input_file = yyin;
1735
| 			yy_current_buffer->yy_buffer_status = YY_BUFFER_NORMAL;
1736
| 			}
1737
| 
1738
| 		/* Note that here we test for yy_c_buf_p "<=" to the position
1739
| 		 * of the first EOB in the buffer, since yy_c_buf_p will
1740
| 		 * already have been incremented past the NUL character
1741
| 		 * (since all states make transitions on EOB to the
1742
| 		 * end-of-buffer state).  Contrast this with the test
1743
| 		 * in input().
1744
| 		 */
1745
| 		if ( yy_c_buf_p <= &yy_current_buffer->yy_ch_buf[yy_n_chars] )
1746
| 			{ /* This was really a NUL. */
1747
| 			yy_state_type yy_next_state;
1748
| 
1749
| 			yy_c_buf_p = yytext_ptr + yy_amount_of_matched_text;
1750
| 
1751
| 			yy_current_state = yy_get_previous_state();
1752
| 
1753
| 			/* Okay, we're now positioned to make the NUL
1754
| 			 * transition.  We couldn't have
1755
| 			 * yy_get_previous_state() go ahead and do it
1756
| 			 * for us because it doesn't know how to deal
1757
| 			 * with the possibility of jamming (and we don't
1758
| 			 * want to build jamming into it because then it
1759
| 			 * will run more slowly).
1760
| 			 */
1761
| 
1762
| 			yy_next_state = yy_try_NUL_trans( yy_current_state );
1763
| 
1764
| 			yy_bp = yytext_ptr + YY_MORE_ADJ;
1765
| 
1766
| 			if ( yy_next_state )
1767
| 				{
1768
| 				/* Consume the NUL. */
1769
| 				yy_cp = ++yy_c_buf_p;
1770
| 				yy_current_state = yy_next_state;
1771
| 				goto yy_match;
1772
| 				}
1773
| 
1774
| 			else
1775
| 				{
1776
| 				yy_cp = yy_c_buf_p;
1777
| 				goto yy_find_action;
1778
| 				}
1779
| 			}
1780
| 
1781
| 		else switch ( yy_get_next_buffer() )
1782
| 			{
1783
| 			case EOB_ACT_END_OF_FILE:
1784
| 				{
1785
| 				yy_did_buffer_switch_on_eof = 0;
1786
| 
1787
| 				if ( yywrap() )
1788
| 					{
1789
| 					/* Note: because we've taken care in
1790
| 					 * yy_get_next_buffer() to have set up
1791
| 					 * yytext, we can now set up
1792
| 					 * yy_c_buf_p so that if some total
1793
| 					 * hoser (like flex itself) wants to
1794
| 					 * call the scanner after we return the
1795
| 					 * YY_NULL, it'll still work - another
1796
| 					 * YY_NULL will get returned.
1797
| 					 */
1798
| 					yy_c_buf_p = yytext_ptr + YY_MORE_ADJ;
1799
| 
1800
| 					yy_act = YY_STATE_EOF(YY_START);
1801
| 					goto do_action;
1802
| 					}
1803
| 
1804
| 				else
1805
| 					{
1806
| 					if ( ! yy_did_buffer_switch_on_eof )
1807
| 						YY_NEW_FILE;
1808
| 					}
1809
| 				break;
1810
| 				}
1811
| 
1812
| 			case EOB_ACT_CONTINUE_SCAN:
1813
| 				yy_c_buf_p =
1814
| 					yytext_ptr + yy_amount_of_matched_text;
1815
| 
1816
| 				yy_current_state = yy_get_previous_state();
1817
| 
1818
| 				yy_cp = yy_c_buf_p;
1819
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
1820
| 				goto yy_match;
1821
| 
1822
| 			case EOB_ACT_LAST_MATCH:
1823
| 				yy_c_buf_p =
1824
| 				&yy_current_buffer->yy_ch_buf[yy_n_chars];
1825
| 
1826
| 				yy_current_state = yy_get_previous_state();
1827
| 
1828
| 				yy_cp = yy_c_buf_p;
1829
| 				yy_bp = yytext_ptr + YY_MORE_ADJ;
1830
| 				goto yy_find_action;
1831
| 			}
1832
| 		break;
1833
| 		}
1834
| 
1835
| 	default:
1836
| 		YY_FATAL_ERROR(
1837
| 			"fatal flex scanner internal error--no action found" );
1838
| 	} /* end of action switch */
1839
| 		} /* end of scanning one token */
1840
| 	} /* end of yylex */
1841
| 
1842
| 
1843
| /* yy_get_next_buffer - try to read in a new buffer
1844
|  *
1845
|  * Returns a code representing an action:
1846
|  *	EOB_ACT_LAST_MATCH -
1847
|  *	EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1848
|  *	EOB_ACT_END_OF_FILE - end of file
1849
|  */
1850
| 
1851
| static int yy_get_next_buffer()
1852
| 	{
1853
| 	register char *dest = yy_current_buffer->yy_ch_buf;
1854
| 	register char *source = yytext_ptr;
1855
| 	register int number_to_move, i;
1856
| 	int ret_val;
1857
| 
1858
| 	if ( yy_c_buf_p > &yy_current_buffer->yy_ch_buf[yy_n_chars + 1] )
1859
| 		YY_FATAL_ERROR(
1860
| 		"fatal flex scanner internal error--end of buffer missed" );
1861
| 
1862
| 	if ( yy_current_buffer->yy_fill_buffer == 0 )
1863
| 		{ /* Don't try to fill the buffer, so this is an EOF. */
1864
| 		if ( yy_c_buf_p - yytext_ptr - YY_MORE_ADJ == 1 )
1865
| 			{
1866
| 			/* We matched a single character, the EOB, so
1867
| 			 * treat this as a final EOF.
1868
| 			 */
1869
| 			return EOB_ACT_END_OF_FILE;
1870
| 			}
1871
| 
1872
| 		else
1873
| 			{
1874
| 			/* We matched some text prior to the EOB, first
1875
| 			 * process it.
1876
| 			 */
1877
| 			return EOB_ACT_LAST_MATCH;
1878
| 			}
1879
| 		}
1880
| 
1881
| 	/* Try to read more data. */
1882
| 
1883
| 	/* First move last chars to start of buffer. */
1884
| 	number_to_move = (int) (yy_c_buf_p - yytext_ptr) - 1;
1885
| 
1886
| 	for ( i = 0; i < number_to_move; ++i )
1887
| 		*(dest++) = *(source++);
1888
| 
1889
| 	if ( yy_current_buffer->yy_buffer_status == YY_BUFFER_EOF_PENDING )
1890
| 		/* don't do the read, it's not guaranteed to return an EOF,
1891
| 		 * just force an EOF
1892
| 		 */
1893
| 		yy_current_buffer->yy_n_chars = yy_n_chars = 0;
1894
| 
1895
| 	else
1896
| 		{
1897
| 		int num_to_read =
1898
| 			yy_current_buffer->yy_buf_size - number_to_move - 1;
1899
| 
1900
| 		while ( num_to_read <= 0 )
1901
| 			{ /* Not enough room in the buffer - grow it. */
1902
| #ifdef YY_USES_REJECT
1903
| 			YY_FATAL_ERROR(
1904
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
1905
| #else
1906
| 
1907
| 			/* just a shorter name for the current buffer */
1908
| 			YY_BUFFER_STATE b = yy_current_buffer;
1909
| 
1910
| 			int yy_c_buf_p_offset =
1911
| 				(int) (yy_c_buf_p - b->yy_ch_buf);
1912
| 
1913
| 			if ( b->yy_is_our_buffer )
1914
| 				{
1915
| 				int new_size = b->yy_buf_size * 2;
1916
| 
1917
| 				if ( new_size <= 0 )
1918
| 					b->yy_buf_size += b->yy_buf_size / 8;
1919
| 				else
1920
| 					b->yy_buf_size *= 2;
1921
| 
1922
| 				b->yy_ch_buf = (char *)
1923
| 					/* Include room in for 2 EOB chars. */
1924
| 					yy_flex_realloc( (void *) b->yy_ch_buf,
1925
| 							 b->yy_buf_size + 2 );
1926
| 				}
1927
| 			else
1928
| 				/* Can't grow it, we don't own it. */
1929
| 				b->yy_ch_buf = 0;
1930
| 
1931
| 			if ( ! b->yy_ch_buf )
1932
| 				YY_FATAL_ERROR(
1933
| 				"fatal error - scanner input buffer overflow" );
1934
| 
1935
| 			yy_c_buf_p = &b->yy_ch_buf[yy_c_buf_p_offset];
1936
| 
1937
| 			num_to_read = yy_current_buffer->yy_buf_size -
1938
| 						number_to_move - 1;
1939
| #endif
1940
| 			}
1941
| 
1942
| 		if ( num_to_read > YY_READ_BUF_SIZE )
1943
| 			num_to_read = YY_READ_BUF_SIZE;
1944
| 
1945
| 		/* Read in more data. */
1946
| 		YY_INPUT( (&yy_current_buffer->yy_ch_buf[number_to_move]),
1947
| 			yy_n_chars, num_to_read );
1948
| 
1949
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
1950
| 		}
1951
| 
1952
| 	if ( yy_n_chars == 0 )
1953
| 		{
1954
| 		if ( number_to_move == YY_MORE_ADJ )
1955
| 			{
1956
| 			ret_val = EOB_ACT_END_OF_FILE;
1957
| 			yyrestart( yyin );
1958
| 			}
1959
| 
1960
| 		else
1961
| 			{
1962
| 			ret_val = EOB_ACT_LAST_MATCH;
1963
| 			yy_current_buffer->yy_buffer_status =
1964
| 				YY_BUFFER_EOF_PENDING;
1965
| 			}
1966
| 		}
1967
| 
1968
| 	else
1969
| 		ret_val = EOB_ACT_CONTINUE_SCAN;
1970
| 
1971
| 	yy_n_chars += number_to_move;
1972
| 	yy_current_buffer->yy_ch_buf[yy_n_chars] = YY_END_OF_BUFFER_CHAR;
1973
| 	yy_current_buffer->yy_ch_buf[yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;
1974
| 
1975
| 	yytext_ptr = &yy_current_buffer->yy_ch_buf[0];
1976
| 
1977
| 	return ret_val;
1978
| 	}
1979
| 
1980
| 
1981
| /* yy_get_previous_state - get the state just before the EOB char was reached */
1982
| 
1983
| static yy_state_type yy_get_previous_state()
1984
| 	{
1985
| 	register yy_state_type yy_current_state;
1986
| 	register char *yy_cp;
1987
| 
1988
| 	yy_current_state = yy_start;
1989
| 
1990
| 	for ( yy_cp = yytext_ptr + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
1991
| 		{
1992
| 		register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
1993
| 		if ( yy_accept[yy_current_state] )
1994
| 			{
1995
| 			yy_last_accepting_state = yy_current_state;
1996
| 			yy_last_accepting_cpos = yy_cp;
1997
| 			}
1998
| 		while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1999
| 			{
2000
| 			yy_current_state = (int) yy_def[yy_current_state];
2001
| 			if ( yy_current_state >= 6 )
2002
| 				yy_c = yy_meta[(unsigned int) yy_c];
2003
| 			}
2004
| 		yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
2005
| 		}
2006
| 
2007
| 	return yy_current_state;
2008
| 	}
2009
| 
2010
| 
2011
| /* yy_try_NUL_trans - try to make a transition on the NUL character
2012
|  *
2013
|  * synopsis
2014
|  *	next_state = yy_try_NUL_trans( current_state );
2015
|  */
2016
| 
2017
| #ifdef YY_USE_PROTOS
2018
| static yy_state_type yy_try_NUL_trans( yy_state_type yy_current_state )
2019
| #else
2020
| static yy_state_type yy_try_NUL_trans( yy_current_state )
2021
| yy_state_type yy_current_state;
2022
| #endif
2023
| 	{
2024
| 	register int yy_is_jam;
2025
| 	register char *yy_cp = yy_c_buf_p;
2026
| 
2027
| 	register YY_CHAR yy_c = 1;
2028
| 	if ( yy_accept[yy_current_state] )
2029
| 		{
2030
| 		yy_last_accepting_state = yy_current_state;
2031
| 		yy_last_accepting_cpos = yy_cp;
2032
| 		}
2033
| 	while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
2034
| 		{
2035
| 		yy_current_state = (int) yy_def[yy_current_state];
2036
| 		if ( yy_current_state >= 6 )
2037
| 			yy_c = yy_meta[(unsigned int) yy_c];
2038
| 		}
2039
| 	yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
2040
| 	yy_is_jam = (yy_current_state == 5);
2041
| 
2042
| 	return yy_is_jam ? 0 : yy_current_state;
2043
| 	}
2044
| 
2045
| 
2046
| #ifndef YY_NO_UNPUT
2047
| #ifdef YY_USE_PROTOS
2048
| static void yyunput( int c, register char *yy_bp )
2049
| #else
2050
| static void yyunput( c, yy_bp )
2051
| int c;
2052
| register char *yy_bp;
2053
| #endif
2054
| 	{
2055
| 	register char *yy_cp = yy_c_buf_p;
2056
| 
2057
| 	/* undo effects of setting up yytext */
2058
| 	*yy_cp = yy_hold_char;
2059
| 
2060
| 	if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
2061
| 		{ /* need to shift things up to make room */
2062
| 		/* +2 for EOB chars. */
2063
| 		register int number_to_move = yy_n_chars + 2;
2064
| 		register char *dest = &yy_current_buffer->yy_ch_buf[
2065
| 					yy_current_buffer->yy_buf_size + 2];
2066
| 		register char *source =
2067
| 				&yy_current_buffer->yy_ch_buf[number_to_move];
2068
| 
2069
| 		while ( source > yy_current_buffer->yy_ch_buf )
2070
| 			*--dest = *--source;
2071
| 
2072
| 		yy_cp += (int) (dest - source);
2073
| 		yy_bp += (int) (dest - source);
2074
| 		yy_current_buffer->yy_n_chars =
2075
| 			yy_n_chars = yy_current_buffer->yy_buf_size;
2076
| 
2077
| 		if ( yy_cp < yy_current_buffer->yy_ch_buf + 2 )
2078
| 			YY_FATAL_ERROR( "flex scanner push-back overflow" );
2079
| 		}
2080
| 
2081
| 	*--yy_cp = (char) c;
2082
| 
2083
| 
2084
| 	yytext_ptr = yy_bp;
2085
| 	yy_hold_char = *yy_cp;
2086
| 	yy_c_buf_p = yy_cp;
2087
| 	}
2088
| #endif	/* ifndef YY_NO_UNPUT */
2089
| 
2090
| 
2091
| #ifndef YY_NO_INPUT
2092
| #ifdef __cplusplus
2093
| static int yyinput()
2094
| #else
2095
| static int input()
2096
| #endif
2097
| 	{
2098
| 	int c;
2099
| 
2100
| 	*yy_c_buf_p = yy_hold_char;
2101
| 
2102
| 	if ( *yy_c_buf_p == YY_END_OF_BUFFER_CHAR )
2103
| 		{
2104
| 		/* yy_c_buf_p now points to the character we want to return.
2105
| 		 * If this occurs *before* the EOB characters, then it's a
2106
| 		 * valid NUL; if not, then we've hit the end of the buffer.
2107
| 		 */
2108
| 		if ( yy_c_buf_p < &yy_current_buffer->yy_ch_buf[yy_n_chars] )
2109
| 			/* This was really a NUL. */
2110
| 			*yy_c_buf_p = '\0';
2111
| 
2112
| 		else
2113
| 			{ /* need more input */
2114
| 			int offset = yy_c_buf_p - yytext_ptr;
2115
| 			++yy_c_buf_p;
2116
| 
2117
| 			switch ( yy_get_next_buffer() )
2118
| 				{
2119
| 				case EOB_ACT_LAST_MATCH:
2120
| 					/* This happens because yy_g_n_b()
2121
| 					 * sees that we've accumulated a
2122
| 					 * token and flags that we need to
2123
| 					 * try matching the token before
2124
| 					 * proceeding.  But for input(),
2125
| 					 * there's no matching to consider.
2126
| 					 * So convert the EOB_ACT_LAST_MATCH
2127
| 					 * to EOB_ACT_END_OF_FILE.
2128
| 					 */
2129
| 
2130
| 					/* Reset buffer status. */
2131
| 					yyrestart( yyin );
2132
| 
2133
| 					/* fall through */
2134
| 
2135
| 				case EOB_ACT_END_OF_FILE:
2136
| 					{
2137
| 					if ( yywrap() )
2138
| 						return EOF;
2139
| 
2140
| 					if ( ! yy_did_buffer_switch_on_eof )
2141
| 						YY_NEW_FILE;
2142
| #ifdef __cplusplus
2143
| 					return yyinput();
2144
| #else
2145
| 					return input();
2146
| #endif
2147
| 					}
2148
| 
2149
| 				case EOB_ACT_CONTINUE_SCAN:
2150
| 					yy_c_buf_p = yytext_ptr + offset;
2151
| 					break;
2152
| 				}
2153
| 			}
2154
| 		}
2155
| 
2156
| 	c = *(unsigned char *) yy_c_buf_p;	/* cast for 8-bit char's */
2157
| 	*yy_c_buf_p = '\0';	/* preserve yytext */
2158
| 	yy_hold_char = *++yy_c_buf_p;
2159
| 
2160
| 
2161
| 	return c;
2162
| 	}
2163
| #endif /* YY_NO_INPUT */
2164
| 
2165
| #ifdef YY_USE_PROTOS
2166
| void yyrestart( FILE *input_file )
2167
| #else
2168
| void yyrestart( input_file )
2169
| FILE *input_file;
2170
| #endif
2171
| 	{
2172
| 	if ( ! yy_current_buffer )
2173
| 		yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE );
2174
| 
2175
| 	yy_init_buffer( yy_current_buffer, input_file );
2176
| 	yy_load_buffer_state();
2177
| 	}
2178
| 
2179
| 
2180
| #ifdef YY_USE_PROTOS
2181
| void yy_switch_to_buffer( YY_BUFFER_STATE new_buffer )
2182
| #else
2183
| void yy_switch_to_buffer( new_buffer )
2184
| YY_BUFFER_STATE new_buffer;
2185
| #endif
2186
| 	{
2187
| 	if ( yy_current_buffer == new_buffer )
2188
| 		return;
2189
| 
2190
| 	if ( yy_current_buffer )
2191
| 		{
2192
| 		/* Flush out information for old buffer. */
2193
| 		*yy_c_buf_p = yy_hold_char;
2194
| 		yy_current_buffer->yy_buf_pos = yy_c_buf_p;
2195
| 		yy_current_buffer->yy_n_chars = yy_n_chars;
2196
| 		}
2197
| 
2198
| 	yy_current_buffer = new_buffer;
2199
| 	yy_load_buffer_state();
2200
| 
2201
| 	/* We don't actually know whether we did this switch during
2202
| 	 * EOF (yywrap()) processing, but the only time this flag
2203
| 	 * is looked at is after yywrap() is called, so it's safe
2204
| 	 * to go ahead and always set it.
2205
| 	 */
2206
| 	yy_did_buffer_switch_on_eof = 1;
2207
| 	}
2208
| 
2209
| 
2210
| #ifdef YY_USE_PROTOS
2211
| void yy_load_buffer_state( void )
2212
| #else
2213
| void yy_load_buffer_state()
2214
| #endif
2215
| 	{
2216
| 	yy_n_chars = yy_current_buffer->yy_n_chars;
2217
| 	yytext_ptr = yy_c_buf_p = yy_current_buffer->yy_buf_pos;
2218
| 	yyin = yy_current_buffer->yy_input_file;
2219
| 	yy_hold_char = *yy_c_buf_p;
2220
| 	}
2221
| 
2222
| 
2223
| #ifdef YY_USE_PROTOS
2224
| YY_BUFFER_STATE yy_create_buffer( FILE *file, int size )
2225
| #else
2226
| YY_BUFFER_STATE yy_create_buffer( file, size )
2227
| FILE *file;
2228
| int size;
2229
| #endif
2230
| 	{
2231
| 	YY_BUFFER_STATE b;
2232
| 
2233
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
2234
| 	if ( ! b )
2235
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
2236
| 
2237
| 	b->yy_buf_size = size;
2238
| 
2239
| 	/* yy_ch_buf has to be 2 characters longer than the size given because
2240
| 	 * we need to put in 2 end-of-buffer characters.
2241
| 	 */
2242
| 	b->yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 );
2243
| 	if ( ! b->yy_ch_buf )
2244
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
2245
| 
2246
| 	b->yy_is_our_buffer = 1;
2247
| 
2248
| 	yy_init_buffer( b, file );
2249
| 
2250
| 	return b;
2251
| 	}
2252
| 
2253
| 
2254
| #ifdef YY_USE_PROTOS
2255
| void yy_delete_buffer( YY_BUFFER_STATE b )
2256
| #else
2257
| void yy_delete_buffer( b )
2258
| YY_BUFFER_STATE b;
2259
| #endif
2260
| 	{
2261
| 	if ( ! b )
2262
| 		return;
2263
| 
2264
| 	if ( b == yy_current_buffer )
2265
| 		yy_current_buffer = (YY_BUFFER_STATE) 0;
2266
| 
2267
| 	if ( b->yy_is_our_buffer )
2268
| 		yy_flex_free( (void *) b->yy_ch_buf );
2269
| 
2270
| 	yy_flex_free( (void *) b );
2271
| 	}
2272
| 
2273
| 
2274
| 
2275
| #ifdef YY_USE_PROTOS
2276
| void yy_init_buffer( YY_BUFFER_STATE b, FILE *file )
2277
| #else
2278
| void yy_init_buffer( b, file )
2279
| YY_BUFFER_STATE b;
2280
| FILE *file;
2281
| #endif
2282
| 
2283
| 
2284
| 	{
2285
| 	yy_flush_buffer( b );
2286
| 
2287
| 	b->yy_input_file = file;
2288
| 	b->yy_fill_buffer = 1;
2289
| 
2290
| #if YY_ALWAYS_INTERACTIVE
2291
| 	b->yy_is_interactive = 1;
2292
| #else
2293
| #if YY_NEVER_INTERACTIVE
2294
| 	b->yy_is_interactive = 0;
2295
| #else
2296
| 	b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
2297
| #endif
2298
| #endif
2299
| 	}
2300
| 
2301
| 
2302
| #ifdef YY_USE_PROTOS
2303
| void yy_flush_buffer( YY_BUFFER_STATE b )
2304
| #else
2305
| void yy_flush_buffer( b )
2306
| YY_BUFFER_STATE b;
2307
| #endif
2308
| 
2309
| 	{
2310
| 	if ( ! b )
2311
| 		return;
2312
| 
2313
| 	b->yy_n_chars = 0;
2314
| 
2315
| 	/* We always need two end-of-buffer characters.  The first causes
2316
| 	 * a transition to the end-of-buffer state.  The second causes
2317
| 	 * a jam in that state.
2318
| 	 */
2319
| 	b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
2320
| 	b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
2321
| 
2322
| 	b->yy_buf_pos = &b->yy_ch_buf[0];
2323
| 
2324
| 	b->yy_at_bol = 1;
2325
| 	b->yy_buffer_status = YY_BUFFER_NEW;
2326
| 
2327
| 	if ( b == yy_current_buffer )
2328
| 		yy_load_buffer_state();
2329
| 	}
2330
| 
2331
| 
2332
| #ifndef YY_NO_SCAN_BUFFER
2333
| #ifdef YY_USE_PROTOS
2334
| YY_BUFFER_STATE yy_scan_buffer( char *base, yy_size_t size )
2335
| #else
2336
| YY_BUFFER_STATE yy_scan_buffer( base, size )
2337
| char *base;
2338
| yy_size_t size;
2339
| #endif
2340
| 	{
2341
| 	YY_BUFFER_STATE b;
2342
| 
2343
| 	if ( size < 2 ||
2344
| 	     base[size-2] != YY_END_OF_BUFFER_CHAR ||
2345
| 	     base[size-1] != YY_END_OF_BUFFER_CHAR )
2346
| 		/* They forgot to leave room for the EOB's. */
2347
| 		return 0;
2348
| 
2349
| 	b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) );
2350
| 	if ( ! b )
2351
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
2352
| 
2353
| 	b->yy_buf_size = size - 2;	/* "- 2" to take care of EOB's */
2354
| 	b->yy_buf_pos = b->yy_ch_buf = base;
2355
| 	b->yy_is_our_buffer = 0;
2356
| 	b->yy_input_file = 0;
2357
| 	b->yy_n_chars = b->yy_buf_size;
2358
| 	b->yy_is_interactive = 0;
2359
| 	b->yy_at_bol = 1;
2360
| 	b->yy_fill_buffer = 0;
2361
| 	b->yy_buffer_status = YY_BUFFER_NEW;
2362
| 
2363
| 	yy_switch_to_buffer( b );
2364
| 
2365
| 	return b;
2366
| 	}
2367
| #endif
2368
| 
2369
| 
2370
| #ifndef YY_NO_SCAN_STRING
2371
| #ifdef YY_USE_PROTOS
2372
| YY_BUFFER_STATE yy_scan_string( yyconst char *yy_str )
2373
| #else
2374
| YY_BUFFER_STATE yy_scan_string( yy_str )
2375
| yyconst char *yy_str;
2376
| #endif
2377
| 	{
2378
| 	int len;
2379
| 	for ( len = 0; yy_str[len]; ++len )
2380
| 		;
2381
| 
2382
| 	return yy_scan_bytes( yy_str, len );
2383
| 	}
2384
| #endif
2385
| 
2386
| 
2387
| #ifndef YY_NO_SCAN_BYTES
2388
| #ifdef YY_USE_PROTOS
2389
| YY_BUFFER_STATE yy_scan_bytes( yyconst char *bytes, int len )
2390
| #else
2391
| YY_BUFFER_STATE yy_scan_bytes( bytes, len )
2392
| yyconst char *bytes;
2393
| int len;
2394
| #endif
2395
| 	{
2396
| 	YY_BUFFER_STATE b;
2397
| 	char *buf;
2398
| 	yy_size_t n;
2399
| 	int i;
2400
| 
2401
| 	/* Get memory for full buffer, including space for trailing EOB's. */
2402
| 	n = len + 2;
2403
| 	buf = (char *) yy_flex_alloc( n );
2404
| 	if ( ! buf )
2405
| 		YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
2406
| 
2407
| 	for ( i = 0; i < len; ++i )
2408
| 		buf[i] = bytes[i];
2409
| 
2410
| 	buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
2411
| 
2412
| 	b = yy_scan_buffer( buf, n );
2413
| 	if ( ! b )
2414
| 		YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
2415
| 
2416
| 	/* It's okay to grow etc. this buffer, and we should throw it
2417
| 	 * away when we're done.
2418
| 	 */
2419
| 	b->yy_is_our_buffer = 1;
2420
| 
2421
| 	return b;
2422
| 	}
2423
| #endif
2424
| 
2425
| 
2426
| #ifndef YY_NO_PUSH_STATE
2427
| #ifdef YY_USE_PROTOS
2428
| static void yy_push_state( int new_state )
2429
| #else
2430
| static void yy_push_state( new_state )
2431
| int new_state;
2432
| #endif
2433
| 	{
2434
| 	if ( yy_start_stack_ptr >= yy_start_stack_depth )
2435
| 		{
2436
| 		yy_size_t new_size;
2437
| 
2438
| 		yy_start_stack_depth += YY_START_STACK_INCR;
2439
| 		new_size = yy_start_stack_depth * sizeof( int );
2440
| 
2441
| 		if ( ! yy_start_stack )
2442
| 			yy_start_stack = (int *) yy_flex_alloc( new_size );
2443
| 
2444
| 		else
2445
| 			yy_start_stack = (int *) yy_flex_realloc(
2446
| 					(void *) yy_start_stack, new_size );
2447
| 
2448
| 		if ( ! yy_start_stack )
2449
| 			YY_FATAL_ERROR(
2450
| 			"out of memory expanding start-condition stack" );
2451
| 		}
2452
| 
2453
| 	yy_start_stack[yy_start_stack_ptr++] = YY_START;
2454
| 
2455
| 	BEGIN(new_state);
2456
| 	}
2457
| #endif
2458
| 
2459
| 
2460
| #ifndef YY_NO_POP_STATE
2461
| static void yy_pop_state()
2462
| 	{
2463
| 	if ( --yy_start_stack_ptr < 0 )
2464
| 		YY_FATAL_ERROR( "start-condition stack underflow" );
2465
| 
2466
| 	BEGIN(yy_start_stack[yy_start_stack_ptr]);
2467
| 	}
2468
| #endif
2469
| 
2470
| 
2471
| #ifndef YY_NO_TOP_STATE
2472
| static int yy_top_state()
2473
| 	{
2474
| 	return yy_start_stack[yy_start_stack_ptr - 1];
2475
| 	}
2476
| #endif
2477
| 
2478
| #ifndef YY_EXIT_FAILURE
2479
| #define YY_EXIT_FAILURE 2
2480
| #endif
2481
| 
2482
| #ifdef YY_USE_PROTOS
2483
| static void yy_fatal_error( yyconst char msg[] )
2484
| #else
2485
| static void yy_fatal_error( msg )
2486
| char msg[];
2487
| #endif
2488
| 	{
2489
| 	(void) fprintf( stderr, "%s\n", msg );
2490
| 	exit( YY_EXIT_FAILURE );
2491
| 	}
2492
| 
2493
| 
2494
| 
2495
| /* Redefine yyless() so it works in section 3 code. */
2496
| 
2497
| #undef yyless
2498
| #define yyless(n) \
2499
| 	do \
2500
| 		{ \
2501
| 		/* Undo effects of setting up yytext. */ \
2502
| 		yytext[yyleng] = yy_hold_char; \
2503
| 		yy_c_buf_p = yytext + n; \
2504
| 		yy_hold_char = *yy_c_buf_p; \
2505
| 		*yy_c_buf_p = '\0'; \
2506
| 		yyleng = n; \
2507
| 		} \
2508
| 	while ( 0 )
2509
| 
2510
| 
2511
| /* Internal utility routines. */
2512
| 
2513
| #ifndef yytext_ptr
2514
| #ifdef YY_USE_PROTOS
2515
| static void yy_flex_strncpy( char *s1, yyconst char *s2, int n )
2516
| #else
2517
| static void yy_flex_strncpy( s1, s2, n )
2518
| char *s1;
2519
| yyconst char *s2;
2520
| int n;
2521
| #endif
2522
| 	{
2523
| 	register int i;
2524
| 	for ( i = 0; i < n; ++i )
2525
| 		s1[i] = s2[i];
2526
| 	}
2527
| #endif
2528
| 
2529
| #ifdef YY_NEED_STRLEN
2530
| #ifdef YY_USE_PROTOS
2531
| static int yy_flex_strlen( yyconst char *s )
2532
| #else
2533
| static int yy_flex_strlen( s )
2534
| yyconst char *s;
2535
| #endif
2536
| 	{
2537
| 	register int n;
2538
| 	for ( n = 0; s[n]; ++n )
2539
| 		;
2540
| 
2541
| 	return n;
2542
| 	}
2543
| #endif
2544
| 
2545
| 
2546
| #ifdef YY_USE_PROTOS
2547
| static void *yy_flex_alloc( yy_size_t size )
2548
| #else
2549
| static void *yy_flex_alloc( size )
2550
| yy_size_t size;
2551
| #endif
2552
| 	{
2553
| 	return (void *) malloc( size );
2554
| 	}
2555
| 
2556
| #ifdef YY_USE_PROTOS
2557
| static void *yy_flex_realloc( void *ptr, yy_size_t size )
2558
| #else
2559
| static void *yy_flex_realloc( ptr, size )
2560
| void *ptr;
2561
| yy_size_t size;
2562
| #endif
2563
| 	{
2564
| 	/* The cast to (char *) in the following accommodates both
2565
| 	 * implementations that use char* generic pointers, and those
2566
| 	 * that use void* generic pointers.  It works with the latter
2567
| 	 * because both ANSI C and C++ allow castless assignment from
2568
| 	 * any pointer type to void*, and deal with argument conversions
2569
| 	 * as though doing an assignment.
2570
| 	 */
2571
| 	return (void *) realloc( (char *) ptr, size );
2572
| 	}
2573
| 
2574
| #ifdef YY_USE_PROTOS
2575
| static void yy_flex_free( void *ptr )
2576
| #else
2577
| static void yy_flex_free( ptr )
2578
| void *ptr;
2579
| #endif
2580
| 	{
2581
| 	free( ptr );
2582
| 	}
2583
| 
2584
| #if YY_MAIN
2585
| int main()
2586
| 	{
2587
| 	yylex();
2588
| 	return 0;
2589
| 	}
2590
| #endif
2591
| #line 2 "conftest.l"
2592
| 
2593
| extern char *yytext;
2594
configure:22450: result: no
2595
configure:22488: checking for SPIT
2596
configure:22492: result: yes
2597
configure:22522: checking for openpty in -lutil
2598
configure:22552: g++ -o conftest -g -O2   conftest.cc -lutil   >&5
2599
configure:22558: $? = 0
2600
configure:22561: test -z 			 || test ! -s conftest.err
2601
configure:22564: $? = 0
2602
configure:22567: test -s conftest
2603
configure:22570: $? = 0
2604
configure:22583: result: yes
2605
configure:22602: checking for GRASS
2606
configure:22642: result: yes
2607
configure:22674: checking GPX provider and GPS plugin should be installed (default: yes)
2608
configure:22676: result: yes
2609
configure:22680: checking for XML_ParserCreate in -lexpat
2610
configure:22710: g++ -o conftest -g -O2   conftest.cc -lexpat  -lutil  >&5
2611
configure:22716: $? = 0
2612
configure:22719: test -z 			 || test ! -s conftest.err
2613
configure:22722: $? = 0
2614
configure:22725: test -s conftest
2615
configure:22728: $? = 0
2616
configure:22741: result: yes
2617
configure:22766: checking Whether to build unit tests
2618
configure:22768: result: no
2619
configure:22790: checking if the georeferencer plugin should be built
2620
configure:22792: result: yes
2621
configure:22831: checking for gsl-config
2622
configure:22862: result: no
2623
configure:22870: checking for GSL - version >= 1.5.9
2624
configure:23005: result: no
2625
configure:23102: checking for WFS
2626
configure:23116: result: no
2627
configure:23138: checking if debug statements should be sent to stdout/stderr
2628
configure:23146: result: yes
2629
configure:23354: creating ./config.status
2630

    
2631
## ---------------------- ##
2632
## Running config.status. ##
2633
## ---------------------- ##
2634

    
2635
This file was extended by config.status, which was
2636
generated by GNU Autoconf 2.59.  Invocation command line was
2637

    
2638
  CONFIG_FILES    = 
2639
  CONFIG_HEADERS  = 
2640
  CONFIG_LINKS    = 
2641
  CONFIG_COMMANDS = 
2642
  $ ./config.status 
2643

    
2644
on localhost.localdomain
2645

    
2646
config.status:896: creating Makefile
2647
config.status:896: creating Makefile.win.rules
2648
config.status:896: creating create_qm_files.sh
2649
config.status:896: creating doc/Makefile
2650
config.status:896: creating doc/images/Makefile
2651
config.status:896: creating doc/install_guide/Makefile
2652
config.status:896: creating doc/plugins/delimited_text/Makefile
2653
config.status:896: creating doc/plugins/geoprocessing/buffer/Makefile
2654
config.status:896: creating doc/plugins/geoprocessing/Makefile
2655
config.status:896: creating doc/plugins/Makefile
2656
config.status:896: creating i18n/Makefile
2657
config.status:896: creating images/Makefile
2658
config.status:896: creating images/developers/Makefile
2659
config.status:896: creating images/icons/Makefile
2660
config.status:896: creating images/north_arrows/Makefile
2661
config.status:896: creating images/splash/Makefile
2662
config.status:896: creating images/svg/biology/Makefile
2663
config.status:896: creating images/svg/geometric/Makefile
2664
config.status:896: creating images/svg/gpsicons/Makefile
2665
config.status:896: creating images/svg/icon/Makefile
2666
config.status:896: creating images/svg/Makefile
2667
config.status:896: creating images/svg/north_arrows/Makefile
2668
config.status:896: creating images/svg/symbol/Makefile
2669
config.status:896: creating images/svg/sport/Makefile
2670
config.status:896: creating images/themes/default/Makefile
2671
config.status:896: creating images/themes/Makefile
2672
config.status:896: creating images/themes/nkids/Makefile
2673
config.status:896: creating resources/Makefile
2674
config.status:896: creating resources/context_help/Makefile
2675
config.status:896: creating src/Makefile
2676
config.status:896: creating src/composer/Makefile
2677
config.status:896: creating src/core/Makefile
2678
config.status:896: creating src/helpviewer/Makefile
2679
config.status:896: creating src/gui/Makefile
2680
config.status:896: creating src/legend/Makefile
2681
config.status:896: creating src/mac/Contents/Makefile
2682
config.status:896: creating src/mac/Contents/Resources/Makefile
2683
config.status:896: creating src/mac/Makefile
2684
config.status:896: creating src/plugins/Makefile
2685
config.status:896: creating src/plugins/copyright_label/Makefile
2686
config.status:896: creating src/plugins/delimited_text/Makefile
2687
config.status:896: creating src/plugins/geoprocessing/Makefile
2688
config.status:896: creating src/plugins/georeferencer/Makefile
2689
config.status:896: creating src/plugins/gps_importer/Makefile
2690
config.status:896: creating src/plugins/grass/config/Makefile
2691
config.status:896: creating src/plugins/grass/Makefile
2692
config.status:896: creating src/plugins/grass/modules/Makefile
2693
config.status:896: creating src/plugins/grass/themes/default/Makefile
2694
config.status:896: creating src/plugins/grass/themes/Makefile
2695
config.status:896: creating src/plugins/grid_maker/Makefile
2696
config.status:896: creating src/plugins/north_arrow/Makefile
2697
config.status:896: creating src/plugins/scale_bar/Makefile
2698
config.status:896: creating src/plugins/spit/Makefile
2699
config.status:896: creating src/plugins/wfs/Makefile
2700
config.status:896: creating src/providers/Makefile
2701
config.status:896: creating src/providers/delimitedtext/Makefile
2702
config.status:896: creating src/providers/gpx/Makefile
2703
config.status:896: creating src/providers/grass/Makefile
2704
config.status:896: creating src/providers/ogr/Makefile
2705
config.status:896: creating src/providers/postgres/Makefile
2706
config.status:896: creating src/providers/wms/Makefile
2707
config.status:896: creating src/providers/wfs/Makefile
2708
config.status:896: creating src/raster/Makefile
2709
config.status:896: creating src/ui/Makefile
2710
config.status:896: creating src/widgets/Makefile
2711
config.status:896: creating src/widgets/projectionselector/Makefile
2712
config.status:896: creating tools/Makefile
2713
config.status:896: creating tools/mapserver_export/Makefile
2714
config.status:896: creating tools/qgis_config/Makefile
2715
config.status:896: creating tests/Makefile
2716
config.status:896: creating tests/src/Makefile
2717
config.status:896: creating tests/src/core/Makefile
2718
config.status:896: creating tests/src/gui/Makefile
2719
config.status:896: creating tests/src/raster/Makefile
2720
config.status:896: creating qgis.spec
2721
config.status:962: creating qgsconfig.h
2722
config.status:1080: qgsconfig.h is unchanged
2723
config.status:1260: executing depfiles commands
2724

    
2725
## ---------------- ##
2726
## Cache variables. ##
2727
## ---------------- ##
2728

    
2729
ac_cv_build=x86_64-unknown-linux-gnu
2730
ac_cv_build_alias=x86_64-unknown-linux-gnu
2731
ac_cv_c_bigendian=no
2732
ac_cv_c_compiler_gnu=yes
2733
ac_cv_cxx_compiler_gnu=yes
2734
ac_cv_env_CC_set=
2735
ac_cv_env_CC_value=
2736
ac_cv_env_CFLAGS_set=
2737
ac_cv_env_CFLAGS_value=
2738
ac_cv_env_CPPFLAGS_set=
2739
ac_cv_env_CPPFLAGS_value=
2740
ac_cv_env_CPP_set=
2741
ac_cv_env_CPP_value=
2742
ac_cv_env_CXXCPP_set=
2743
ac_cv_env_CXXCPP_value=
2744
ac_cv_env_CXXFLAGS_set=
2745
ac_cv_env_CXXFLAGS_value=
2746
ac_cv_env_CXX_set=
2747
ac_cv_env_CXX_value=
2748
ac_cv_env_F77_set=
2749
ac_cv_env_F77_value=
2750
ac_cv_env_FFLAGS_set=
2751
ac_cv_env_FFLAGS_value=
2752
ac_cv_env_LDFLAGS_set=
2753
ac_cv_env_LDFLAGS_value=
2754
ac_cv_env_build_alias_set=
2755
ac_cv_env_build_alias_value=
2756
ac_cv_env_host_alias_set=
2757
ac_cv_env_host_alias_value=
2758
ac_cv_env_target_alias_set=
2759
ac_cv_env_target_alias_value=
2760
ac_cv_exeext=
2761
ac_cv_f77_compiler_gnu=yes
2762
ac_cv_func_dlopen=no
2763
ac_cv_func_shl_load=no
2764
ac_cv_have_x='have_x=yes 		ac_x_includes= ac_x_libraries=/usr/lib64'
2765
ac_cv_header_dlfcn_h=yes
2766
ac_cv_header_endian_h=yes
2767
ac_cv_header_inttypes_h=yes
2768
ac_cv_header_machine_endian_h=no
2769
ac_cv_header_memory_h=yes
2770
ac_cv_header_proj_api_h=yes
2771
ac_cv_header_sqlite3_h=yes
2772
ac_cv_header_stdc=yes
2773
ac_cv_header_stdint_h=yes
2774
ac_cv_header_stdlib_h=yes
2775
ac_cv_header_string_h=yes
2776
ac_cv_header_strings_h=yes
2777
ac_cv_header_sys_stat_h=yes
2778
ac_cv_header_sys_types_h=yes
2779
ac_cv_header_unistd_h=yes
2780
ac_cv_host=x86_64-unknown-linux-gnu
2781
ac_cv_host_alias=x86_64-unknown-linux-gnu
2782
ac_cv_lib_dl_dlopen=yes
2783
ac_cv_lib_dld_shl_load=no
2784
ac_cv_lib_expat_XML_ParserCreate=yes
2785
ac_cv_lib_fl_yywrap=yes
2786
ac_cv_lib_proj_pj_is_latlong=yes
2787
ac_cv_lib_sqlite3_sqlite3_open=yes
2788
ac_cv_lib_util_openpty=yes
2789
ac_cv_objext=o
2790
ac_cv_path_GDAL_CONFIG=/usr/local/bin/gdal-config
2791
ac_cv_path_GEOS_CONFIG=/usr/local/bin/geos-config
2792
ac_cv_path_GSL_CONFIG=no
2793
ac_cv_path_PG_CONFIG=/usr/local/pgsql/bin/pg_config
2794
ac_cv_path_ac_prefix_program=/usr/bin/gcc
2795
ac_cv_path_install='/usr/bin/install -c'
2796
ac_cv_prog_AWK=gawk
2797
ac_cv_prog_CPP='gcc -E'
2798
ac_cv_prog_CXXCPP='g++ -E'
2799
ac_cv_prog_HAVE_SVNVERSION=yes
2800
ac_cv_prog_LEX=flex
2801
ac_cv_prog_MOC=/usr/local/qt4/bin/moc
2802
ac_cv_prog_RCC=/usr/local/qt4/bin/rcc
2803
ac_cv_prog_UIC=/usr/local/qt4/bin/uic
2804
ac_cv_prog_YACC='bison -y'
2805
ac_cv_prog_ac_ct_AR=ar
2806
ac_cv_prog_ac_ct_CC=gcc
2807
ac_cv_prog_ac_ct_CXX=g++
2808
ac_cv_prog_ac_ct_F77=g77
2809
ac_cv_prog_ac_ct_RANLIB=ranlib
2810
ac_cv_prog_ac_ct_STRIP=strip
2811
ac_cv_prog_cc_g=yes
2812
ac_cv_prog_cc_stdc=
2813
ac_cv_prog_cxx_g=yes
2814
ac_cv_prog_egrep='grep -E'
2815
ac_cv_prog_f77_g=yes
2816
ac_cv_prog_lex_root=lex.yy
2817
ac_cv_prog_lex_yytext_pointer=no
2818
ac_cv_prog_make_make_set=yes
2819
am_cv_CC_dependencies_compiler_type=gcc3
2820
am_cv_CXX_dependencies_compiler_type=gcc3
2821
lt_cv_deplibs_check_method=pass_all
2822
lt_cv_dlopen=dlopen
2823
lt_cv_dlopen_libs=-ldl
2824
lt_cv_dlopen_self=yes
2825
lt_cv_dlopen_self_static=no
2826
lt_cv_file_magic_cmd='$MAGIC_CMD'
2827
lt_cv_file_magic_test_file=
2828
lt_cv_ld_reload_flag=-r
2829
lt_cv_objdir=.libs
2830
lt_cv_path_LD=/usr/bin/ld
2831
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
2832
lt_cv_path_NM='/usr/bin/nm -B'
2833
lt_cv_path_SED=/bin/sed
2834
lt_cv_prog_compiler_c_o=yes
2835
lt_cv_prog_compiler_c_o_CXX=yes
2836
lt_cv_prog_compiler_c_o_F77=yes
2837
lt_cv_prog_compiler_rtti_exceptions=no
2838
lt_cv_prog_gnu_ld=yes
2839
lt_cv_prog_gnu_ldcxx=yes
2840
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
2841
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'\'''
2842
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
2843
lt_cv_sys_max_cmd_len=32768
2844
lt_lt_cv_prog_compiler_c_o='"yes"'
2845
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
2846
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
2847
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
2848
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'\''"'
2849
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
2850

    
2851
## ----------------- ##
2852
## Output variables. ##
2853
## ----------------- ##
2854

    
2855
$QTDIR='1266QTDIR'
2856
$QT_CXXFLAGS='1266QT_CXXFLAGS'
2857
$QT_LDADD='1266QT_LDADD'
2858
ACLOCAL='${SHELL} /usr/local/qgis-0.8.0/missing --run aclocal-1.9'
2859
AMDEPBACKSLASH='\'
2860
AMDEP_FALSE='#'
2861
AMDEP_TRUE=''
2862
AMTAR='${SHELL} /usr/local/qgis-0.8.0/missing --run tar'
2863
AR='ar'
2864
AUTOCONF='${SHELL} /usr/local/qgis-0.8.0/missing --run autoconf'
2865
AUTOHEADER='${SHELL} /usr/local/qgis-0.8.0/missing --run autoheader'
2866
AUTOMAKE='${SHELL} /usr/local/qgis-0.8.0/missing --run automake-1.9'
2867
AWK='gawk'
2868
CC='gcc'
2869
CCDEPMODE='depmode=gcc3'
2870
CFLAGS='-g -O2'
2871
CPP='gcc -E'
2872
CPPFLAGS=''
2873
CXX='g++'
2874
CXXCPP='g++ -E'
2875
CXXDEPMODE='depmode=gcc3'
2876
CXXFLAGS='-g -O2'
2877
CYGPATH_W='echo'
2878
DEBUG_QGIS='-DQGISDEBUG'
2879
DEFS='-DHAVE_CONFIG_H'
2880
DEPDIR='.deps'
2881
ECHO='echo'
2882
ECHO_C=''
2883
ECHO_N='-n'
2884
ECHO_T=''
2885
EGREP='grep -E'
2886
EXEEXT=''
2887
EXTRA_VERSION='0'
2888
F77='g77'
2889
FFLAGS='-g -O2'
2890
GDAL_CFLAGS='-I/usr/local/include'
2891
GDAL_CONFIG='/usr/local/bin/gdal-config'
2892
GDAL_LDADD='-L/usr/local/lib -lgdal'
2893
GEOS_CFLAGS='-I/usr/local/include'
2894
GEOS_CONFIG='/usr/local/bin/geos-config'
2895
GEOS_LDADD='-L/usr/local/lib -lgeos'
2896
GRASS_BASE='/usr/local/grass-6.2.1/dist.x86_64-unknown-linux-gnu'
2897
GRASS_INC='/usr/local/grass-6.2.1/dist.x86_64-unknown-linux-gnu/include/'
2898
GRASS_LIB='-L/usr/local/grass-6.2.1/dist.x86_64-unknown-linux-gnu/lib -lgrass_vect -lgrass_dig2 -lgrass_dbmiclient -lgrass_dbmibase -lgrass_shape -lgrass_dgl -lgrass_rtree -lgrass_gis -lgrass_datetime -lgrass_linkm -lgrass_form -lgrass_gproj -lutil'
2899
GSL_CFLAGS=''
2900
GSL_CONFIG='no'
2901
GSL_LIBS=''
2902
HAVE_EXPAT_FALSE='#'
2903
HAVE_EXPAT_TRUE=''
2904
HAVE_GRASS='1'
2905
HAVE_GRASS_FALSE='#'
2906
HAVE_GRASS_TRUE=''
2907
HAVE_GSL_FALSE=''
2908
HAVE_GSL_TRUE='#'
2909
HAVE_OPENPTY='1'
2910
HAVE_POSTGRESQL_FALSE='#'
2911
HAVE_POSTGRESQL_TRUE=''
2912
HAVE_QT4_FALSE='#'
2913
HAVE_QT4_TRUE=''
2914
HAVE_QTMAC_FALSE=''
2915
HAVE_QTMAC_TRUE='#'
2916
HAVE_SPIT_FALSE='#'
2917
HAVE_SPIT_TRUE=''
2918
HAVE_SVNVERSION='yes'
2919
HAVE_WFS_FALSE=''
2920
HAVE_WFS_TRUE='#'
2921
INSTALL_DATA='${INSTALL} -m 644'
2922
INSTALL_PROGRAM='${INSTALL}'
2923
INSTALL_SCRIPT='${INSTALL}'
2924
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
2925
INTERFACE_VERSION='1:0:0'
2926
LDFLAGS=''
2927
LEX='flex'
2928
LEXLIB='-lfl'
2929
LEX_OUTPUT_ROOT='lex.yy'
2930
LIBOBJS=''
2931
LIBS='-lutil '
2932
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2933
LN_S='ln -s'
2934
LTLIBOBJS=''
2935
MAJOR_VERSION='0'
2936
MAKEINFO='${SHELL} /usr/local/qgis-0.8.0/missing --run makeinfo'
2937
MICRO_VERSION='0'
2938
MINOR_VERSION='8'
2939
MOC='/usr/local/qt4/bin/moc'
2940
NO_UIC_IMPLEMENTATIONS_FALSE=''
2941
NO_UIC_IMPLEMENTATIONS_TRUE='#'
2942
OBJEXT='o'
2943
PACKAGE='qgis'
2944
PACKAGE_BUGREPORT=''
2945
PACKAGE_NAME=''
2946
PACKAGE_STRING=''
2947
PACKAGE_TARNAME=''
2948
PACKAGE_VERSION=''
2949
PATH_SEPARATOR=':'
2950
PG_CONFIG='/usr/local/pgsql/bin/pg_config'
2951
PG_INC='-I/usr/local/pgsql/include'
2952
PG_LIB='-L/usr/local/pgsql/lib -lpq'
2953
PROJ_INC=''
2954
PROJ_LIB='-lproj'
2955
PYTHON_BIN=''
2956
PYTHON_INCLUDE_DIR=''
2957
PYTHON_LIB=''
2958
QASSISTANTCLIENT_LDADD='-lqassistantclient'
2959
QTDIR='/usr/local/qt4'
2960
QT_CXXFLAGS='-DQT3_SUPPORT -I/usr/local/qt4/mkspecs/default -I/usr/local/qt4/include/Qt3Support -I/usr/local/qt4/include/QtCore -I/usr/local/qt4/include/QtDesigner -I/usr/local/qt4/include/QtGui -I/usr/local/qt4/include/QtNetwork -I/usr/local/qt4/include/QtOpenGL -I/usr/local/qt4/include/QtSql -I/usr/local/qt4/include/QtXml -I/usr/local/qt4/include -I/usr/local/qt4/include/QtSvg -I/usr/local/qt4/include/QtTest -I/usr/local/qt4/include/QtDesigner -D_REENTRANT -DQT_THREAD_SUPPORT'
2961
QT_GUILINK=''
2962
QT_LDADD='-L/usr/local/qt4/lib -lQtCore -lQt3Support -lQtGui -lQtNetwork -lQtSvg -lQtCore -lQt3Support -lQtGui -lQtNetwork -lQtXml -lQtSvg -lQtTest -lQtDesigner'
2963
RANLIB='ranlib'
2964
RCC='/usr/local/qt4/bin/rcc'
2965
SET_MAKE=''
2966
SHELL='/bin/sh'
2967
SQLITE3_INC=''
2968
SQLITE3_LIB='-lsqlite3'
2969
STRIP='strip'
2970
UIC='/usr/local/qt4/bin/uic'
2971
USE_PYTHON_FALSE=''
2972
USE_PYTHON_TRUE='#'
2973
VERSION='0.8.0'
2974
WITH_UNITTESTS_FALSE=''
2975
WITH_UNITTESTS_TRUE='#'
2976
YACC='bison -y'
2977
ac_ct_AR='ar'
2978
ac_ct_CC='gcc'
2979
ac_ct_CXX='g++'
2980
ac_ct_F77='g77'
2981
ac_ct_RANLIB='ranlib'
2982
ac_ct_STRIP='strip'
2983
ac_prefix_program='/usr/bin/gcc'
2984
am__fastdepCC_FALSE='#'
2985
am__fastdepCC_TRUE=''
2986
am__fastdepCXX_FALSE='#'
2987
am__fastdepCXX_TRUE=''
2988
am__include='include'
2989
am__leading_dot='.'
2990
am__quote=''
2991
am__tar='${AMTAR} chof - "$$tardir"'
2992
am__untar='${AMTAR} xf -'
2993
bindir='${exec_prefix}/bin'
2994
build='x86_64-unknown-linux-gnu'
2995
build_alias=''
2996
build_cpu='x86_64'
2997
build_os='linux-gnu'
2998
build_vendor='unknown'
2999
datadir='${prefix}/share'
3000
exec_prefix='${prefix}'
3001
host='x86_64-unknown-linux-gnu'
3002
host_alias=''
3003
host_cpu='x86_64'
3004
host_os='linux-gnu'
3005
host_vendor='unknown'
3006
includedir='${prefix}/include'
3007
infodir='${prefix}/info'
3008
install_sh='/usr/local/qgis-0.8.0/install-sh'
3009
libdir='/usr/lib'
3010
libexecdir='${exec_prefix}/libexec'
3011
localstatedir='${prefix}/var'
3012
mandir='${prefix}/man'
3013
mkdir_p='mkdir -p --'
3014
oldincludedir='/usr/include'
3015
prefix='/usr'
3016
program_transform_name='s,x,x,'
3017
sbindir='${exec_prefix}/sbin'
3018
sharedstatedir='${prefix}/com'
3019
sysconfdir='${prefix}/etc'
3020
target_alias=''
3021

    
3022
## ----------- ##
3023
## confdefs.h. ##
3024
## ----------- ##
3025

    
3026
#define HAVE_DLFCN_H 1
3027
#define HAVE_ENDIAN_H 1
3028
#define HAVE_INTTYPES_H 1
3029
#define HAVE_LIBUTIL 1
3030
#define HAVE_MEMORY_H 1
3031
#define HAVE_POSTGRESQL 1
3032
#define HAVE_PROJ_API_H 1
3033
#define HAVE_SQLITE3_H 1
3034
#define HAVE_STDINT_H 1
3035
#define HAVE_STDLIB_H 1
3036
#define HAVE_STRINGS_H 1
3037
#define HAVE_STRING_H 1
3038
#define HAVE_SYS_STAT_H 1
3039
#define HAVE_SYS_TYPES_H 1
3040
#define HAVE_UNISTD_H 1
3041
#define PACKAGE "qgis"
3042
#define PACKAGE_BUGREPORT ""
3043
#define PACKAGE_NAME ""
3044
#define PACKAGE_STRING ""
3045
#define PACKAGE_TARNAME ""
3046
#define PACKAGE_VERSION ""
3047
#define STDC_HEADERS 1
3048
#define VERSION "0.8.0"
3049
#endif
3050
#ifdef __cplusplus
3051
extern "C" void std::exit (int) throw (); using std::exit;
3052

    
3053
configure: exit 0