config.4.log

latest config.log - bshcm03 -, 2007-02-08 01:54 AM

Download (91.4 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 --with-gsl-prefix=/usr
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

    
38

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

    
43
configure:1597: checking for a BSD-compatible install
44
configure:1652: result: /usr/bin/install -c
45
configure:1663: checking whether build environment is sane
46
configure:1706: result: yes
47
configure:1771: checking for gawk
48
configure:1787: found /usr/bin/gawk
49
configure:1797: result: gawk
50
configure:1807: checking whether make sets $(MAKE)
51
configure:1827: result: yes
52
configure:2006: checking for gcc
53
configure:2024: found /usr/bin/gcc
54
configure:2036: result: /usr/bin/gcc
55
configure:2124: checking for g++
56
configure:2140: found /usr/bin/g++
57
configure:2150: result: g++
58
configure:2166: checking for C++ compiler version
59
configure:2169: g++ --version </dev/null >&5
60
g++ (GCC) 4.1.0 20060304 (Red Hat 4.1.0-3)
61
Copyright (C) 2006 Free Software Foundation, Inc.
62
This is free software; see the source for copying conditions.  There is NO
63
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
64

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

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

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

    
2634
## ---------------------- ##
2635
## Running config.status. ##
2636
## ---------------------- ##
2637

    
2638
This file was extended by config.status, which was
2639
generated by GNU Autoconf 2.59.  Invocation command line was
2640

    
2641
  CONFIG_FILES    = 
2642
  CONFIG_HEADERS  = 
2643
  CONFIG_LINKS    = 
2644
  CONFIG_COMMANDS = 
2645
  $ ./config.status 
2646

    
2647
on localhost.localdomain
2648

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

    
2727
## ---------------- ##
2728
## Cache variables. ##
2729
## ---------------- ##
2730

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

    
2853
## ----------------- ##
2854
## Output variables. ##
2855
## ----------------- ##
2856

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

    
3024
## ----------- ##
3025
## confdefs.h. ##
3026
## ----------- ##
3027

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

    
3055
configure: exit 0