Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/config.log @ 5

Last change on this file since 5 was 5, checked in by anonymous, 17 years ago

=hoffentlich gehts jetzt

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