Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogre/config.log @ 11

Last change on this file since 11 was 11, checked in by landauf, 16 years ago
File size: 77.1 KB
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by OGRE configure 1.4.5, which was
5generated by GNU Autoconf 2.61.  Invocation command line was
6
7  $ ./configure
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = tardis-b15
14uname -m = i686
15uname -r = 2.6.21.4-generic32-isg-ee-sm-pxe-smp-1
16uname -s = Linux
17uname -v = #1 SMP Fri Jun 22 08:14:46 CEST 2007
18
19/usr/bin/uname -p = unknown
20/bin/uname -X     = unknown
21
22/bin/arch              = i686
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = unknown
26/bin/machine           = unknown
27/usr/bin/oslevel       = unknown
28/bin/universe          = unknown
29
30PATH: /usr/bin_override
31PATH: /bin
32PATH: /usr/bin
33PATH: /usr/sepp/bin
34PATH: /usr/isgtc/bin
35PATH: /usr/openwin/bin
36PATH: /usr/X11R6/bin
37PATH: /usr/bin/X11
38PATH: /usr/games
39PATH: /usr/dt/bin
40PATH: /usr/ccs/bin
41PATH: /usr/sbin
42PATH: /opt/SUNWut/bin
43PATH: /usr/local/bin
44PATH: /usr/ucb
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2116: checking build system type
52configure:2134: result: i686-pc-linux-gnu
53configure:2156: checking host system type
54configure:2171: result: i686-pc-linux-gnu
55configure:2193: checking target system type
56configure:2208: result: i686-pc-linux-gnu
57configure:2254: checking for a BSD-compatible install
58configure:2310: result: /usr/bin/install -c
59configure:2321: checking whether build environment is sane
60configure:2364: result: yes
61configure:2392: checking for a thread-safe mkdir -p
62configure:2431: result: /bin/mkdir -p
63configure:2444: checking for gawk
64configure:2460: found /usr/sepp/bin/gawk
65configure:2471: result: gawk
66configure:2482: checking whether make sets $(MAKE)
67configure:2503: result: yes
68configure:2742: checking for gcc
69configure:2758: found /usr/bin/gcc
70configure:2769: result: gcc
71configure:3007: checking for C compiler version
72configure:3014: gcc --version >&5
73gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
74Copyright (C) 2003 Free Software Foundation, Inc.
75This is free software; see the source for copying conditions.  There is NO
76warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
77
78configure:3017: $? = 0
79configure:3024: gcc -v >&5
80Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
81Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
82Thread model: posix
83gcc version 3.3.5 (Debian 1:3.3.5-13)
84configure:3027: $? = 0
85configure:3034: gcc -V >&5
86gcc: `-V' option must have argument
87configure:3037: $? = 1
88configure:3060: checking for C compiler default output file name
89configure:3087: gcc    conftest.c  >&5
90configure:3090: $? = 0
91configure:3128: result: a.out
92configure:3145: checking whether the C compiler works
93configure:3155: ./a.out
94configure:3158: $? = 0
95configure:3175: result: yes
96configure:3182: checking whether we are cross compiling
97configure:3184: result: no
98configure:3187: checking for suffix of executables
99configure:3194: gcc -o conftest    conftest.c  >&5
100configure:3197: $? = 0
101configure:3221: result:
102configure:3227: checking for suffix of object files
103configure:3253: gcc -c   conftest.c >&5
104configure:3256: $? = 0
105configure:3279: result: o
106configure:3283: checking whether we are using the GNU C compiler
107configure:3312: gcc -c   conftest.c >&5
108configure:3318: $? = 0
109configure:3335: result: yes
110configure:3340: checking whether gcc accepts -g
111configure:3370: gcc -c -g  conftest.c >&5
112configure:3376: $? = 0
113configure:3475: result: yes
114configure:3492: checking for gcc option to accept ISO C89
115configure:3566: gcc  -c -g -O2  conftest.c >&5
116configure:3572: $? = 0
117configure:3595: result: none needed
118configure:3624: checking for style of include used by make
119configure:3652: result: GNU
120configure:3677: checking dependency style of gcc
121configure:3768: result: gcc3
122configure:3841: checking for g++
123configure:3857: found /usr/bin/g++
124configure:3868: result: g++
125configure:3899: checking for C++ compiler version
126configure:3906: g++ --version >&5
127g++ (GCC) 3.3.5 (Debian 1:3.3.5-13)
128Copyright (C) 2003 Free Software Foundation, Inc.
129This is free software; see the source for copying conditions.  There is NO
130warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
131
132configure:3909: $? = 0
133configure:3916: g++ -v >&5
134Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
135Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
136Thread model: posix
137gcc version 3.3.5 (Debian 1:3.3.5-13)
138configure:3919: $? = 0
139configure:3926: g++ -V >&5
140g++: `-V' option must have argument
141configure:3929: $? = 1
142configure:3932: checking whether we are using the GNU C++ compiler
143configure:3961: g++ -c   conftest.cpp >&5
144configure:3967: $? = 0
145configure:3984: result: yes
146configure:3989: checking whether g++ accepts -g
147configure:4019: g++ -c -g  conftest.cpp >&5
148configure:4025: $? = 0
149configure:4124: result: yes
150configure:4149: checking dependency style of g++
151configure:4240: result: gcc3
152configure:4256: checking whether gcc and cc understand -c and -o together
153configure:4291: gcc -c conftest.c -o conftest2.o >&5
154configure:4294: $? = 0
155configure:4300: gcc -c conftest.c -o conftest2.o >&5
156configure:4303: $? = 0
157configure:4314: cc -c conftest.c >&5
158configure:4317: $? = 0
159configure:4325: cc -c conftest.c -o conftest2.o >&5
160configure:4328: $? = 0
161configure:4334: cc -c conftest.c -o conftest2.o >&5
162configure:4337: $? = 0
163configure:4355: result: yes
164configure:4394: checking for a BSD-compatible install
165configure:4450: result: /usr/bin/install -c
166configure:4465: checking for bison
167configure:4481: found /usr/sepp/bin/bison
168configure:4492: result: bison -y
169configure:4509: checking for flex
170configure:4525: found /usr/bin/flex
171configure:4536: result: flex
172configure:4573: flex conftest.l
173configure:4576: $? = 0
174configure:4578: checking lex output file root
175configure:4594: result: lex.yy
176configure:4599: checking lex library
177configure:4618: gcc -o conftest -g -O2   conftest.c   >&5
178/tmp/ccSITSuw.o(.text+0x3d5): In function `yylex':
179/home/landauf/orxonoxv2/ogre/lex.yy.c:825: undefined reference to `yywrap'
180/tmp/ccSITSuw.o(.text+0xb3d): In function `input':
181/home/landauf/orxonoxv2/ogre/lex.yy.c:1118: undefined reference to `yywrap'
182/tmp/ccSITSuw.o(.text+0x1399): In function `main':
183/home/landauf/orxonoxv2/ogre/conftest.l:17: undefined reference to `yywrap'
184collect2: ld returned 1 exit status
185configure:4624: $? = 1
186configure: failed program was:
187|
188| #line 3 "lex.yy.c"
189|
190| #define  YY_INT_ALIGNED short int
191|
192| /* A lexical scanner generated by flex */
193|
194| #define FLEX_SCANNER
195| #define YY_FLEX_MAJOR_VERSION 2
196| #define YY_FLEX_MINOR_VERSION 5
197| #define YY_FLEX_SUBMINOR_VERSION 31
198| #if YY_FLEX_SUBMINOR_VERSION > 0
199| #define FLEX_BETA
200| #endif
201|
202| /* First, we deal with  platform-specific or compiler-specific issues. */
203|
204| /* begin standard C headers. */
205| #include <stdio.h>
206| #include <string.h>
207| #include <errno.h>
208| #include <stdlib.h>
209|
210| /* end standard C headers. */
211|
212| /* flex integer type definitions */
213|
214| #ifndef FLEXINT_H
215| #define FLEXINT_H
216|
217| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
218|
219| #if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
220| #include <inttypes.h>
221| typedef int8_t flex_int8_t;
222| typedef uint8_t flex_uint8_t;
223| typedef int16_t flex_int16_t;
224| typedef uint16_t flex_uint16_t;
225| typedef int32_t flex_int32_t;
226| typedef uint32_t flex_uint32_t;
227| #else
228| typedef signed char flex_int8_t;
229| typedef short int flex_int16_t;
230| typedef int flex_int32_t;
231| typedef unsigned char flex_uint8_t;
232| typedef unsigned short int flex_uint16_t;
233| typedef unsigned int flex_uint32_t;
234| #endif /* ! C99 */
235|
236| /* Limits of integral types. */
237| #ifndef INT8_MIN
238| #define INT8_MIN               (-128)
239| #endif
240| #ifndef INT16_MIN
241| #define INT16_MIN              (-32767-1)
242| #endif
243| #ifndef INT32_MIN
244| #define INT32_MIN              (-2147483647-1)
245| #endif
246| #ifndef INT8_MAX
247| #define INT8_MAX               (127)
248| #endif
249| #ifndef INT16_MAX
250| #define INT16_MAX              (32767)
251| #endif
252| #ifndef INT32_MAX
253| #define INT32_MAX              (2147483647)
254| #endif
255| #ifndef UINT8_MAX
256| #define UINT8_MAX              (255U)
257| #endif
258| #ifndef UINT16_MAX
259| #define UINT16_MAX             (65535U)
260| #endif
261| #ifndef UINT32_MAX
262| #define UINT32_MAX             (4294967295U)
263| #endif
264|
265| #endif /* ! FLEXINT_H */
266|
267| #ifdef __cplusplus
268|
269| /* The "const" storage-class-modifier is valid. */
270| #define YY_USE_CONST
271|
272| #else /* ! __cplusplus */
273|
274| #if __STDC__
275|
276| #define YY_USE_CONST
277|
278| #endif        /* __STDC__ */
279| #endif        /* ! __cplusplus */
280|
281| #ifdef YY_USE_CONST
282| #define yyconst const
283| #else
284| #define yyconst
285| #endif
286|
287| /* Returned upon end-of-file. */
288| #define YY_NULL 0
289|
290| /* Promotes a possibly negative, possibly signed char to an unsigned
291|  * integer for use as an array index.  If the signed char is negative,
292|  * we want to instead treat it as an 8-bit unsigned char, hence the
293|  * double cast.
294|  */
295| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
296|
297| /* Enter a start condition.  This macro really ought to take a parameter,
298|  * but we do it the disgusting crufty way forced on us by the ()-less
299|  * definition of BEGIN.
300|  */
301| #define BEGIN (yy_start) = 1 + 2 *
302|
303| /* Translate the current start state into a value that can be later handed
304|  * to BEGIN to return to the state.  The YYSTATE alias is for lex
305|  * compatibility.
306|  */
307| #define YY_START (((yy_start) - 1) / 2)
308| #define YYSTATE YY_START
309|
310| /* Action number for EOF rule of a given start state. */
311| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
312|
313| /* Special action meaning "start processing a new file". */
314| #define YY_NEW_FILE yyrestart(yyin  )
315|
316| #define YY_END_OF_BUFFER_CHAR 0
317|
318| /* Size of default input buffer. */
319| #ifndef YY_BUF_SIZE
320| #define YY_BUF_SIZE 16384
321| #endif
322|
323| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
324| #define YY_TYPEDEF_YY_BUFFER_STATE
325| typedef struct yy_buffer_state *YY_BUFFER_STATE;
326| #endif
327|
328| extern int yyleng;
329|
330| extern FILE *yyin, *yyout;
331|
332| #define EOB_ACT_CONTINUE_SCAN 0
333| #define EOB_ACT_END_OF_FILE 1
334| #define EOB_ACT_LAST_MATCH 2
335|
336|     #define YY_LESS_LINENO(n)
337|     
338| /* Return all but the first "n" matched characters back to the input stream. */
339| #define yyless(n) \
340|       do \
341|               { \
342|               /* Undo effects of setting up yytext. */ \
343|         int yyless_macro_arg = (n); \
344|         YY_LESS_LINENO(yyless_macro_arg);\
345|               *yy_cp = (yy_hold_char); \
346|               YY_RESTORE_YY_MORE_OFFSET \
347|               (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
348|               YY_DO_BEFORE_ACTION; /* set up yytext again */ \
349|               } \
350|       while ( 0 )
351|
352| #define unput(c) yyunput( c, (yytext_ptr)  )
353|
354| /* The following is because we cannot portably get our hands on size_t
355|  * (without autoconf's help, which isn't available because we want
356|  * flex-generated scanners to compile on their own).
357|  */
358|
359| #ifndef YY_TYPEDEF_YY_SIZE_T
360| #define YY_TYPEDEF_YY_SIZE_T
361| typedef unsigned int yy_size_t;
362| #endif
363|
364| #ifndef YY_STRUCT_YY_BUFFER_STATE
365| #define YY_STRUCT_YY_BUFFER_STATE
366| struct yy_buffer_state
367|       {
368|       FILE *yy_input_file;
369|
370|       char *yy_ch_buf;                /* input buffer */
371|       char *yy_buf_pos;               /* current position in input buffer */
372|
373|       /* Size of input buffer in bytes, not including room for EOB
374|        * characters.
375|        */
376|       yy_size_t yy_buf_size;
377|
378|       /* Number of characters read into yy_ch_buf, not including EOB
379|        * characters.
380|        */
381|       int yy_n_chars;
382|
383|       /* Whether we "own" the buffer - i.e., we know we created it,
384|        * and can realloc() it to grow it, and should free() it to
385|        * delete it.
386|        */
387|       int yy_is_our_buffer;
388|
389|       /* Whether this is an "interactive" input source; if so, and
390|        * if we're using stdio for input, then we want to use getc()
391|        * instead of fread(), to make sure we stop fetching input after
392|        * each newline.
393|        */
394|       int yy_is_interactive;
395|
396|       /* Whether we're considered to be at the beginning of a line.
397|        * If so, '^' rules will be active on the next match, otherwise
398|        * not.
399|        */
400|       int yy_at_bol;
401|
402|     int yy_bs_lineno; /**< The line count. */
403|     int yy_bs_column; /**< The column count. */
404|     
405|       /* Whether to try to fill the input buffer when we reach the
406|        * end of it.
407|        */
408|       int yy_fill_buffer;
409|
410|       int yy_buffer_status;
411|
412| #define YY_BUFFER_NEW 0
413| #define YY_BUFFER_NORMAL 1
414|       /* When an EOF's been seen but there's still some text to process
415|        * then we mark the buffer as YY_EOF_PENDING, to indicate that we
416|        * shouldn't try reading from the input source any more.  We might
417|        * still have a bunch of tokens to match, though, because of
418|        * possible backing-up.
419|        *
420|        * When we actually see the EOF, we change the status to "new"
421|        * (via yyrestart()), so that the user can continue scanning by
422|        * just pointing yyin at a new input file.
423|        */
424| #define YY_BUFFER_EOF_PENDING 2
425|
426|       };
427| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
428|
429| /* Stack of input buffers. */
430| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
431| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
432| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
433|
434| /* We provide macros for accessing buffer states in case in the
435|  * future we want to put the buffer states in a more general
436|  * "scanner state".
437|  *
438|  * Returns the top of the stack, or NULL.
439|  */
440| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
441|                           ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
442|                           : NULL)
443|
444| /* Same as previous macro, but useful when we know that the buffer stack is not
445|  * NULL or when we need an lvalue. For internal use only.
446|  */
447| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
448|
449| /* yy_hold_char holds the character lost when yytext is formed. */
450| static char yy_hold_char;
451| static int yy_n_chars;                /* number of characters read into yy_ch_buf */
452| int yyleng;
453|
454| /* Points to current character in buffer. */
455| static char *yy_c_buf_p = (char *) 0;
456| static int yy_init = 1;               /* whether we need to initialize */
457| static int yy_start = 0;      /* start state number */
458|
459| /* Flag which is used to allow yywrap()'s to do buffer switches
460|  * instead of setting up a fresh yyin.  A bit of a hack ...
461|  */
462| static int yy_did_buffer_switch_on_eof;
463|
464| void yyrestart (FILE *input_file  );
465| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer  );
466| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size  );
467| void yy_delete_buffer (YY_BUFFER_STATE b  );
468| void yy_flush_buffer (YY_BUFFER_STATE b  );
469| void yypush_buffer_state (YY_BUFFER_STATE new_buffer  );
470| void yypop_buffer_state (void );
471|
472| static void yyensure_buffer_stack (void );
473| static void yy_load_buffer_state (void );
474| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file  );
475|
476| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
477|
478| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size  );
479| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str  );
480| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len  );
481|
482| void *yyalloc (yy_size_t  );
483| void *yyrealloc (void *,yy_size_t  );
484| void yyfree (void *  );
485|
486| #define yy_new_buffer yy_create_buffer
487|
488| #define yy_set_interactive(is_interactive) \
489|       { \
490|       if ( ! YY_CURRENT_BUFFER ){ \
491|         yyensure_buffer_stack (); \
492|               YY_CURRENT_BUFFER_LVALUE =    \
493|             yy_create_buffer(yyin,YY_BUF_SIZE ); \
494|       } \
495|       YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
496|       }
497|
498| #define yy_set_bol(at_bol) \
499|       { \
500|       if ( ! YY_CURRENT_BUFFER ){\
501|         yyensure_buffer_stack (); \
502|               YY_CURRENT_BUFFER_LVALUE =    \
503|             yy_create_buffer(yyin,YY_BUF_SIZE ); \
504|       } \
505|       YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
506|       }
507|
508| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
509|
510| /* Begin user sect3 */
511|
512| typedef unsigned char YY_CHAR;
513|
514| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
515|
516| typedef int yy_state_type;
517|
518| extern int yylineno;
519|
520| int yylineno = 1;
521|
522| extern char *yytext;
523| #define yytext_ptr yytext
524|
525| static yy_state_type yy_get_previous_state (void );
526| static yy_state_type yy_try_NUL_trans (yy_state_type current_state  );
527| static int yy_get_next_buffer (void );
528| static void yy_fatal_error (yyconst char msg[]  );
529|
530| /* Done after the current pattern has been matched and before the
531|  * corresponding action - sets up yytext.
532|  */
533| #define YY_DO_BEFORE_ACTION \
534|       (yytext_ptr) = yy_bp; \
535|       (yytext_ptr) -= (yy_more_len); \
536|       yyleng = (size_t) (yy_cp - (yytext_ptr)); \
537|       (yy_hold_char) = *yy_cp; \
538|       *yy_cp = '\0'; \
539|       (yy_c_buf_p) = yy_cp;
540|
541| #define YY_NUM_RULES 8
542| #define YY_END_OF_BUFFER 9
543| /* This struct is not used in this scanner,
544|    but its presence is necessary. */
545| struct yy_trans_info
546|       {
547|       flex_int32_t yy_verify;
548|       flex_int32_t yy_nxt;
549|       };
550| static yyconst flex_int16_t yy_acclist[23] =
551|     {   0,
552|         9,    7,    8,    8,    1,    7,    8,    2,    7,    8,
553|         3,    7,    8,    4,    7,    8,    5,    7,    8,    6,
554|         7,    8
555|     } ;
556|
557| static yyconst flex_int16_t yy_accept[14] =
558|     {   0,
559|         1,    1,    1,    2,    4,    5,    8,   11,   14,   17,
560|        20,   23,   23
561|     } ;
562|
563| static yyconst flex_int32_t yy_ec[256] =
564|     {   0,
565|         1,    1,    1,    1,    1,    1,    1,    1,    1,    2,
566|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
567|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
568|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
569|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
570|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
571|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
572|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
573|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
574|         1,    1,    1,    1,    1,    1,    3,    4,    5,    6,
575|
576|         7,    8,    1,    1,    1,    1,    1,    1,    1,    1,
577|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
578|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
579|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
580|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
581|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
582|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
583|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
584|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
585|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
586|
587|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
588|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
589|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
590|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
591|         1,    1,    1,    1,    1,    1,    1,    1,    1,    1,
592|         1,    1,    1,    1,    1
593|     } ;
594|
595| static yyconst flex_int32_t yy_meta[9] =
596|     {   0,
597|         1,    1,    1,    1,    1,    1,    1,    1
598|     } ;
599|
600| static yyconst flex_int16_t yy_base[13] =
601|     {   0,
602|         0,    0,    9,   10,   10,   10,   10,   10,   10,   10,
603|        10,   10
604|     } ;
605|
606| static yyconst flex_int16_t yy_def[13] =
607|     {   0,
608|        12,    1,   12,   12,   12,   12,   12,   12,   12,   12,
609|        12,    0
610|     } ;
611|
612| static yyconst flex_int16_t yy_nxt[19] =
613|     {   0,
614|         4,    5,    6,    7,    8,    9,   10,   11,   12,    3,
615|        12,   12,   12,   12,   12,   12,   12,   12
616|     } ;
617|
618| static yyconst flex_int16_t yy_chk[19] =
619|     {   0,
620|         1,    1,    1,    1,    1,    1,    1,    1,    3,   12,
621|        12,   12,   12,   12,   12,   12,   12,   12
622|     } ;
623|
624| extern int yy_flex_debug;
625| int yy_flex_debug = 0;
626|
627| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
628| static char *yy_full_match;
629| static int yy_lp;
630| #define REJECT \
631| { \
632| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
633| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
634| ++(yy_lp); \
635| goto find_rule; \
636| }
637|
638| static int yy_more_flag = 0;
639| static int yy_more_len = 0;
640| #define yymore() ((yy_more_flag) = 1)
641| #define YY_MORE_ADJ (yy_more_len)
642| #define YY_RESTORE_YY_MORE_OFFSET
643| char *yytext;
644| #line 1 "conftest.l"
645| #line 460 "lex.yy.c"
646|
647| #define INITIAL 0
648|
649| #ifndef YY_NO_UNISTD_H
650| /* Special case for "unistd.h", since it is non-ANSI. We include it way
651|  * down here because we want the user's section 1 to have been scanned first.
652|  * The user has a chance to override it with an option.
653|  */
654| #include <unistd.h>
655| #endif
656|
657| #ifndef YY_EXTRA_TYPE
658| #define YY_EXTRA_TYPE void *
659| #endif
660|
661| /* Macros after this point can all be overridden by user definitions in
662|  * section 1.
663|  */
664|
665| #ifndef YY_SKIP_YYWRAP
666| #ifdef __cplusplus
667| extern "C" int yywrap (void );
668| #else
669| extern int yywrap (void );
670| #endif
671| #endif
672|
673|     static void yyunput (int c,char *buf_ptr  );
674|     
675| #ifndef yytext_ptr
676| static void yy_flex_strncpy (char *,yyconst char *,int );
677| #endif
678|
679| #ifdef YY_NEED_STRLEN
680| static int yy_flex_strlen (yyconst char * );
681| #endif
682|
683| #ifndef YY_NO_INPUT
684|
685| #ifdef __cplusplus
686| static int yyinput (void );
687| #else
688| static int input (void );
689| #endif
690|
691| #endif
692|
693| /* Amount of stuff to slurp up with each read. */
694| #ifndef YY_READ_BUF_SIZE
695| #define YY_READ_BUF_SIZE 8192
696| #endif
697|
698| /* Copy whatever the last rule matched to the standard output. */
699| #ifndef ECHO
700| /* This used to be an fputs(), but since the string might contain NUL's,
701|  * we now use fwrite().
702|  */
703| #define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
704| #endif
705|
706| /* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
707|  * is returned in "result".
708|  */
709| #ifndef YY_INPUT
710| #define YY_INPUT(buf,result,max_size) \
711|       if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
712|               { \
713|               int c = '*'; \
714|               size_t n; \
715|               for ( n = 0; n < max_size && \
716|                            (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
717|                       buf[n] = (char) c; \
718|               if ( c == '\n' ) \
719|                       buf[n++] = (char) c; \
720|               if ( c == EOF && ferror( yyin ) ) \
721|                       YY_FATAL_ERROR( "input in flex scanner failed" ); \
722|               result = n; \
723|               } \
724|       else \
725|               { \
726|               errno=0; \
727|               while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
728|                       { \
729|                       if( errno != EINTR) \
730|                               { \
731|                               YY_FATAL_ERROR( "input in flex scanner failed" ); \
732|                               break; \
733|                               } \
734|                       errno=0; \
735|                       clearerr(yyin); \
736|                       } \
737|               }\
738| \
739|
740| #endif
741|
742| /* No semi-colon after return; correct usage is to write "yyterminate();" -
743|  * we don't want an extra ';' after the "return" because that will cause
744|  * some compilers to complain about unreachable statements.
745|  */
746| #ifndef yyterminate
747| #define yyterminate() return YY_NULL
748| #endif
749|
750| /* Number of entries by which start-condition stack grows. */
751| #ifndef YY_START_STACK_INCR
752| #define YY_START_STACK_INCR 25
753| #endif
754|
755| /* Report a fatal error. */
756| #ifndef YY_FATAL_ERROR
757| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
758| #endif
759|
760| /* end tables serialization structures and prototypes */
761|
762| /* Default declaration of generated scanner - a define so the user can
763|  * easily add parameters.
764|  */
765| #ifndef YY_DECL
766| #define YY_DECL_IS_OURS 1
767|
768| extern int yylex (void);
769|
770| #define YY_DECL int yylex (void)
771| #endif /* !YY_DECL */
772|
773| /* Code executed at the beginning of each rule, after yytext and yyleng
774|  * have been set up.
775|  */
776| #ifndef YY_USER_ACTION
777| #define YY_USER_ACTION
778| #endif
779|
780| /* Code executed at the end of each rule. */
781| #ifndef YY_BREAK
782| #define YY_BREAK break;
783| #endif
784|
785| #define YY_RULE_SETUP \
786|       YY_USER_ACTION
787|
788| /** The main scanner function which does all the work.
789|  */
790| YY_DECL
791| {
792|       register yy_state_type yy_current_state;
793|       register char *yy_cp, *yy_bp;
794|       register int yy_act;
795|     
796| #line 1 "conftest.l"
797|
798| #line 613 "lex.yy.c"
799|
800|       if ( (yy_init) )
801|               {
802|               (yy_init) = 0;
803|
804| #ifdef YY_USER_INIT
805|               YY_USER_INIT;
806| #endif
807|
808|         if ( ! (yy_state_buf) )
809|             (yy_state_buf) = (yy_state_type *)yyalloc(((YY_BUF_SIZE + 2) * sizeof(yy_state_type))  );
810|
811|               if ( ! (yy_start) )
812|                       (yy_start) = 1; /* first start state */
813|
814|               if ( ! yyin )
815|                       yyin = stdin;
816|
817|               if ( ! yyout )
818|                       yyout = stdout;
819|
820|               if ( ! YY_CURRENT_BUFFER ) {
821|                       yyensure_buffer_stack ();
822|                       YY_CURRENT_BUFFER_LVALUE =
823|                               yy_create_buffer(yyin,YY_BUF_SIZE );
824|               }
825|
826|               yy_load_buffer_state( );
827|               }
828|
829|       while ( 1 )             /* loops until end-of-file is reached */
830|               {
831|               (yy_more_len) = 0;
832|               if ( (yy_more_flag) )
833|                       {
834|                       (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
835|                       (yy_more_flag) = 0;
836|                       }
837|               yy_cp = (yy_c_buf_p);
838|
839|               /* Support of yytext. */
840|               *yy_cp = (yy_hold_char);
841|
842|               /* yy_bp points to the position in yy_ch_buf of the start of
843|                * the current run.
844|                */
845|               yy_bp = yy_cp;
846|
847|               yy_current_state = (yy_start);
848|
849|               (yy_state_ptr) = (yy_state_buf);
850|               *(yy_state_ptr)++ = yy_current_state;
851|
852| yy_match:
853|               do
854|                       {
855|                       register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
856|                       while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
857|                               {
858|                               yy_current_state = (int) yy_def[yy_current_state];
859|                               if ( yy_current_state >= 13 )
860|                                       yy_c = yy_meta[(unsigned int) yy_c];
861|                               }
862|                       yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
863|                       *(yy_state_ptr)++ = yy_current_state;
864|                       ++yy_cp;
865|                       }
866|               while ( yy_base[yy_current_state] != 10 );
867|
868| yy_find_action:
869|               yy_current_state = *--(yy_state_ptr);
870|               (yy_lp) = yy_accept[yy_current_state];
871| find_rule: /* we branch to this label when backing up */
872|               for ( ; ; ) /* until we find what rule we matched */
873|                       {
874|                       if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
875|                               {
876|                               yy_act = yy_acclist[(yy_lp)];
877|                                       {
878|                                       (yy_full_match) = yy_cp;
879|                                       break;
880|                                       }
881|                               }
882|                       --yy_cp;
883|                       yy_current_state = *--(yy_state_ptr);
884|                       (yy_lp) = yy_accept[yy_current_state];
885|                       }
886|
887|               YY_DO_BEFORE_ACTION;
888|
889| do_action:    /* This label is used only to access EOF actions. */
890|
891|               switch ( yy_act )
892|       { /* beginning of action switch */
893| case 1:
894| YY_RULE_SETUP
895| #line 2 "conftest.l"
896| { ECHO; }
897|       YY_BREAK
898| case 2:
899| YY_RULE_SETUP
900| #line 3 "conftest.l"
901| { REJECT; }
902|       YY_BREAK
903| case 3:
904| YY_RULE_SETUP
905| #line 4 "conftest.l"
906| { yymore (); }
907|       YY_BREAK
908| case 4:
909| YY_RULE_SETUP
910| #line 5 "conftest.l"
911| { yyless (1); }
912|       YY_BREAK
913| case 5:
914| YY_RULE_SETUP
915| #line 6 "conftest.l"
916| { yyless (input () != 0); }
917|       YY_BREAK
918| case 6:
919| YY_RULE_SETUP
920| #line 7 "conftest.l"
921| { unput (yytext[0]); }
922|       YY_BREAK
923| case 7:
924| YY_RULE_SETUP
925| #line 8 "conftest.l"
926| { BEGIN INITIAL; }
927|       YY_BREAK
928| case 8:
929| YY_RULE_SETUP
930| #line 9 "conftest.l"
931| ECHO;
932|       YY_BREAK
933| #line 748 "lex.yy.c"
934|                       case YY_STATE_EOF(INITIAL):
935|                               yyterminate();
936|
937|       case YY_END_OF_BUFFER:
938|               {
939|               /* Amount of text matched not including the EOB char. */
940|               int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
941|
942|               /* Undo the effects of YY_DO_BEFORE_ACTION. */
943|               *yy_cp = (yy_hold_char);
944|               YY_RESTORE_YY_MORE_OFFSET
945|
946|               if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
947|                       {
948|                       /* We're scanning a new file or input source.  It's
949|                        * possible that this happened because the user
950|                        * just pointed yyin at a new source and called
951|                        * yylex().  If so, then we have to assure
952|                        * consistency between YY_CURRENT_BUFFER and our
953|                        * globals.  Here is the right place to do so, because
954|                        * this is the first action (other than possibly a
955|                        * back-up) that will match for the new input source.
956|                        */
957|                       (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
958|                       YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
959|                       YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
960|                       }
961|
962|               /* Note that here we test for yy_c_buf_p "<=" to the position
963|                * of the first EOB in the buffer, since yy_c_buf_p will
964|                * already have been incremented past the NUL character
965|                * (since all states make transitions on EOB to the
966|                * end-of-buffer state).  Contrast this with the test
967|                * in input().
968|                */
969|               if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
970|                       { /* This was really a NUL. */
971|                       yy_state_type yy_next_state;
972|
973|                       (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
974|
975|                       yy_current_state = yy_get_previous_state(  );
976|
977|                       /* Okay, we're now positioned to make the NUL
978|                        * transition.  We couldn't have
979|                        * yy_get_previous_state() go ahead and do it
980|                        * for us because it doesn't know how to deal
981|                        * with the possibility of jamming (and we don't
982|                        * want to build jamming into it because then it
983|                        * will run more slowly).
984|                        */
985|
986|                       yy_next_state = yy_try_NUL_trans( yy_current_state );
987|
988|                       yy_bp = (yytext_ptr) + YY_MORE_ADJ;
989|
990|                       if ( yy_next_state )
991|                               {
992|                               /* Consume the NUL. */
993|                               yy_cp = ++(yy_c_buf_p);
994|                               yy_current_state = yy_next_state;
995|                               goto yy_match;
996|                               }
997|
998|                       else
999|                               {
1000|                               yy_cp = (yy_c_buf_p);
1001|                               goto yy_find_action;
1002|                               }
1003|                       }
1004|
1005|               else switch ( yy_get_next_buffer(  ) )
1006|                       {
1007|                       case EOB_ACT_END_OF_FILE:
1008|                               {
1009|                               (yy_did_buffer_switch_on_eof) = 0;
1010|
1011|                               if ( yywrap( ) )
1012|                                       {
1013|                                       /* Note: because we've taken care in
1014|                                        * yy_get_next_buffer() to have set up
1015|                                        * yytext, we can now set up
1016|                                        * yy_c_buf_p so that if some total
1017|                                        * hoser (like flex itself) wants to
1018|                                        * call the scanner after we return the
1019|                                        * YY_NULL, it'll still work - another
1020|                                        * YY_NULL will get returned.
1021|                                        */
1022|                                       (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1023|
1024|                                       yy_act = YY_STATE_EOF(YY_START);
1025|                                       goto do_action;
1026|                                       }
1027|
1028|                               else
1029|                                       {
1030|                                       if ( ! (yy_did_buffer_switch_on_eof) )
1031|                                               YY_NEW_FILE;
1032|                                       }
1033|                               break;
1034|                               }
1035|
1036|                       case EOB_ACT_CONTINUE_SCAN:
1037|                               (yy_c_buf_p) =
1038|                                       (yytext_ptr) + yy_amount_of_matched_text;
1039|
1040|                               yy_current_state = yy_get_previous_state(  );
1041|
1042|                               yy_cp = (yy_c_buf_p);
1043|                               yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1044|                               goto yy_match;
1045|
1046|                       case EOB_ACT_LAST_MATCH:
1047|                               (yy_c_buf_p) =
1048|                               &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
1049|
1050|                               yy_current_state = yy_get_previous_state(  );
1051|
1052|                               yy_cp = (yy_c_buf_p);
1053|                               yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1054|                               goto yy_find_action;
1055|                       }
1056|               break;
1057|               }
1058|
1059|       default:
1060|               YY_FATAL_ERROR(
1061|                       "fatal flex scanner internal error--no action found" );
1062|       } /* end of action switch */
1063|               } /* end of scanning one token */
1064| } /* end of yylex */
1065|
1066| /* yy_get_next_buffer - try to read in a new buffer
1067|  *
1068|  * Returns a code representing an action:
1069|  *    EOB_ACT_LAST_MATCH -
1070|  *    EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1071|  *    EOB_ACT_END_OF_FILE - end of file
1072|  */
1073| static int yy_get_next_buffer (void)
1074| {
1075|       register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1076|       register char *source = (yytext_ptr);
1077|       register int number_to_move, i;
1078|       int ret_val;
1079|
1080|       if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1081|               YY_FATAL_ERROR(
1082|               "fatal flex scanner internal error--end of buffer missed" );
1083|
1084|       if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
1085|               { /* Don't try to fill the buffer, so this is an EOF. */
1086|               if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
1087|                       {
1088|                       /* We matched a single character, the EOB, so
1089|                        * treat this as a final EOF.
1090|                        */
1091|                       return EOB_ACT_END_OF_FILE;
1092|                       }
1093|
1094|               else
1095|                       {
1096|                       /* We matched some text prior to the EOB, first
1097|                        * process it.
1098|                        */
1099|                       return EOB_ACT_LAST_MATCH;
1100|                       }
1101|               }
1102|
1103|       /* Try to read more data. */
1104|
1105|       /* First move last chars to start of buffer. */
1106|       number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
1107|
1108|       for ( i = 0; i < number_to_move; ++i )
1109|               *(dest++) = *(source++);
1110|
1111|       if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
1112|               /* don't do the read, it's not guaranteed to return an EOF,
1113|                * just force an EOF
1114|                */
1115|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
1116|
1117|       else
1118|               {
1119|                       size_t num_to_read =
1120|                       YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1121|
1122|               while ( num_to_read <= 0 )
1123|                       { /* Not enough room in the buffer - grow it. */
1124|
1125|                       YY_FATAL_ERROR(
1126| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
1127|
1128|                       }
1129|
1130|               if ( num_to_read > YY_READ_BUF_SIZE )
1131|                       num_to_read = YY_READ_BUF_SIZE;
1132|
1133|               /* Read in more data. */
1134|               YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1135|                       (yy_n_chars), num_to_read );
1136|
1137|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1138|               }
1139|
1140|       if ( (yy_n_chars) == 0 )
1141|               {
1142|               if ( number_to_move == YY_MORE_ADJ )
1143|                       {
1144|                       ret_val = EOB_ACT_END_OF_FILE;
1145|                       yyrestart(yyin  );
1146|                       }
1147|
1148|               else
1149|                       {
1150|                       ret_val = EOB_ACT_LAST_MATCH;
1151|                       YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
1152|                               YY_BUFFER_EOF_PENDING;
1153|                       }
1154|               }
1155|
1156|       else
1157|               ret_val = EOB_ACT_CONTINUE_SCAN;
1158|
1159|       (yy_n_chars) += number_to_move;
1160|       YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
1161|       YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
1162|
1163|       (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
1164|
1165|       return ret_val;
1166| }
1167|
1168| /* yy_get_previous_state - get the state just before the EOB char was reached */
1169|
1170|     static yy_state_type yy_get_previous_state (void)
1171| {
1172|       register yy_state_type yy_current_state;
1173|       register char *yy_cp;
1174|     
1175|       yy_current_state = (yy_start);
1176|
1177|       (yy_state_ptr) = (yy_state_buf);
1178|       *(yy_state_ptr)++ = yy_current_state;
1179|
1180|       for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
1181|               {
1182|               register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
1183|               while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1184|                       {
1185|                       yy_current_state = (int) yy_def[yy_current_state];
1186|                       if ( yy_current_state >= 13 )
1187|                               yy_c = yy_meta[(unsigned int) yy_c];
1188|                       }
1189|               yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1190|               *(yy_state_ptr)++ = yy_current_state;
1191|               }
1192|
1193|       return yy_current_state;
1194| }
1195|
1196| /* yy_try_NUL_trans - try to make a transition on the NUL character
1197|  *
1198|  * synopsis
1199|  *    next_state = yy_try_NUL_trans( current_state );
1200|  */
1201|     static yy_state_type yy_try_NUL_trans  (yy_state_type yy_current_state )
1202| {
1203|       register int yy_is_jam;
1204|     
1205|       register YY_CHAR yy_c = 1;
1206|       while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1207|               {
1208|               yy_current_state = (int) yy_def[yy_current_state];
1209|               if ( yy_current_state >= 13 )
1210|                       yy_c = yy_meta[(unsigned int) yy_c];
1211|               }
1212|       yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1213|       yy_is_jam = (yy_current_state == 12);
1214|       if ( ! yy_is_jam )
1215|               *(yy_state_ptr)++ = yy_current_state;
1216|
1217|       return yy_is_jam ? 0 : yy_current_state;
1218| }
1219|
1220|     static void yyunput (int c, register char * yy_bp )
1221| {
1222|       register char *yy_cp;
1223|     
1224|     yy_cp = (yy_c_buf_p);
1225|
1226|       /* undo effects of setting up yytext */
1227|       *yy_cp = (yy_hold_char);
1228|
1229|       if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1230|               { /* need to shift things up to make room */
1231|               /* +2 for EOB chars. */
1232|               register int number_to_move = (yy_n_chars) + 2;
1233|               register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
1234|                                       YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
1235|               register char *source =
1236|                               &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
1237|
1238|               while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1239|                       *--dest = *--source;
1240|
1241|               yy_cp += (int) (dest - source);
1242|               yy_bp += (int) (dest - source);
1243|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
1244|                       (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
1245|
1246|               if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1247|                       YY_FATAL_ERROR( "flex scanner push-back overflow" );
1248|               }
1249|
1250|       *--yy_cp = (char) c;
1251|
1252|       (yytext_ptr) = yy_bp;
1253|       (yy_hold_char) = *yy_cp;
1254|       (yy_c_buf_p) = yy_cp;
1255| }
1256|
1257| #ifndef YY_NO_INPUT
1258| #ifdef __cplusplus
1259|     static int yyinput (void)
1260| #else
1261|     static int input  (void)
1262| #endif
1263|
1264| {
1265|       int c;
1266|     
1267|       *(yy_c_buf_p) = (yy_hold_char);
1268|
1269|       if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
1270|               {
1271|               /* yy_c_buf_p now points to the character we want to return.
1272|                * If this occurs *before* the EOB characters, then it's a
1273|                * valid NUL; if not, then we've hit the end of the buffer.
1274|                */
1275|               if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1276|                       /* This was really a NUL. */
1277|                       *(yy_c_buf_p) = '\0';
1278|
1279|               else
1280|                       { /* need more input */
1281|                       int offset = (yy_c_buf_p) - (yytext_ptr);
1282|                       ++(yy_c_buf_p);
1283|
1284|                       switch ( yy_get_next_buffer(  ) )
1285|                               {
1286|                               case EOB_ACT_LAST_MATCH:
1287|                                       /* This happens because yy_g_n_b()
1288|                                        * sees that we've accumulated a
1289|                                        * token and flags that we need to
1290|                                        * try matching the token before
1291|                                        * proceeding.  But for input(),
1292|                                        * there's no matching to consider.
1293|                                        * So convert the EOB_ACT_LAST_MATCH
1294|                                        * to EOB_ACT_END_OF_FILE.
1295|                                        */
1296|
1297|                                       /* Reset buffer status. */
1298|                                       yyrestart(yyin );
1299|
1300|                                       /*FALLTHROUGH*/
1301|
1302|                               case EOB_ACT_END_OF_FILE:
1303|                                       {
1304|                                       if ( yywrap( ) )
1305|                                               return EOF;
1306|
1307|                                       if ( ! (yy_did_buffer_switch_on_eof) )
1308|                                               YY_NEW_FILE;
1309| #ifdef __cplusplus
1310|                                       return yyinput();
1311| #else
1312|                                       return input();
1313| #endif
1314|                                       }
1315|
1316|                               case EOB_ACT_CONTINUE_SCAN:
1317|                                       (yy_c_buf_p) = (yytext_ptr) + offset;
1318|                                       break;
1319|                               }
1320|                       }
1321|               }
1322|
1323|       c = *(unsigned char *) (yy_c_buf_p);    /* cast for 8-bit char's */
1324|       *(yy_c_buf_p) = '\0';   /* preserve yytext */
1325|       (yy_hold_char) = *++(yy_c_buf_p);
1326|
1327|       return c;
1328| }
1329| #endif        /* ifndef YY_NO_INPUT */
1330|
1331| /** Immediately switch to a different input stream.
1332|  * @param input_file A readable stream.
1333|  *
1334|  * @note This function does not reset the start condition to @c INITIAL .
1335|  */
1336|     void yyrestart  (FILE * input_file )
1337| {
1338|     
1339|       if ( ! YY_CURRENT_BUFFER ){
1340|         yyensure_buffer_stack ();
1341|               YY_CURRENT_BUFFER_LVALUE =
1342|             yy_create_buffer(yyin,YY_BUF_SIZE );
1343|       }
1344|
1345|       yy_init_buffer(YY_CURRENT_BUFFER,input_file );
1346|       yy_load_buffer_state( );
1347| }
1348|
1349| /** Switch to a different input buffer.
1350|  * @param new_buffer The new input buffer.
1351|  *
1352|  */
1353|     void yy_switch_to_buffer  (YY_BUFFER_STATE  new_buffer )
1354| {
1355|     
1356|       /* TODO. We should be able to replace this entire function body
1357|        * with
1358|        *              yypop_buffer_state();
1359|        *              yypush_buffer_state(new_buffer);
1360|      */
1361|       yyensure_buffer_stack ();
1362|       if ( YY_CURRENT_BUFFER == new_buffer )
1363|               return;
1364|
1365|       if ( YY_CURRENT_BUFFER )
1366|               {
1367|               /* Flush out information for old buffer. */
1368|               *(yy_c_buf_p) = (yy_hold_char);
1369|               YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1370|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1371|               }
1372|
1373|       YY_CURRENT_BUFFER_LVALUE = new_buffer;
1374|       yy_load_buffer_state( );
1375|
1376|       /* We don't actually know whether we did this switch during
1377|        * EOF (yywrap()) processing, but the only time this flag
1378|        * is looked at is after yywrap() is called, so it's safe
1379|        * to go ahead and always set it.
1380|        */
1381|       (yy_did_buffer_switch_on_eof) = 1;
1382| }
1383|
1384| static void yy_load_buffer_state  (void)
1385| {
1386|       (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1387|       (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
1388|       yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
1389|       (yy_hold_char) = *(yy_c_buf_p);
1390| }
1391|
1392| /** Allocate and initialize an input buffer state.
1393|  * @param file A readable stream.
1394|  * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1395|  *
1396|  * @return the allocated buffer state.
1397|  */
1398|     YY_BUFFER_STATE yy_create_buffer  (FILE * file, int  size )
1399| {
1400|       YY_BUFFER_STATE b;
1401|     
1402|       b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
1403|       if ( ! b )
1404|               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1405|
1406|       b->yy_buf_size = size;
1407|
1408|       /* yy_ch_buf has to be 2 characters longer than the size given because
1409|        * we need to put in 2 end-of-buffer characters.
1410|        */
1411|       b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2  );
1412|       if ( ! b->yy_ch_buf )
1413|               YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1414|
1415|       b->yy_is_our_buffer = 1;
1416|
1417|       yy_init_buffer(b,file );
1418|
1419|       return b;
1420| }
1421|
1422| /** Destroy the buffer.
1423|  * @param b a buffer created with yy_create_buffer()
1424|  *
1425|  */
1426|     void yy_delete_buffer (YY_BUFFER_STATE  b )
1427| {
1428|     
1429|       if ( ! b )
1430|               return;
1431|
1432|       if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1433|               YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1434|
1435|       if ( b->yy_is_our_buffer )
1436|               yyfree((void *) b->yy_ch_buf  );
1437|
1438|       yyfree((void *) b  );
1439| }
1440|
1441| #ifndef __cplusplus
1442| extern int isatty (int );
1443| #endif /* __cplusplus */
1444|     
1445| /* Initializes or reinitializes a buffer.
1446|  * This function is sometimes called more than once on the same buffer,
1447|  * such as during a yyrestart() or at EOF.
1448|  */
1449|     static void yy_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
1450|
1451| {
1452|       int oerrno = errno;
1453|     
1454|       yy_flush_buffer(b );
1455|
1456|       b->yy_input_file = file;
1457|       b->yy_fill_buffer = 1;
1458|
1459|     /* If b is the current buffer, then yy_init_buffer was _probably_
1460|      * called from yyrestart() or through yy_get_next_buffer.
1461|      * In that case, we don't want to reset the lineno or column.
1462|      */
1463|     if (b != YY_CURRENT_BUFFER){
1464|         b->yy_bs_lineno = 1;
1465|         b->yy_bs_column = 0;
1466|     }
1467|
1468|         b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1469|     
1470|       errno = oerrno;
1471| }
1472|
1473| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1474|  * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1475|  *
1476|  */
1477|     void yy_flush_buffer (YY_BUFFER_STATE  b )
1478| {
1479|       if ( ! b )
1480|               return;
1481|
1482|       b->yy_n_chars = 0;
1483|
1484|       /* We always need two end-of-buffer characters.  The first causes
1485|        * a transition to the end-of-buffer state.  The second causes
1486|        * a jam in that state.
1487|        */
1488|       b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
1489|       b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
1490|
1491|       b->yy_buf_pos = &b->yy_ch_buf[0];
1492|
1493|       b->yy_at_bol = 1;
1494|       b->yy_buffer_status = YY_BUFFER_NEW;
1495|
1496|       if ( b == YY_CURRENT_BUFFER )
1497|               yy_load_buffer_state( );
1498| }
1499|
1500| /** Pushes the new state onto the stack. The new state becomes
1501|  *  the current state. This function will allocate the stack
1502|  *  if necessary.
1503|  *  @param new_buffer The new state.
1504|  * 
1505|  */
1506| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1507| {
1508|       if (new_buffer == NULL)
1509|               return;
1510|
1511|       yyensure_buffer_stack();
1512|
1513|       /* This block is copied from yy_switch_to_buffer. */
1514|       if ( YY_CURRENT_BUFFER )
1515|               {
1516|               /* Flush out information for old buffer. */
1517|               *(yy_c_buf_p) = (yy_hold_char);
1518|               YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1519|               YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1520|               }
1521|
1522|       /* Only push if top exists. Otherwise, replace top. */
1523|       if (YY_CURRENT_BUFFER)
1524|               (yy_buffer_stack_top)++;
1525|       YY_CURRENT_BUFFER_LVALUE = new_buffer;
1526|
1527|       /* copied from yy_switch_to_buffer. */
1528|       yy_load_buffer_state( );
1529|       (yy_did_buffer_switch_on_eof) = 1;
1530| }
1531|
1532| /** Removes and deletes the top of the stack, if present.
1533|  *  The next element becomes the new top.
1534|  * 
1535|  */
1536| void yypop_buffer_state (void)
1537| {
1538|       if (!YY_CURRENT_BUFFER)
1539|               return;
1540|
1541|       yy_delete_buffer(YY_CURRENT_BUFFER );
1542|       YY_CURRENT_BUFFER_LVALUE = NULL;
1543|       if ((yy_buffer_stack_top) > 0)
1544|               --(yy_buffer_stack_top);
1545|
1546|       if (YY_CURRENT_BUFFER) {
1547|               yy_load_buffer_state( );
1548|               (yy_did_buffer_switch_on_eof) = 1;
1549|       }
1550| }
1551|
1552| /* Allocates the stack if it does not exist.
1553|  *  Guarantees space for at least one push.
1554|  */
1555| static void yyensure_buffer_stack (void)
1556| {
1557|       int num_to_alloc;
1558|     
1559|       if (!(yy_buffer_stack)) {
1560|
1561|               /* First allocation is just for 2 elements, since we don't know if this
1562|                * scanner will even need a stack. We use 2 instead of 1 to avoid an
1563|                * immediate realloc on the next call.
1564|          */
1565|               num_to_alloc = 1;
1566|               (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1567|                                                               (num_to_alloc * sizeof(struct yy_buffer_state*)
1568|                                                               );
1569|               
1570|               memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1571|                               
1572|               (yy_buffer_stack_max) = num_to_alloc;
1573|               (yy_buffer_stack_top) = 0;
1574|               return;
1575|       }
1576|
1577|       if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1578|
1579|               /* Increase the buffer to prepare for a possible push. */
1580|               int grow_size = 8 /* arbitrary grow size */;
1581|
1582|               num_to_alloc = (yy_buffer_stack_max) + grow_size;
1583|               (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
1584|                                                               ((yy_buffer_stack),
1585|                                                               num_to_alloc * sizeof(struct yy_buffer_state*)
1586|                                                               );
1587|
1588|               /* zero only the new slots.*/
1589|               memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1590|               (yy_buffer_stack_max) = num_to_alloc;
1591|       }
1592| }
1593|
1594| /** Setup the input buffer state to scan directly from a user-specified character buffer.
1595|  * @param base the character buffer
1596|  * @param size the size in bytes of the character buffer
1597|  *
1598|  * @return the newly allocated buffer state object.
1599|  */
1600| YY_BUFFER_STATE yy_scan_buffer  (char * base, yy_size_t  size )
1601| {
1602|       YY_BUFFER_STATE b;
1603|     
1604|       if ( size < 2 ||
1605|            base[size-2] != YY_END_OF_BUFFER_CHAR ||
1606|            base[size-1] != YY_END_OF_BUFFER_CHAR )
1607|               /* They forgot to leave room for the EOB's. */
1608|               return 0;
1609|
1610|       b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state )  );
1611|       if ( ! b )
1612|               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
1613|
1614|       b->yy_buf_size = size - 2;      /* "- 2" to take care of EOB's */
1615|       b->yy_buf_pos = b->yy_ch_buf = base;
1616|       b->yy_is_our_buffer = 0;
1617|       b->yy_input_file = 0;
1618|       b->yy_n_chars = b->yy_buf_size;
1619|       b->yy_is_interactive = 0;
1620|       b->yy_at_bol = 1;
1621|       b->yy_fill_buffer = 0;
1622|       b->yy_buffer_status = YY_BUFFER_NEW;
1623|
1624|       yy_switch_to_buffer(b  );
1625|
1626|       return b;
1627| }
1628|
1629| /** Setup the input buffer state to scan a string. The next call to yylex() will
1630|  * scan from a @e copy of @a str.
1631|  * @param str a NUL-terminated string to scan
1632|  *
1633|  * @return the newly allocated buffer state object.
1634|  * @note If you want to scan bytes that may contain NUL values, then use
1635|  *       yy_scan_bytes() instead.
1636|  */
1637| YY_BUFFER_STATE yy_scan_string (yyconst char * yy_str )
1638| {
1639|     
1640|       return yy_scan_bytes(yy_str,strlen(yy_str) );
1641| }
1642|
1643| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1644|  * scan from a @e copy of @a bytes.
1645|  * @param bytes the byte buffer to scan
1646|  * @param len the number of bytes in the buffer pointed to by @a bytes.
1647|  *
1648|  * @return the newly allocated buffer state object.
1649|  */
1650| YY_BUFFER_STATE yy_scan_bytes  (yyconst char * bytes, int  len )
1651| {
1652|       YY_BUFFER_STATE b;
1653|       char *buf;
1654|       yy_size_t n;
1655|       int i;
1656|     
1657|       /* Get memory for full buffer, including space for trailing EOB's. */
1658|       n = len + 2;
1659|       buf = (char *) yyalloc(n  );
1660|       if ( ! buf )
1661|               YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1662|
1663|       for ( i = 0; i < len; ++i )
1664|               buf[i] = bytes[i];
1665|
1666|       buf[len] = buf[len+1] = YY_END_OF_BUFFER_CHAR;
1667|
1668|       b = yy_scan_buffer(buf,n );
1669|       if ( ! b )
1670|               YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
1671|
1672|       /* It's okay to grow etc. this buffer, and we should throw it
1673|        * away when we're done.
1674|        */
1675|       b->yy_is_our_buffer = 1;
1676|
1677|       return b;
1678| }
1679|
1680| #ifndef YY_EXIT_FAILURE
1681| #define YY_EXIT_FAILURE 2
1682| #endif
1683|
1684| static void yy_fatal_error (yyconst char* msg )
1685| {
1686|       (void) fprintf( stderr, "%s\n", msg );
1687|       exit( YY_EXIT_FAILURE );
1688| }
1689|
1690| /* Redefine yyless() so it works in section 3 code. */
1691|
1692| #undef yyless
1693| #define yyless(n) \
1694|       do \
1695|               { \
1696|               /* Undo effects of setting up yytext. */ \
1697|         int yyless_macro_arg = (n); \
1698|         YY_LESS_LINENO(yyless_macro_arg);\
1699|               yytext[yyleng] = (yy_hold_char); \
1700|               (yy_c_buf_p) = yytext + yyless_macro_arg; \
1701|               (yy_hold_char) = *(yy_c_buf_p); \
1702|               *(yy_c_buf_p) = '\0'; \
1703|               yyleng = yyless_macro_arg; \
1704|               } \
1705|       while ( 0 )
1706|
1707| /* Accessor  methods (get/set functions) to struct members. */
1708|
1709| /** Get the current line number.
1710|  *
1711|  */
1712| int yyget_lineno  (void)
1713| {
1714|         
1715|     return yylineno;
1716| }
1717|
1718| /** Get the input stream.
1719|  *
1720|  */
1721| FILE *yyget_in  (void)
1722| {
1723|         return yyin;
1724| }
1725|
1726| /** Get the output stream.
1727|  *
1728|  */
1729| FILE *yyget_out  (void)
1730| {
1731|         return yyout;
1732| }
1733|
1734| /** Get the length of the current token.
1735|  *
1736|  */
1737| int yyget_leng  (void)
1738| {
1739|         return yyleng;
1740| }
1741|
1742| /** Get the current token.
1743|  *
1744|  */
1745|
1746| char *yyget_text  (void)
1747| {
1748|         return yytext;
1749| }
1750|
1751| /** Set the current line number.
1752|  * @param line_number
1753|  *
1754|  */
1755| void yyset_lineno (int  line_number )
1756| {
1757|     
1758|     yylineno = line_number;
1759| }
1760|
1761| /** Set the input stream. This does not discard the current
1762|  * input buffer.
1763|  * @param in_str A readable stream.
1764|  *
1765|  * @see yy_switch_to_buffer
1766|  */
1767| void yyset_in (FILE *  in_str )
1768| {
1769|         yyin = in_str ;
1770| }
1771|
1772| void yyset_out (FILE *  out_str )
1773| {
1774|         yyout = out_str ;
1775| }
1776|
1777| int yyget_debug  (void)
1778| {
1779|         return yy_flex_debug;
1780| }
1781|
1782| void yyset_debug (int  bdebug )
1783| {
1784|         yy_flex_debug = bdebug ;
1785| }
1786|
1787| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
1788| int yylex_destroy  (void)
1789| {
1790|     
1791|     /* Pop the buffer stack, destroying each element. */
1792|       while(YY_CURRENT_BUFFER){
1793|               yy_delete_buffer(YY_CURRENT_BUFFER  );
1794|               YY_CURRENT_BUFFER_LVALUE = NULL;
1795|               yypop_buffer_state();
1796|       }
1797|
1798|       /* Destroy the stack itself. */
1799|       yyfree((yy_buffer_stack) );
1800|       (yy_buffer_stack) = NULL;
1801|
1802|     yyfree ( (yy_state_buf) );
1803|
1804|     return 0;
1805| }
1806|
1807| /*
1808|  * Internal utility routines.
1809|  */
1810|
1811| #ifndef yytext_ptr
1812| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
1813| {
1814|       register int i;
1815|       for ( i = 0; i < n; ++i )
1816|               s1[i] = s2[i];
1817| }
1818| #endif
1819|
1820| #ifdef YY_NEED_STRLEN
1821| static int yy_flex_strlen (yyconst char * s )
1822| {
1823|       register int n;
1824|       for ( n = 0; s[n]; ++n )
1825|               ;
1826|
1827|       return n;
1828| }
1829| #endif
1830|
1831| void *yyalloc (yy_size_t  size )
1832| {
1833|       return (void *) malloc( size );
1834| }
1835|
1836| void *yyrealloc  (void * ptr, yy_size_t  size )
1837| {
1838|       /* The cast to (char *) in the following accommodates both
1839|        * implementations that use char* generic pointers, and those
1840|        * that use void* generic pointers.  It works with the latter
1841|        * because both ANSI C and C++ allow castless assignment from
1842|        * any pointer type to void*, and deal with argument conversions
1843|        * as though doing an assignment.
1844|        */
1845|       return (void *) realloc( (char *) ptr, size );
1846| }
1847|
1848| void yyfree (void * ptr )
1849| {
1850|       free( (char *) ptr );   /* see yyrealloc() for (char *) cast */
1851| }
1852|
1853| #define YYTABLES_NAME "yytables"
1854|
1855| #undef YY_NEW_FILE
1856| #undef YY_FLUSH_BUFFER
1857| #undef yy_set_bol
1858| #undef yy_new_buffer
1859| #undef yy_set_interactive
1860| #undef yytext_ptr
1861| #undef YY_DO_BEFORE_ACTION
1862|
1863| #ifdef YY_DECL_IS_OURS
1864| #undef YY_DECL_IS_OURS
1865| #undef YY_DECL
1866| #endif
1867| #line 9 "conftest.l"
1868|
1869|
1870| #ifdef YYTEXT_POINTER
1871| extern char *yytext;
1872| #endif
1873| int
1874| main (void)
1875| {
1876|   return ! yylex () + ! yywrap ();
1877| }
1878configure:4618: gcc -o conftest -g -O2   conftest.c -lfl  >&5
1879configure:4624: $? = 0
1880configure:4645: result: -lfl
1881configure:4651: checking whether yytext is a pointer
1882configure:4672: gcc -o conftest -g -O2   conftest.c -lfl  >&5
1883configure:4678: $? = 0
1884configure:4697: result: yes
1885configure:4936: checking for a sed that does not truncate output
1886configure:4992: result: /bin/sed
1887configure:4995: checking for grep that handles long lines and -e
1888configure:5069: result: /bin/grep
1889configure:5074: checking for egrep
1890configure:5152: result: /bin/grep -E
1891configure:5168: checking for ld used by gcc
1892configure:5235: result: /usr/bin/ld
1893configure:5244: checking if the linker (/usr/bin/ld) is GNU ld
1894configure:5259: result: yes
1895configure:5264: checking for /usr/bin/ld option to reload object files
1896configure:5271: result: -r
1897configure:5289: checking for BSD-compatible nm
1898configure:5338: result: /usr/bin/nm -B
1899configure:5342: checking whether ln -s works
1900configure:5346: result: yes
1901configure:5353: checking how to recognize dependent libraries
1902configure:5539: result: pass_all
1903configure:5779: checking how to run the C preprocessor
1904configure:5819: gcc -E  conftest.c
1905configure:5825: $? = 0
1906configure:5856: gcc -E  conftest.c
1907conftest.c:11:28: ac_nonexistent.h: No such file or directory
1908configure:5862: $? = 1
1909configure: failed program was:
1910| /* confdefs.h.  */
1911| #define PACKAGE_NAME "OGRE"
1912| #define PACKAGE_TARNAME "ogre"
1913| #define PACKAGE_VERSION "1.4.5"
1914| #define PACKAGE_STRING "OGRE 1.4.5"
1915| #define PACKAGE_BUGREPORT ""
1916| #define PACKAGE "OGRE"
1917| #define VERSION "1.4.5"
1918| #define YYTEXT_POINTER 1
1919| /* end confdefs.h.  */
1920| #include <ac_nonexistent.h>
1921configure:5895: result: gcc -E
1922configure:5924: gcc -E  conftest.c
1923configure:5930: $? = 0
1924configure:5961: gcc -E  conftest.c
1925conftest.c:11:28: ac_nonexistent.h: No such file or directory
1926configure:5967: $? = 1
1927configure: failed program was:
1928| /* confdefs.h.  */
1929| #define PACKAGE_NAME "OGRE"
1930| #define PACKAGE_TARNAME "ogre"
1931| #define PACKAGE_VERSION "1.4.5"
1932| #define PACKAGE_STRING "OGRE 1.4.5"
1933| #define PACKAGE_BUGREPORT ""
1934| #define PACKAGE "OGRE"
1935| #define VERSION "1.4.5"
1936| #define YYTEXT_POINTER 1
1937| /* end confdefs.h.  */
1938| #include <ac_nonexistent.h>
1939configure:6005: checking for ANSI C header files
1940configure:6035: gcc -c -g -O2  conftest.c >&5
1941configure:6041: $? = 0
1942configure:6137: gcc -o conftest -g -O2   conftest.c  >&5
1943configure:6140: $? = 0
1944configure:6146: ./conftest
1945configure:6149: $? = 0
1946configure:6166: result: yes
1947configure:6190: checking for sys/types.h
1948configure:6211: gcc -c -g -O2  conftest.c >&5
1949configure:6217: $? = 0
1950configure:6233: result: yes
1951configure:6190: checking for sys/stat.h
1952configure:6211: gcc -c -g -O2  conftest.c >&5
1953configure:6217: $? = 0
1954configure:6233: result: yes
1955configure:6190: checking for stdlib.h
1956configure:6211: gcc -c -g -O2  conftest.c >&5
1957configure:6217: $? = 0
1958configure:6233: result: yes
1959configure:6190: checking for string.h
1960configure:6211: gcc -c -g -O2  conftest.c >&5
1961configure:6217: $? = 0
1962configure:6233: result: yes
1963configure:6190: checking for memory.h
1964configure:6211: gcc -c -g -O2  conftest.c >&5
1965configure:6217: $? = 0
1966configure:6233: result: yes
1967configure:6190: checking for strings.h
1968configure:6211: gcc -c -g -O2  conftest.c >&5
1969configure:6217: $? = 0
1970configure:6233: result: yes
1971configure:6190: checking for inttypes.h
1972configure:6211: gcc -c -g -O2  conftest.c >&5
1973configure:6217: $? = 0
1974configure:6233: result: yes
1975configure:6190: checking for stdint.h
1976configure:6211: gcc -c -g -O2  conftest.c >&5
1977configure:6217: $? = 0
1978configure:6233: result: yes
1979configure:6190: checking for unistd.h
1980configure:6211: gcc -c -g -O2  conftest.c >&5
1981configure:6217: $? = 0
1982configure:6233: result: yes
1983configure:6260: checking dlfcn.h usability
1984configure:6277: gcc -c -g -O2  conftest.c >&5
1985configure:6283: $? = 0
1986configure:6297: result: yes
1987configure:6301: checking dlfcn.h presence
1988configure:6316: gcc -E  conftest.c
1989configure:6322: $? = 0
1990configure:6336: result: yes
1991configure:6364: checking for dlfcn.h
1992configure:6372: result: yes
1993configure:6395: checking how to run the C++ preprocessor
1994configure:6431: g++ -E  conftest.cpp
1995configure:6437: $? = 0
1996configure:6468: g++ -E  conftest.cpp
1997conftest.cpp:22:28: ac_nonexistent.h: No such file or directory
1998configure:6474: $? = 1
1999configure: failed program was:
2000| /* confdefs.h.  */
2001| #define PACKAGE_NAME "OGRE"
2002| #define PACKAGE_TARNAME "ogre"
2003| #define PACKAGE_VERSION "1.4.5"
2004| #define PACKAGE_STRING "OGRE 1.4.5"
2005| #define PACKAGE_BUGREPORT ""
2006| #define PACKAGE "OGRE"
2007| #define VERSION "1.4.5"
2008| #define YYTEXT_POINTER 1
2009| #define STDC_HEADERS 1
2010| #define HAVE_SYS_TYPES_H 1
2011| #define HAVE_SYS_STAT_H 1
2012| #define HAVE_STDLIB_H 1
2013| #define HAVE_STRING_H 1
2014| #define HAVE_MEMORY_H 1
2015| #define HAVE_STRINGS_H 1
2016| #define HAVE_INTTYPES_H 1
2017| #define HAVE_STDINT_H 1
2018| #define HAVE_UNISTD_H 1
2019| #define HAVE_DLFCN_H 1
2020| /* end confdefs.h.  */
2021| #include <ac_nonexistent.h>
2022configure:6507: result: g++ -E
2023configure:6536: g++ -E  conftest.cpp
2024configure:6542: $? = 0
2025configure:6573: g++ -E  conftest.cpp
2026conftest.cpp:22:28: ac_nonexistent.h: No such file or directory
2027configure:6579: $? = 1
2028configure: failed program was:
2029| /* confdefs.h.  */
2030| #define PACKAGE_NAME "OGRE"
2031| #define PACKAGE_TARNAME "ogre"
2032| #define PACKAGE_VERSION "1.4.5"
2033| #define PACKAGE_STRING "OGRE 1.4.5"
2034| #define PACKAGE_BUGREPORT ""
2035| #define PACKAGE "OGRE"
2036| #define VERSION "1.4.5"
2037| #define YYTEXT_POINTER 1
2038| #define STDC_HEADERS 1
2039| #define HAVE_SYS_TYPES_H 1
2040| #define HAVE_SYS_STAT_H 1
2041| #define HAVE_STDLIB_H 1
2042| #define HAVE_STRING_H 1
2043| #define HAVE_MEMORY_H 1
2044| #define HAVE_STRINGS_H 1
2045| #define HAVE_INTTYPES_H 1
2046| #define HAVE_STDINT_H 1
2047| #define HAVE_UNISTD_H 1
2048| #define HAVE_DLFCN_H 1
2049| /* end confdefs.h.  */
2050| #include <ac_nonexistent.h>
2051configure:6672: checking for g77
2052configure:6688: found /usr/sepp/bin/g77
2053configure:6699: result: g77
2054configure:6729: checking for Fortran 77 compiler version
2055configure:6736: g77 --version >&5
2056GNU Fortran (GCC) 3.3.5
2057Copyright (C) 2002 Free Software Foundation, Inc.
2058
2059GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
2060You may redistribute copies of GNU Fortran
2061under the terms of the GNU General Public License.
2062For more information about these matters, see the file named COPYING
2063or type the command `info -f g77 Copying'.
2064configure:6739: $? = 0
2065configure:6746: g77 -v >&5
2066Reading specs from /usr/pack/gcc-3.3.5-mo/i686-debian-linux3.1/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/specs
2067Configured with: ../configure --prefix=/usr/pack/gcc-3.3.5-mo --exec-prefix=/usr/pack/gcc-3.3.5-mo/i686-debian-linux3.1 --with-gxx-include-dir=/usr/pack/gcc-3.3.5-mo/include/c++ --disable-nls
2068Thread model: posix
2069gcc version 3.3.5
2070configure:6749: $? = 0
2071configure:6756: g77 -V >&5
2072g77: `-V' option must have argument
2073configure:6759: $? = 1
2074configure:6767: checking whether we are using the GNU Fortran 77 compiler
2075configure:6786: g77 -c  conftest.F >&5
2076configure:6792: $? = 0
2077configure:6809: result: yes
2078configure:6815: checking whether g77 accepts -g
2079configure:6832: g77 -c -g conftest.f >&5
2080configure:6838: $? = 0
2081configure:6854: result: yes
2082configure:6884: checking the maximum length of command line arguments
2083configure:6996: result: 98304
2084configure:7008: checking command to parse /usr/bin/nm -B output from gcc object
2085configure:7113: gcc -c -g -O2  conftest.c >&5
2086configure:7116: $? = 0
2087configure:7120: /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
2088configure:7123: $? = 0
2089configure:7175: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
2090configure:7178: $? = 0
2091configure:7216: result: ok
2092configure:7220: checking for objdir
2093configure:7235: result: .libs
2094configure:7327: checking for ar
2095configure:7343: found /usr/bin/ar
2096configure:7354: result: ar
2097configure:7423: checking for ranlib
2098configure:7439: found /usr/bin/ranlib
2099configure:7450: result: ranlib
2100configure:7519: checking for strip
2101configure:7535: found /usr/bin/strip
2102configure:7546: result: strip
2103configure:7832: checking if gcc supports -fno-rtti -fno-exceptions
2104configure:7853: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
2105cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
2106configure:7857: $? = 0
2107configure:7867: result: no
2108configure:7882: checking for gcc option to produce PIC
2109configure:8114: result: -fPIC
2110configure:8122: checking if gcc PIC flag -fPIC works
2111configure:8143: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
2112configure:8147: $? = 0
2113configure:8157: result: yes
2114configure:8185: checking if gcc static flag -static works
2115configure:8213: result: yes
2116configure:8223: checking if gcc supports -c -o file.o
2117configure:8247: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
2118configure:8251: $? = 0
2119configure:8270: result: yes
2120configure:8296: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
2121configure:9276: result: yes
2122configure:9297: checking whether -lc should be explicitly linked in
2123configure:9302: gcc -c -g -O2  conftest.c >&5
2124configure:9305: $? = 0
2125configure:9320: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
2126configure:9323: $? = 0
2127configure:9335: result: no
2128configure:9343: checking dynamic linker characteristics
2129configure:9945: result: GNU/Linux ld.so
2130configure:9954: checking how to hardcode library paths into programs
2131configure:9979: result: immediate
2132configure:9993: checking whether stripping libraries is possible
2133configure:9998: result: yes
2134configure:10800: checking if libtool supports shared libraries
2135configure:10802: result: yes
2136configure:10805: checking whether to build shared libraries
2137configure:10826: result: yes
2138configure:10829: checking whether to build static libraries
2139configure:10833: result: no
2140configure:10926: creating libtool
2141configure:11514: checking for ld used by g++
2142configure:11581: result: /usr/bin/ld
2143configure:11590: checking if the linker (/usr/bin/ld) is GNU ld
2144configure:11605: result: yes
2145configure:11656: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
2146configure:12630: result: yes
2147configure:12648: g++ -c -g -O2  conftest.cpp >&5
2148configure:12651: $? = 0
2149configure:12803: checking for g++ option to produce PIC
2150configure:13087: result: -fPIC
2151configure:13095: checking if g++ PIC flag -fPIC works
2152configure:13116: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
2153configure:13120: $? = 0
2154configure:13130: result: yes
2155configure:13158: checking if g++ static flag -static works
2156configure:13186: result: yes
2157configure:13196: checking if g++ supports -c -o file.o
2158configure:13220: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
2159configure:13224: $? = 0
2160configure:13243: result: yes
2161configure:13269: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
2162configure:13294: result: yes
2163configure:13361: checking dynamic linker characteristics
2164configure:13911: result: GNU/Linux ld.so
2165configure:13920: checking how to hardcode library paths into programs
2166configure:13945: result: immediate
2167configure:14479: checking if libtool supports shared libraries
2168configure:14481: result: yes
2169configure:14484: checking whether to build shared libraries
2170configure:14504: result: yes
2171configure:14507: checking whether to build static libraries
2172configure:14511: result: no
2173configure:14521: checking for g77 option to produce PIC
2174configure:14753: result: -fPIC
2175configure:14761: checking if g77 PIC flag -fPIC works
2176configure:14782: g77 -c -g -O2 -fPIC conftest.f >&5
2177configure:14786: $? = 0
2178configure:14796: result: yes
2179configure:14824: checking if g77 static flag -static works
2180configure:14852: result: yes
2181configure:14862: checking if g77 supports -c -o file.o
2182configure:14886: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
2183configure:14890: $? = 0
2184configure:14909: result: yes
2185configure:14935: checking whether the g77 linker (/usr/bin/ld) supports shared libraries
2186configure:15895: result: yes
2187configure:15962: checking dynamic linker characteristics
2188configure:16512: result: GNU/Linux ld.so
2189configure:16521: checking how to hardcode library paths into programs
2190configure:16546: result: immediate
2191configure:20245: checking for ld used by g++
2192configure:20312: result: /usr/bin/ld
2193configure:20321: checking if the linker (/usr/bin/ld) is GNU ld
2194configure:20336: result: yes
2195configure:20387: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
2196configure:21361: result: yes
2197configure:21379: g++ -c -g -O2  conftest.cpp >&5
2198configure:21382: $? = 0
2199configure:21534: checking for g++ option to produce PIC
2200configure:21818: result: -fPIC
2201configure:21826: checking if g++ PIC flag -fPIC works
2202configure:21861: result: yes
2203configure:21889: checking if g++ static flag -static works
2204configure:21917: result: yes
2205configure:21927: checking if g++ supports -c -o file.o
2206configure:21974: result: yes
2207configure:22000: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
2208configure:22025: result: yes
2209configure:22092: checking dynamic linker characteristics
2210configure:22642: result: GNU/Linux ld.so
2211configure:22651: checking how to hardcode library paths into programs
2212configure:22676: result: immediate
2213configure:23130: checking if g++ supports -fvisibility
2214configure:23151: g++ -c -g -O2  -fvisibility=hidden -fvisibility-inlines-hidden conftest.cpp >&5
2215cc1plus: error: unrecognized option `-fvisibility=hidden'
2216cc1plus: error: unrecognized option `-fvisibility-inlines-hidden'
2217configure:23155: $? = 1
2218configure:23165: result: no
2219configure:23212: checking whether to use STLPort
2220configure:23219: result: no
2221configure:23266: checking for freetype-config
2222configure:23284: found /usr/bin/freetype-config
2223configure:23297: result: /usr/bin/freetype-config
2224configure:23307: checking for FreeType - version >= 9.0.0
2225configure:23390: gcc -o conftest -g -O2 -I/usr/include/freetype2   conftest.c -lfreetype -lz  >&5
2226configure:23393: $? = 0
2227configure:23399: ./conftest
2228configure:23402: $? = 0
2229configure:23423: result: yes
2230configure:23457: checking for dlopen in -ldl
2231configure:23492: gcc -o conftest -g -O2   conftest.c -ldl   >&5
2232configure:23498: $? = 0
2233configure:23516: result: yes
2234configure:23528: checking for pow in -lm
2235configure:23563: gcc -o conftest -g -O2   conftest.c -lm  -ldl  >&5
2236configure:23569: $? = 0
2237configure:23587: result: yes
2238configure:23599: checking for gzopen in -lz
2239configure:23634: gcc -o conftest -g -O2   conftest.c -lz  -lm -ldl  >&5
2240configure:23640: $? = 0
2241configure:23658: result: yes
2242configure:23670: checking for pthread_create in -lpthread
2243configure:23705: gcc -o conftest -g -O2   conftest.c -lpthread  -lz -lm -ldl  >&5
2244configure:23711: $? = 0
2245configure:23729: result: yes
2246configure:23740: checking for snprintf
2247configure:23796: gcc -o conftest -g -O2   conftest.c -lpthread -lz -lm -ldl  >&5
2248conftest.c:49: warning: conflicting types for built-in function `snprintf'
2249configure:23802: $? = 0
2250configure:23819: result: yes
2251configure:23829: checking for vsnprintf
2252configure:23885: gcc -o conftest -g -O2   conftest.c -lpthread -lz -lm -ldl  >&5
2253conftest.c:50: warning: conflicting types for built-in function `vsnprintf'
2254configure:23891: $? = 0
2255configure:23908: result: yes
2256configure:23954: checking for cppunit-config
2257configure:23972: found /usr/sepp/bin/cppunit-config
2258configure:23985: result: /usr/sepp/bin/cppunit-config
2259configure:23995: checking for Cppunit - version >= 1.10.0
2260configure:24028: result: 1.12.0
2261configure:24107: checking for pkg-config
2262configure:24125: found /usr/bin/pkg-config
2263configure:24137: result: /usr/bin/pkg-config
2264configure:24166: checking pkg-config is at least version 0.9.0
2265configure:24169: result: yes
2266configure:24180: checking for ZZIPLIB
2267configure:24188: $PKG_CONFIG --exists --print-errors "zziplib"
2268Package zziplib was not found in the pkg-config search path.
2269Perhaps you should add the directory containing `zziplib.pc'
2270to the PKG_CONFIG_PATH environment variable
2271No package 'zziplib' found
2272configure:24191: $? = 1
2273configure:24206: $PKG_CONFIG --exists --print-errors "zziplib"
2274Package zziplib was not found in the pkg-config search path.
2275Perhaps you should add the directory containing `zziplib.pc'
2276to the PKG_CONFIG_PATH environment variable
2277No package 'zziplib' found
2278configure:24209: $? = 1
2279Package zziplib was not found in the pkg-config search path.
2280Perhaps you should add the directory containing `zziplib.pc'
2281to the PKG_CONFIG_PATH environment variable
2282No package 'zziplib' found
2283configure:24247: error: Package requirements (zziplib) were not met:
2284
2285Package zziplib was not found in the pkg-config search path.
2286Perhaps you should add the directory containing `zziplib.pc'
2287to the PKG_CONFIG_PATH environment variable
2288No package 'zziplib' found
2289
2290Consider adjusting the PKG_CONFIG_PATH environment variable if you
2291installed software in a non-standard prefix.
2292
2293Alternatively, you may set the environment variables ZZIPLIB_CFLAGS
2294and ZZIPLIB_LIBS to avoid the need to call pkg-config.
2295See the pkg-config man page for more details.
2296
2297
2298## ---------------- ##
2299## Cache variables. ##
2300## ---------------- ##
2301
2302ac_cv_build=i686-pc-linux-gnu
2303ac_cv_c_compiler_gnu=yes
2304ac_cv_cxx_compiler_gnu=yes
2305ac_cv_env_CCC_set=
2306ac_cv_env_CCC_value=
2307ac_cv_env_CC_set=
2308ac_cv_env_CC_value=
2309ac_cv_env_CEGUI_CFLAGS_set=
2310ac_cv_env_CEGUI_CFLAGS_value=
2311ac_cv_env_CEGUI_LIBS_set=
2312ac_cv_env_CEGUI_LIBS_value=
2313ac_cv_env_CFLAGS_set=
2314ac_cv_env_CFLAGS_value=
2315ac_cv_env_CPPFLAGS_set=
2316ac_cv_env_CPPFLAGS_value=
2317ac_cv_env_CPP_set=
2318ac_cv_env_CPP_value=
2319ac_cv_env_CXXCPP_set=
2320ac_cv_env_CXXCPP_value=
2321ac_cv_env_CXXFLAGS_set=
2322ac_cv_env_CXXFLAGS_value=
2323ac_cv_env_CXX_set=
2324ac_cv_env_CXX_value=
2325ac_cv_env_F77_set=
2326ac_cv_env_F77_value=
2327ac_cv_env_FFLAGS_set=
2328ac_cv_env_FFLAGS_value=
2329ac_cv_env_GTK_CFLAGS_set=
2330ac_cv_env_GTK_CFLAGS_value=
2331ac_cv_env_GTK_LIBS_set=
2332ac_cv_env_GTK_LIBS_value=
2333ac_cv_env_LDFLAGS_set=
2334ac_cv_env_LDFLAGS_value=
2335ac_cv_env_LIBS_set=
2336ac_cv_env_LIBS_value=
2337ac_cv_env_OIS_CFLAGS_set=
2338ac_cv_env_OIS_CFLAGS_value=
2339ac_cv_env_OIS_LIBS_set=
2340ac_cv_env_OIS_LIBS_value=
2341ac_cv_env_OPENEXR_CFLAGS_set=
2342ac_cv_env_OPENEXR_CFLAGS_value=
2343ac_cv_env_OPENEXR_LIBS_set=
2344ac_cv_env_OPENEXR_LIBS_value=
2345ac_cv_env_PKG_CONFIG_set=
2346ac_cv_env_PKG_CONFIG_value=
2347ac_cv_env_XMKMF_set=
2348ac_cv_env_XMKMF_value=
2349ac_cv_env_YACC_set=
2350ac_cv_env_YACC_value=
2351ac_cv_env_YFLAGS_set=
2352ac_cv_env_YFLAGS_value=
2353ac_cv_env_ZZIPLIB_CFLAGS_set=
2354ac_cv_env_ZZIPLIB_CFLAGS_value=
2355ac_cv_env_ZZIPLIB_LIBS_set=
2356ac_cv_env_ZZIPLIB_LIBS_value=
2357ac_cv_env_build_alias_set=
2358ac_cv_env_build_alias_value=
2359ac_cv_env_host_alias_set=
2360ac_cv_env_host_alias_value=
2361ac_cv_env_target_alias_set=
2362ac_cv_env_target_alias_value=
2363ac_cv_f77_compiler_gnu=yes
2364ac_cv_func_snprintf=yes
2365ac_cv_func_vsnprintf=yes
2366ac_cv_header_dlfcn_h=yes
2367ac_cv_header_inttypes_h=yes
2368ac_cv_header_memory_h=yes
2369ac_cv_header_stdc=yes
2370ac_cv_header_stdint_h=yes
2371ac_cv_header_stdlib_h=yes
2372ac_cv_header_string_h=yes
2373ac_cv_header_strings_h=yes
2374ac_cv_header_sys_stat_h=yes
2375ac_cv_header_sys_types_h=yes
2376ac_cv_header_unistd_h=yes
2377ac_cv_host=i686-pc-linux-gnu
2378ac_cv_lib_dl_dlopen=yes
2379ac_cv_lib_lex=-lfl
2380ac_cv_lib_m_pow=yes
2381ac_cv_lib_pthread_pthread_create=yes
2382ac_cv_lib_z_gzopen=yes
2383ac_cv_objext=o
2384ac_cv_path_CPPUNIT_CONFIG=/usr/sepp/bin/cppunit-config
2385ac_cv_path_EGREP='/bin/grep -E'
2386ac_cv_path_FT2_CONFIG=/usr/bin/freetype-config
2387ac_cv_path_GREP=/bin/grep
2388ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
2389ac_cv_path_install='/usr/bin/install -c'
2390ac_cv_path_mkdir=/bin/mkdir
2391ac_cv_prog_AWK=gawk
2392ac_cv_prog_CPP='gcc -E'
2393ac_cv_prog_CXXCPP='g++ -E'
2394ac_cv_prog_LEX=flex
2395ac_cv_prog_YACC='bison -y'
2396ac_cv_prog_ac_ct_AR=ar
2397ac_cv_prog_ac_ct_CC=gcc
2398ac_cv_prog_ac_ct_CXX=g++
2399ac_cv_prog_ac_ct_F77=g77
2400ac_cv_prog_ac_ct_RANLIB=ranlib
2401ac_cv_prog_ac_ct_STRIP=strip
2402ac_cv_prog_cc_c89=
2403ac_cv_prog_cc_g=yes
2404ac_cv_prog_cc_gcc_c_o=yes
2405ac_cv_prog_cxx_g=yes
2406ac_cv_prog_f77_g=yes
2407ac_cv_prog_lex_root=lex.yy
2408ac_cv_prog_lex_yytext_pointer=yes
2409ac_cv_prog_make_make_set=yes
2410ac_cv_target=i686-pc-linux-gnu
2411ac_cv_use_stlport=no
2412am_cv_CC_dependencies_compiler_type=gcc3
2413am_cv_CXX_dependencies_compiler_type=gcc3
2414lt_cv_deplibs_check_method=pass_all
2415lt_cv_file_magic_cmd='$MAGIC_CMD'
2416lt_cv_file_magic_test_file=
2417lt_cv_ld_reload_flag=-r
2418lt_cv_objdir=.libs
2419lt_cv_path_LD=/usr/bin/ld
2420lt_cv_path_LDCXX=/usr/bin/ld
2421lt_cv_path_NM='/usr/bin/nm -B'
2422lt_cv_path_SED=/bin/sed
2423lt_cv_prog_compiler_c_o=yes
2424lt_cv_prog_compiler_c_o_CXX=yes
2425lt_cv_prog_compiler_c_o_F77=yes
2426lt_cv_prog_compiler_rtti_exceptions=no
2427lt_cv_prog_gnu_ld=yes
2428lt_cv_prog_gnu_ldcxx=yes
2429lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
2430lt_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'\'''
2431lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
2432lt_cv_sys_max_cmd_len=98304
2433lt_lt_cv_prog_compiler_c_o='"yes"'
2434lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
2435lt_lt_cv_prog_compiler_c_o_F77='"yes"'
2436lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
2437lt_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'\''"'
2438lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
2439
2440## ----------------- ##
2441## Output variables. ##
2442## ----------------- ##
2443
2444ACLOCAL='${SHELL} /home/landauf/orxonoxv2/ogre/missing --run aclocal-1.10'
2445AMDEPBACKSLASH='\'
2446AMDEP_FALSE='#'
2447AMDEP_TRUE=''
2448AMTAR='${SHELL} /home/landauf/orxonoxv2/ogre/missing --run tar'
2449AR='ar'
2450AUTOCONF='${SHELL} /home/landauf/orxonoxv2/ogre/missing --run autoconf'
2451AUTOHEADER='${SHELL} /home/landauf/orxonoxv2/ogre/missing --run autoheader'
2452AUTOMAKE='${SHELL} /home/landauf/orxonoxv2/ogre/missing --run automake-1.10'
2453AWK='gawk'
2454BUILD_CGPLUGIN_FALSE=''
2455BUILD_CGPLUGIN_TRUE=''
2456BUILD_DX9RENDERSYSTEM_FALSE=''
2457BUILD_DX9RENDERSYSTEM_TRUE=''
2458BUILD_EXRPLUGIN_FALSE=''
2459BUILD_EXRPLUGIN_TRUE=''
2460BUILD_UNIT_TESTS_FALSE='#'
2461BUILD_UNIT_TESTS_TRUE=''
2462CC='gcc'
2463CCDEPMODE='depmode=gcc3'
2464CEGUI_CFLAGS=''
2465CEGUI_LIBS=''
2466CFLAGS='-g -O2'
2467CFLAGS_VISIBILITY=''
2468CPP='gcc -E'
2469CPPFLAGS=''
2470CPPUNIT_CFLAGS='-I/usr/pack/cppunit-1.12.0-sd/include'
2471CPPUNIT_CONFIG='/usr/sepp/bin/cppunit-config'
2472CPPUNIT_LIBS='-L/usr/pack/cppunit-1.12.0-sd/i686-debian-linux3.1/lib -lcppunit -ldl'
2473CXX='g++'
2474CXXCPP='g++ -E'
2475CXXDEPMODE='depmode=gcc3'
2476CXXFLAGS='-g -O2'
2477CYGPATH_W='echo'
2478DEFS=''
2479DEPDIR='.deps'
2480ECHO='echo'
2481ECHO_C=''
2482ECHO_N='-n'
2483ECHO_T=''
2484EGREP='/bin/grep -E'
2485EXEEXT=''
2486F77='g77'
2487FFLAGS='-g -O2'
2488FT2_CFLAGS='-I/usr/include/freetype2'
2489FT2_CONFIG='/usr/bin/freetype-config'
2490FT2_LIBS='-lfreetype -lz'
2491GLSUPPORT_CFLAGS=''
2492GLSUPPORT_LIBS=''
2493GL_LIBS='-lGL -lGLU'
2494GREP='/bin/grep'
2495GTK_CFLAGS=''
2496GTK_LIBS=''
2497HAVE_CEGUI_FALSE=''
2498HAVE_CEGUI_TRUE=''
2499INSTALL_DATA='${INSTALL} -m 644'
2500INSTALL_PROGRAM='${INSTALL}'
2501INSTALL_SCRIPT='${INSTALL}'
2502INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
2503LDFLAGS=''
2504LEX='flex'
2505LEXLIB='-lfl'
2506LEX_OUTPUT_ROOT='lex.yy'
2507LIBOBJS=''
2508LIBS='-lpthread -lz -lm -ldl '
2509LIBTOOL='$(SHELL) $(top_builddir)/libtool'
2510LN_S='ln -s'
2511LTLIBOBJS=''
2512MAKEINFO='${SHELL} /home/landauf/orxonoxv2/ogre/missing --run makeinfo'
2513OBJEXT='o'
2514OGRE_BUILDING_DEMOS_FALSE=''
2515OGRE_BUILDING_DEMOS_TRUE=''
2516OGRE_BUILD_SSE_FALSE=''
2517OGRE_BUILD_SSE_TRUE=''
2518OGRE_CFLAGS=''
2519OGRE_GLSUPPORT=''
2520OGRE_GUI=''
2521OGRE_LINUX_FALSE='#'
2522OGRE_LINUX_TRUE=''
2523OGRE_NT_FALSE=''
2524OGRE_NT_TRUE='#'
2525OGRE_OSX_FALSE=''
2526OGRE_OSX_TRUE='#'
2527OGRE_PLATFORM=''
2528OGRE_THREAD_LIBS=''
2529OIS_CFLAGS=''
2530OIS_LIBS=''
2531OPENEXR_CFLAGS=''
2532OPENEXR_LIBS=''
2533PACKAGE='OGRE'
2534PACKAGE_BUGREPORT=''
2535PACKAGE_NAME='OGRE'
2536PACKAGE_STRING='OGRE 1.4.5'
2537PACKAGE_TARNAME='ogre'
2538PACKAGE_VERSION='1.4.5'
2539PATH_SEPARATOR=':'
2540PKG_CONFIG='/usr/bin/pkg-config'
2541PLATFORM_CFLAGS=''
2542PLATFORM_LIBS=''
2543PLUGIN_FLAGS='-shared -avoid-version'
2544RANLIB='ranlib'
2545RC=''
2546SAME_PLATFORM_AND_GUI_FALSE=''
2547SAME_PLATFORM_AND_GUI_TRUE=''
2548SED='/bin/sed'
2549SET_MAKE=''
2550SHARED_FLAGS='-shared'
2551SHELL='/bin/sh'
2552STLPORT_CFLAGS=''
2553STLPORT_LIBS=''
2554STRIP='strip'
2555USE_DEVIL_FALSE=''
2556USE_DEVIL_TRUE=''
2557USE_FREEIMAGE_FALSE=''
2558USE_FREEIMAGE_TRUE=''
2559VERSION='1.4.5'
2560XMKMF=''
2561YACC='bison -y'
2562YFLAGS=''
2563ZZIPLIB_CFLAGS=''
2564ZZIPLIB_LIBS=''
2565abs_top_builddir=''
2566ac_ct_CC='gcc'
2567ac_ct_CXX='g++'
2568ac_ct_F77='g77'
2569am__fastdepCC_FALSE='#'
2570am__fastdepCC_TRUE=''
2571am__fastdepCXX_FALSE='#'
2572am__fastdepCXX_TRUE=''
2573am__include='include'
2574am__isrc=''
2575am__leading_dot='.'
2576am__quote=''
2577am__tar='${AMTAR} chof - "$$tardir"'
2578am__untar='${AMTAR} xf -'
2579bindir='${exec_prefix}/bin'
2580build='i686-pc-linux-gnu'
2581build_alias=''
2582build_cpu='i686'
2583build_os='linux-gnu'
2584build_vendor='pc'
2585datadir='${datarootdir}'
2586datarootdir='${prefix}/share'
2587docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2588dvidir='${docdir}'
2589exec_prefix='NONE'
2590host='i686-pc-linux-gnu'
2591host_alias=''
2592host_cpu='i686'
2593host_os='linux-gnu'
2594host_vendor='pc'
2595htmldir='${docdir}'
2596includedir='${prefix}/include'
2597infodir='${datarootdir}/info'
2598install_sh='$(SHELL) /home/landauf/orxonoxv2/ogre/install-sh'
2599libdir='${exec_prefix}/lib'
2600libexecdir='${exec_prefix}/libexec'
2601localedir='${datarootdir}/locale'
2602localstatedir='${prefix}/var'
2603mandir='${datarootdir}/man'
2604mkdir_p='/bin/mkdir -p'
2605ogreexecdir=''
2606oldincludedir='/usr/include'
2607pdfdir='${docdir}'
2608prefix='NONE'
2609program_transform_name='s,x,x,'
2610psdir='${docdir}'
2611sbindir='${exec_prefix}/sbin'
2612sharedstatedir='${prefix}/com'
2613sysconfdir='${prefix}/etc'
2614target='i686-pc-linux-gnu'
2615target_alias=''
2616target_cpu='i686'
2617target_os='linux-gnu'
2618target_vendor='pc'
2619
2620## ----------- ##
2621## confdefs.h. ##
2622## ----------- ##
2623
2624#define PACKAGE_NAME "OGRE"
2625#define PACKAGE_TARNAME "ogre"
2626#define PACKAGE_VERSION "1.4.5"
2627#define PACKAGE_STRING "OGRE 1.4.5"
2628#define PACKAGE_BUGREPORT ""
2629#define PACKAGE "OGRE"
2630#define VERSION "1.4.5"
2631#define YYTEXT_POINTER 1
2632#define STDC_HEADERS 1
2633#define HAVE_SYS_TYPES_H 1
2634#define HAVE_SYS_STAT_H 1
2635#define HAVE_STDLIB_H 1
2636#define HAVE_STRING_H 1
2637#define HAVE_MEMORY_H 1
2638#define HAVE_STRINGS_H 1
2639#define HAVE_INTTYPES_H 1
2640#define HAVE_STDINT_H 1
2641#define HAVE_UNISTD_H 1
2642#define HAVE_DLFCN_H 1
2643#define HAVE_LIBDL 1
2644#define HAVE_LIBM 1
2645#define HAVE_LIBZ 1
2646#define HAVE_LIBPTHREAD 1
2647#define HAVE_SNPRINTF
2648#define HAVE_VSNPRINTF
2649
2650configure: exit 1
Note: See TracBrowser for help on using the repository browser.