Skip to content

Instantly share code, notes, and snippets.

@nemanjan00
Created May 18, 2018 09:04
Show Gist options
  • Save nemanjan00/6a59e777f4a695477c1ab589e29174df to your computer and use it in GitHub Desktop.
Save nemanjan00/6a59e777f4a695477c1ab589e29174df to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GRUB configure 2.02, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure FREETYPE=pkg-config freetype2 --with-platform=coreboot
## --------- ##
## Platform. ##
## --------- ##
hostname = nemanjan00-mlaptop
uname -m = x86_64
uname -r = 4.16.9-2-ck-ivybridge
uname -s = Linux
uname -v = #1 SMP PREEMPT Thu May 17 10:20:19 EDT 2018
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/share/zsh/scripts/zplug/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/lib/jvm/default/bin
PATH: /usr/bin/site_perl
PATH: /usr/bin/vendor_perl
PATH: /usr/bin/core_perl
PATH: /home/nemanjan00/.antigen/bundles/robbyrussell/oh-my-zsh/lib
PATH: /home/nemanjan00/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/adb
PATH: /home/nemanjan00/.antigen/bundles/robbyrussell/oh-my-zsh/plugins/bgnotify
PATH: /home/nemanjan00/.antigen/bundles/zsh-users/zsh-autosuggestions
PATH: /home/nemanjan00/.antigen/bundles/zsh-users/zsh-syntax-highlighting
PATH: /home/nemanjan00/.bin
PATH: /home/nemanjan00/.gem/ruby/2.5.0/bin
PATH: /home/nemanjan00/.fzf/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3553: checking build system type
configure:3567: result: x86_64-pc-linux-gnu
configure:3587: checking host system type
configure:3600: result: x86_64-pc-linux-gnu
configure:3621: checking target system type
configure:3634: result: x86_64-pc-linux-gnu
configure:3678: checking for a BSD-compatible install
configure:3746: result: /usr/bin/install -c
configure:3757: checking whether build environment is sane
configure:3812: result: yes
configure:3963: checking for a thread-safe mkdir -p
configure:4002: result: /usr/bin/mkdir -p
configure:4009: checking for gawk
configure:4025: found /usr/bin/gawk
configure:4036: result: gawk
configure:4047: checking whether make sets $(MAKE)
configure:4069: result: yes
configure:4098: checking whether make supports nested variables
configure:4115: result: yes
configure:4527: checking for cmp
configure:4543: found /usr/bin/cmp
configure:4554: result: cmp
configure:4573: checking for bison
configure:4589: found /usr/bin/bison
configure:4600: result: bison
configure:4658: checking for ranlib
configure:4674: found /usr/bin/ranlib
configure:4685: result: ranlib
configure:4712: checking for gawk
configure:4739: result: gawk
configure:4762: checking for style of include used by make
configure:4790: result: GNU
configure:4861: checking for gcc
configure:4877: found /usr/bin/gcc
configure:4888: result: gcc
configure:5117: checking for C compiler version
configure:5126: gcc --version >&5
gcc (GCC) 8.1.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:5137: $? = 0
configure:5126: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 8.1.0 (GCC)
configure:5137: $? = 0
configure:5126: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5137: $? = 1
configure:5126: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5137: $? = 1
configure:5157: checking whether the C compiler works
configure:5179: gcc conftest.c >&5
configure:5183: $? = 0
configure:5231: result: yes
configure:5234: checking for C compiler default output file name
configure:5236: result: a.out
configure:5242: checking for suffix of executables
configure:5249: gcc -o conftest conftest.c >&5
configure:5253: $? = 0
configure:5275: result:
configure:5297: checking whether we are cross compiling
configure:5305: gcc -o conftest conftest.c >&5
configure:5309: $? = 0
configure:5316: ./conftest
configure:5320: $? = 0
configure:5335: result: no
configure:5340: checking for suffix of object files
configure:5362: gcc -c conftest.c >&5
configure:5366: $? = 0
configure:5387: result: o
configure:5391: checking whether we are using the GNU C compiler
configure:5410: gcc -c conftest.c >&5
configure:5410: $? = 0
configure:5419: result: yes
configure:5428: checking whether gcc accepts -g
configure:5448: gcc -c -g conftest.c >&5
configure:5448: $? = 0
configure:5489: result: yes
configure:5506: checking for gcc option to accept ISO C89
configure:5569: gcc -c conftest.c >&5
configure:5569: $? = 0
configure:5582: result: none needed
configure:5607: checking whether gcc understands -c and -o together
configure:5629: gcc -c conftest.c -o conftest2.o
configure:5632: $? = 0
configure:5629: gcc -c conftest.c -o conftest2.o
configure:5632: $? = 0
configure:5644: result: yes
configure:5663: checking dependency style of gcc
configure:5774: result: gcc3
configure:5794: checking for flex
configure:5810: found /usr/bin/flex
configure:5821: result: flex
configure:5859: flex conftest.l
configure:5863: $? = 0
configure:5865: checking lex output file root
configure:5879: result: lex.yy
configure:5884: checking lex library
configure:5898: gcc -o conftest conftest.c >&5
/tmp/ccBpc6nq.o: In function `yylex':
conftest.c:(.text+0x76e): undefined reference to `yywrap'
/tmp/ccBpc6nq.o: In function `input':
conftest.c:(.text+0x1280): undefined reference to `yywrap'
/tmp/ccBpc6nq.o: In function `main':
conftest.c:(.text+0x1f31): undefined reference to `yywrap'
collect2: error: ld returned 1 exit status
configure:5898: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| /* end confdefs.h. */
|
| #line 2 "lex.yy.c"
|
| #define YY_INT_ALIGNED short int
|
| /* A lexical scanner generated by flex */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 6
| #define YY_FLEX_SUBMINOR_VERSION 4
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
|
| /* First, we deal with platform-specific or compiler-specific issues. */
|
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| * if you want the limit (max/min) macros for int types.
| */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
|
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t;
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
|
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX (4294967295U)
| #endif
|
| #ifndef SIZE_MAX
| #define SIZE_MAX (~(size_t)0)
| #endif
|
| #endif /* ! C99 */
|
| #endif /* ! FLEXINT_H */
|
| /* begin standard C++ headers. */
|
| /* TODO: this is always defined, so inline it */
| #define yyconst const
|
| #if defined(__GNUC__) && __GNUC__ >= 3
| #define yynoreturn __attribute__((__noreturn__))
| #else
| #define yynoreturn
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an
| * integer in range [0..255] for use as an array index.
| */
| #define YY_SC_TO_UI(c) ((YY_CHAR) (c))
|
| /* Enter a start condition. This macro really ought to take a parameter,
| * but we do it the disgusting crufty way forced on us by the ()-less
| * definition of BEGIN.
| */
| #define BEGIN (yy_start) = 1 + 2 *
| /* Translate the current start state into a value that can be later handed
| * to BEGIN to return to the state. The YYSTATE alias is for lex
| * compatibility.
| */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart( yyin )
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #ifdef __ia64__
| /* On IA-64, the buffer size is 16k, not 8k.
| * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
| * Ditto for the __ia64__ case accordingly.
| */
| #define YY_BUF_SIZE 32768
| #else
| #define YY_BUF_SIZE 16384
| #endif /* __ia64__ */
| #endif
|
| /* The state buf must be large enough to hold one state per character in the main buffer.
| */
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
|
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| extern int yyleng;
|
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| #define YY_LESS_LINENO(n)
| #define YY_LINENO_REWIND_TO(ptr)
|
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| *yy_cp = (yy_hold_char); \
| YY_RESTORE_YY_MORE_OFFSET \
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| } \
| while ( 0 )
| #define unput(c) yyunput( c, (yytext_ptr) )
|
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| {
| FILE *yy_input_file;
|
| char *yy_ch_buf; /* input buffer */
| char *yy_buf_pos; /* current position in input buffer */
|
| /* Size of input buffer in bytes, not including room for EOB
| * characters.
| */
| int yy_buf_size;
|
| /* Number of characters read into yy_ch_buf, not including EOB
| * characters.
| */
| int yy_n_chars;
|
| /* Whether we "own" the buffer - i.e., we know we created it,
| * and can realloc() it to grow it, and should free() it to
| * delete it.
| */
| int yy_is_our_buffer;
|
| /* Whether this is an "interactive" input source; if so, and
| * if we're using stdio for input, then we want to use getc()
| * instead of fread(), to make sure we stop fetching input after
| * each newline.
| */
| int yy_is_interactive;
|
| /* Whether we're considered to be at the beginning of a line.
| * If so, '^' rules will be active on the next match, otherwise
| * not.
| */
| int yy_at_bol;
|
| int yy_bs_lineno; /**< The line count. */
| int yy_bs_column; /**< The column count. */
|
| /* Whether to try to fill the input buffer when we reach the
| * end of it.
| */
| int yy_fill_buffer;
|
| int yy_buffer_status;
|
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| /* When an EOF's been seen but there's still some text to process
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| * shouldn't try reading from the input source any more. We might
| * still have a bunch of tokens to match, though, because of
| * possible backing-up.
| *
| * When we actually see the EOF, we change the status to "new"
| * (via yyrestart()), so that the user can continue scanning by
| * just pointing yyin at a new input file.
| */
| #define YY_BUFFER_EOF_PENDING 2
|
| };
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */
|
| /* We provide macros for accessing buffer states in case in the
| * future we want to put the buffer states in a more general
| * "scanner state".
| *
| * Returns the top of the stack, or NULL.
| */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| : NULL)
| /* Same as previous macro, but useful when we know that the buffer stack is not
| * NULL or when we need an lvalue. For internal use only.
| */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static int yy_n_chars; /* number of characters read into yy_ch_buf */
| int yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = NULL;
| static int yy_init = 0; /* whether we need to initialize */
| static int yy_start = 0; /* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
| * instead of setting up a fresh yyin. A bit of a hack ...
| */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart ( FILE *input_file );
| void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer );
| YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
| void yy_delete_buffer ( YY_BUFFER_STATE b );
| void yy_flush_buffer ( YY_BUFFER_STATE b );
| void yypush_buffer_state ( YY_BUFFER_STATE new_buffer );
| void yypop_buffer_state ( void );
|
| static void yyensure_buffer_stack ( void );
| static void yy_load_buffer_state ( void );
| static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
| #define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
|
| YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size );
| YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
| YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
|
| void *yyalloc ( yy_size_t );
| void *yyrealloc ( void *, yy_size_t );
| void yyfree ( void * );
|
| #define yy_new_buffer yy_create_buffer
| #define yy_set_interactive(is_interactive) \
| { \
| if ( ! YY_CURRENT_BUFFER ){ \
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer( yyin, YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| }
| #define yy_set_bol(at_bol) \
| { \
| if ( ! YY_CURRENT_BUFFER ){\
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer( yyin, YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| }
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
| /* Begin user sect3 */
| typedef flex_uint8_t YY_CHAR;
|
| FILE *yyin = NULL, *yyout = NULL;
|
| typedef int yy_state_type;
|
| extern int yylineno;
| int yylineno = 1;
|
| extern char *yytext;
| #ifdef yytext_ptr
| #undef yytext_ptr
| #endif
| #define yytext_ptr yytext
|
| static yy_state_type yy_get_previous_state ( void );
| static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
| static int yy_get_next_buffer ( void );
| static void yynoreturn yy_fatal_error ( const char* msg );
|
| /* Done after the current pattern has been matched and before the
| * corresponding action - sets up yytext.
| */
| #define YY_DO_BEFORE_ACTION \
| (yytext_ptr) = yy_bp; \
| (yytext_ptr) -= (yy_more_len); \
| yyleng = (int) (yy_cp - (yytext_ptr)); \
| (yy_hold_char) = *yy_cp; \
| *yy_cp = '\0'; \
| (yy_c_buf_p) = yy_cp;
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| /* This struct is not used in this scanner,
| but its presence is necessary. */
| struct yy_trans_info
| {
| flex_int32_t yy_verify;
| flex_int32_t yy_nxt;
| };
| static const flex_int16_t yy_acclist[23] =
| { 0,
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
| 7, 8
| } ;
|
| static const flex_int16_t yy_accept[14] =
| { 0,
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
| 20, 23, 23
| } ;
|
| static const YY_CHAR yy_ec[256] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
|
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1
| } ;
|
| static const YY_CHAR yy_meta[9] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1
| } ;
|
| static const flex_int16_t yy_base[13] =
| { 0,
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
| 10, 10
| } ;
|
| static const flex_int16_t yy_def[13] =
| { 0,
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
| 12, 0
| } ;
|
| static const flex_int16_t yy_nxt[19] =
| { 0,
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| static const flex_int16_t yy_chk[19] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| extern int yy_flex_debug;
| int yy_flex_debug = 0;
|
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
|
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() ((yy_more_flag) = 1)
| #define YY_MORE_ADJ (yy_more_len)
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #line 459 "lex.yy.c"
|
| #define INITIAL 0
|
| #ifndef YY_NO_UNISTD_H
| /* Special case for "unistd.h", since it is non-ANSI. We include it way
| * down here because we want the user's section 1 to have been scanned first.
| * The user has a chance to override it with an option.
| */
| #include <unistd.h>
| #endif
|
| #ifndef YY_EXTRA_TYPE
| #define YY_EXTRA_TYPE void *
| #endif
|
| static int yy_init_globals ( void );
|
| /* Accessor methods to globals.
| These are made visible to non-reentrant scanners for convenience. */
|
| int yylex_destroy ( void );
|
| int yyget_debug ( void );
|
| void yyset_debug ( int debug_flag );
|
| YY_EXTRA_TYPE yyget_extra ( void );
|
| void yyset_extra ( YY_EXTRA_TYPE user_defined );
|
| FILE *yyget_in ( void );
|
| void yyset_in ( FILE * _in_str );
|
| FILE *yyget_out ( void );
|
| void yyset_out ( FILE * _out_str );
|
| int yyget_leng ( void );
|
| char *yyget_text ( void );
|
| int yyget_lineno ( void );
|
| void yyset_lineno ( int _line_number );
|
| /* Macros after this point can all be overridden by user definitions in
| * section 1.
| */
|
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap ( void );
| #else
| extern int yywrap ( void );
| #endif
| #endif
|
| #ifndef YY_NO_UNPUT
|
| static void yyunput ( int c, char *buf_ptr );
|
| #endif
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy ( char *, const char *, int );
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen ( const char * );
| #endif
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput ( void );
| #else
| static int input ( void );
| #endif
|
| #endif
|
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #ifdef __ia64__
| /* On IA-64, the buffer size is 16k, not 8k */
| #define YY_READ_BUF_SIZE 16384
| #else
| #define YY_READ_BUF_SIZE 8192
| #endif /* __ia64__ */
| #endif
|
| /* Copy whatever the last rule matched to the standard output. */
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
| * we now use fwrite().
| */
| #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
| #endif
|
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
| * is returned in "result".
| */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| { \
| int c = '*'; \
| int n; \
| for ( n = 0; n < max_size && \
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| buf[n] = (char) c; \
| if ( c == '\n' ) \
| buf[n++] = (char) c; \
| if ( c == EOF && ferror( yyin ) ) \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| result = n; \
| } \
| else \
| { \
| errno=0; \
| while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
| { \
| if( errno != EINTR) \
| { \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| break; \
| } \
| errno=0; \
| clearerr(yyin); \
| } \
| }\
| \
|
| #endif
|
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
| * we don't want an extra ';' after the "return" because that will cause
| * some compilers to complain about unreachable statements.
| */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
|
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
|
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
|
| /* end tables serialization structures and prototypes */
|
| /* Default declaration of generated scanner - a define so the user can
| * easily add parameters.
| */
| #ifndef YY_DECL
| #define YY_DECL_IS_OURS 1
|
| extern int yylex (void);
|
| #define YY_DECL int yylex (void)
| #endif /* !YY_DECL */
|
| /* Code executed at the beginning of each rule, after yytext and yyleng
| * have been set up.
| */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
|
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK /*LINTED*/break;
| #endif
|
| #define YY_RULE_SETUP \
| YY_USER_ACTION
|
| /** The main scanner function which does all the work.
| */
| YY_DECL
| {
| yy_state_type yy_current_state;
| char *yy_cp, *yy_bp;
| int yy_act;
|
| if ( !(yy_init) )
| {
| (yy_init) = 1;
|
| #ifdef YY_USER_INIT
| YY_USER_INIT;
| #endif
|
| /* Create the reject buffer large enough to save one state per allowed character. */
| if ( ! (yy_state_buf) )
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
| if ( ! (yy_state_buf) )
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
|
| if ( ! (yy_start) )
| (yy_start) = 1; /* first start state */
|
| if ( ! yyin )
| yyin = stdin;
|
| if ( ! yyout )
| yyout = stdout;
|
| if ( ! YY_CURRENT_BUFFER ) {
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer( yyin, YY_BUF_SIZE );
| }
|
| yy_load_buffer_state( );
| }
|
| {
| #line 1 "conftest.l"
|
| #line 684 "lex.yy.c"
|
| while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
| {
| (yy_more_len) = 0;
| if ( (yy_more_flag) )
| {
| (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr));
| (yy_more_flag) = 0;
| }
| yy_cp = (yy_c_buf_p);
|
| /* Support of yytext. */
| *yy_cp = (yy_hold_char);
|
| /* yy_bp points to the position in yy_ch_buf of the start of
| * the current run.
| */
| yy_bp = yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| yy_match:
| do
| {
| YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| ++yy_cp;
| }
| while ( yy_base[yy_current_state] != 10 );
|
| yy_find_action:
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
|
| find_rule: /* we branch to this label when backing up */
|
| for ( ; ; ) /* until we find what rule we matched */
| {
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
| {
| yy_act = yy_acclist[(yy_lp)];
| {
| (yy_full_match) = yy_cp;
| break;
| }
| }
| --yy_cp;
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| }
|
| YY_DO_BEFORE_ACTION;
|
| do_action: /* This label is used only to access EOF actions. */
|
| switch ( yy_act )
| { /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
| yyless ((input () != 0)); }
| YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { unput (yytext[0]); }
| YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| { BEGIN INITIAL; }
| YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 10 "conftest.l"
| ECHO;
| YY_BREAK
| #line 793 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| yyterminate();
|
| case YY_END_OF_BUFFER:
| {
| /* Amount of text matched not including the EOB char. */
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
| /* Undo the effects of YY_DO_BEFORE_ACTION. */
| *yy_cp = (yy_hold_char);
| YY_RESTORE_YY_MORE_OFFSET
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
| {
| /* We're scanning a new file or input source. It's
| * possible that this happened because the user
| * just pointed yyin at a new source and called
| * yylex(). If so, then we have to assure
| * consistency between YY_CURRENT_BUFFER and our
| * globals. Here is the right place to do so, because
| * this is the first action (other than possibly a
| * back-up) that will match for the new input source.
| */
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
| }
|
| /* Note that here we test for yy_c_buf_p "<=" to the position
| * of the first EOB in the buffer, since yy_c_buf_p will
| * already have been incremented past the NUL character
| * (since all states make transitions on EOB to the
| * end-of-buffer state). Contrast this with the test
| * in input().
| */
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| { /* This was really a NUL. */
| yy_state_type yy_next_state;
|
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| /* Okay, we're now positioned to make the NUL
| * transition. We couldn't have
| * yy_get_previous_state() go ahead and do it
| * for us because it doesn't know how to deal
| * with the possibility of jamming (and we don't
| * want to build jamming into it because then it
| * will run more slowly).
| */
|
| yy_next_state = yy_try_NUL_trans( yy_current_state );
|
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
| if ( yy_next_state )
| {
| /* Consume the NUL. */
| yy_cp = ++(yy_c_buf_p);
| yy_current_state = yy_next_state;
| goto yy_match;
| }
|
| else
| {
| yy_cp = (yy_c_buf_p);
| goto yy_find_action;
| }
| }
|
| else switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_END_OF_FILE:
| {
| (yy_did_buffer_switch_on_eof) = 0;
|
| if ( yywrap( ) )
| {
| /* Note: because we've taken care in
| * yy_get_next_buffer() to have set up
| * yytext, we can now set up
| * yy_c_buf_p so that if some total
| * hoser (like flex itself) wants to
| * call the scanner after we return the
| * YY_NULL, it'll still work - another
| * YY_NULL will get returned.
| */
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
| yy_act = YY_STATE_EOF(YY_START);
| goto do_action;
| }
|
| else
| {
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| }
| break;
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) =
| (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_match;
|
| case EOB_ACT_LAST_MATCH:
| (yy_c_buf_p) =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_find_action;
| }
| break;
| }
|
| default:
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--no action found" );
| } /* end of action switch */
| } /* end of scanning one token */
| } /* end of user's declarations */
| } /* end of yylex */
|
| /* yy_get_next_buffer - try to read in a new buffer
| *
| * Returns a code representing an action:
| * EOB_ACT_LAST_MATCH -
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
| * EOB_ACT_END_OF_FILE - end of file
| */
| static int yy_get_next_buffer (void)
| {
| char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| char *source = (yytext_ptr);
| int number_to_move, i;
| int ret_val;
|
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--end of buffer missed" );
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| { /* Don't try to fill the buffer, so this is an EOF. */
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| {
| /* We matched a single character, the EOB, so
| * treat this as a final EOF.
| */
| return EOB_ACT_END_OF_FILE;
| }
|
| else
| {
| /* We matched some text prior to the EOB, first
| * process it.
| */
| return EOB_ACT_LAST_MATCH;
| }
| }
|
| /* Try to read more data. */
|
| /* First move last chars to start of buffer. */
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
|
| for ( i = 0; i < number_to_move; ++i )
| *(dest++) = *(source++);
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| /* don't do the read, it's not guaranteed to return an EOF,
| * just force an EOF
| */
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
| else
| {
| int num_to_read =
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
| while ( num_to_read <= 0 )
| { /* Not enough room in the buffer - grow it. */
|
| YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
|
| }
|
| if ( num_to_read > YY_READ_BUF_SIZE )
| num_to_read = YY_READ_BUF_SIZE;
|
| /* Read in more data. */
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| (yy_n_chars), num_to_read );
|
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| if ( (yy_n_chars) == 0 )
| {
| if ( number_to_move == YY_MORE_ADJ )
| {
| ret_val = EOB_ACT_END_OF_FILE;
| yyrestart( yyin );
| }
|
| else
| {
| ret_val = EOB_ACT_LAST_MATCH;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| YY_BUFFER_EOF_PENDING;
| }
| }
|
| else
| ret_val = EOB_ACT_CONTINUE_SCAN;
|
| if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| /* Extend the array by 50%, plus the number we really need. */
| int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
| (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size );
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| /* "- 2" to take care of EOB's */
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2);
| }
|
| (yy_n_chars) += number_to_move;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
| return ret_val;
| }
|
| /* yy_get_previous_state - get the state just before the EOB char was reached */
|
| static yy_state_type yy_get_previous_state (void)
| {
| yy_state_type yy_current_state;
| char *yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
| {
| YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| }
|
| return yy_current_state;
| }
|
| /* yy_try_NUL_trans - try to make a transition on the NUL character
| *
| * synopsis
| * next_state = yy_try_NUL_trans( current_state );
| */
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
| {
| int yy_is_jam;
|
| YY_CHAR yy_c = 1;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
| yy_is_jam = (yy_current_state == 12);
| if ( ! yy_is_jam )
| *(yy_state_ptr)++ = yy_current_state;
|
| return yy_is_jam ? 0 : yy_current_state;
| }
|
| #ifndef YY_NO_UNPUT
|
| static void yyunput (int c, char * yy_bp )
| {
| char *yy_cp;
|
| yy_cp = (yy_c_buf_p);
|
| /* undo effects of setting up yytext */
| *yy_cp = (yy_hold_char);
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| { /* need to shift things up to make room */
| /* +2 for EOB chars. */
| int number_to_move = (yy_n_chars) + 2;
| char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| char *source =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| *--dest = *--source;
|
| yy_cp += (int) (dest - source);
| yy_bp += (int) (dest - source);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| (yy_n_chars) = (int) YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| YY_FATAL_ERROR( "flex scanner push-back overflow" );
| }
|
| *--yy_cp = (char) c;
|
| (yytext_ptr) = yy_bp;
| (yy_hold_char) = *yy_cp;
| (yy_c_buf_p) = yy_cp;
| }
|
| #endif
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput (void)
| #else
| static int input (void)
| #endif
|
| {
| int c;
|
| *(yy_c_buf_p) = (yy_hold_char);
|
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| {
| /* yy_c_buf_p now points to the character we want to return.
| * If this occurs *before* the EOB characters, then it's a
| * valid NUL; if not, then we've hit the end of the buffer.
| */
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| /* This was really a NUL. */
| *(yy_c_buf_p) = '\0';
|
| else
| { /* need more input */
| int offset = (int) ((yy_c_buf_p) - (yytext_ptr));
| ++(yy_c_buf_p);
|
| switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_LAST_MATCH:
| /* This happens because yy_g_n_b()
| * sees that we've accumulated a
| * token and flags that we need to
| * try matching the token before
| * proceeding. But for input(),
| * there's no matching to consider.
| * So convert the EOB_ACT_LAST_MATCH
| * to EOB_ACT_END_OF_FILE.
| */
|
| /* Reset buffer status. */
| yyrestart( yyin );
|
| /*FALLTHROUGH*/
|
| case EOB_ACT_END_OF_FILE:
| {
| if ( yywrap( ) )
| return 0;
|
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| #ifdef __cplusplus
| return yyinput();
| #else
| return input();
| #endif
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) = (yytext_ptr) + offset;
| break;
| }
| }
| }
|
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
| *(yy_c_buf_p) = '\0'; /* preserve yytext */
| (yy_hold_char) = *++(yy_c_buf_p);
|
| return c;
| }
| #endif /* ifndef YY_NO_INPUT */
|
| /** Immediately switch to a different input stream.
| * @param input_file A readable stream.
| *
| * @note This function does not reset the start condition to @c INITIAL .
| */
| void yyrestart (FILE * input_file )
| {
|
| if ( ! YY_CURRENT_BUFFER ){
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer( yyin, YY_BUF_SIZE );
| }
|
| yy_init_buffer( YY_CURRENT_BUFFER, input_file );
| yy_load_buffer_state( );
| }
|
| /** Switch to a different input buffer.
| * @param new_buffer The new input buffer.
| *
| */
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
| {
|
| /* TODO. We should be able to replace this entire function body
| * with
| * yypop_buffer_state();
| * yypush_buffer_state(new_buffer);
| */
| yyensure_buffer_stack ();
| if ( YY_CURRENT_BUFFER == new_buffer )
| return;
|
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
| yy_load_buffer_state( );
|
| /* We don't actually know whether we did this switch during
| * EOF (yywrap()) processing, but the only time this flag
| * is looked at is after yywrap() is called, so it's safe
| * to go ahead and always set it.
| */
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| static void yy_load_buffer_state (void)
| {
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| (yy_hold_char) = *(yy_c_buf_p);
| }
|
| /** Allocate and initialize an input buffer state.
| * @param file A readable stream.
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
| *
| * @return the allocated buffer state.
| */
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
| {
| YY_BUFFER_STATE b;
|
| b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_buf_size = size;
|
| /* yy_ch_buf has to be 2 characters longer than the size given because
| * we need to put in 2 end-of-buffer characters.
| */
| b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) );
| if ( ! b->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_is_our_buffer = 1;
|
| yy_init_buffer( b, file );
|
| return b;
| }
|
| /** Destroy the buffer.
| * @param b a buffer created with yy_create_buffer()
| *
| */
| void yy_delete_buffer (YY_BUFFER_STATE b )
| {
|
| if ( ! b )
| return;
|
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
| if ( b->yy_is_our_buffer )
| yyfree( (void *) b->yy_ch_buf );
|
| yyfree( (void *) b );
| }
|
| /* Initializes or reinitializes a buffer.
| * This function is sometimes called more than once on the same buffer,
| * such as during a yyrestart() or at EOF.
| */
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
| {
| int oerrno = errno;
|
| yy_flush_buffer( b );
|
| b->yy_input_file = file;
| b->yy_fill_buffer = 1;
|
| /* If b is the current buffer, then yy_init_buffer was _probably_
| * called from yyrestart() or through yy_get_next_buffer.
| * In that case, we don't want to reset the lineno or column.
| */
| if (b != YY_CURRENT_BUFFER){
| b->yy_bs_lineno = 1;
| b->yy_bs_column = 0;
| }
|
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
| errno = oerrno;
| }
|
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
| *
| */
| void yy_flush_buffer (YY_BUFFER_STATE b )
| {
| if ( ! b )
| return;
|
| b->yy_n_chars = 0;
|
| /* We always need two end-of-buffer characters. The first causes
| * a transition to the end-of-buffer state. The second causes
| * a jam in that state.
| */
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
| b->yy_buf_pos = &b->yy_ch_buf[0];
|
| b->yy_at_bol = 1;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| if ( b == YY_CURRENT_BUFFER )
| yy_load_buffer_state( );
| }
|
| /** Pushes the new state onto the stack. The new state becomes
| * the current state. This function will allocate the stack
| * if necessary.
| * @param new_buffer The new state.
| *
| */
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| {
| if (new_buffer == NULL)
| return;
|
| yyensure_buffer_stack();
|
| /* This block is copied from yy_switch_to_buffer. */
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| /* Only push if top exists. Otherwise, replace top. */
| if (YY_CURRENT_BUFFER)
| (yy_buffer_stack_top)++;
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
| /* copied from yy_switch_to_buffer. */
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| /** Removes and deletes the top of the stack, if present.
| * The next element becomes the new top.
| *
| */
| void yypop_buffer_state (void)
| {
| if (!YY_CURRENT_BUFFER)
| return;
|
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| if ((yy_buffer_stack_top) > 0)
| --(yy_buffer_stack_top);
|
| if (YY_CURRENT_BUFFER) {
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
| }
|
| /* Allocates the stack if it does not exist.
| * Guarantees space for at least one push.
| */
| static void yyensure_buffer_stack (void)
| {
| yy_size_t num_to_alloc;
|
| if (!(yy_buffer_stack)) {
|
| /* First allocation is just for 2 elements, since we don't know if this
| * scanner will even need a stack. We use 2 instead of 1 to avoid an
| * immediate realloc on the next call.
| */
| num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| (num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
| (yy_buffer_stack_max) = num_to_alloc;
| (yy_buffer_stack_top) = 0;
| return;
| }
|
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
| /* Increase the buffer to prepare for a possible push. */
| yy_size_t grow_size = 8 /* arbitrary grow size */;
|
| num_to_alloc = (yy_buffer_stack_max) + grow_size;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| ((yy_buffer_stack),
| num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| /* zero only the new slots.*/
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
| (yy_buffer_stack_max) = num_to_alloc;
| }
| }
|
| /** Setup the input buffer state to scan directly from a user-specified character buffer.
| * @param base the character buffer
| * @param size the size in bytes of the character buffer
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
| {
| YY_BUFFER_STATE b;
|
| if ( size < 2 ||
| base[size-2] != YY_END_OF_BUFFER_CHAR ||
| base[size-1] != YY_END_OF_BUFFER_CHAR )
| /* They forgot to leave room for the EOB's. */
| return NULL;
|
| b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
| b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */
| b->yy_buf_pos = b->yy_ch_buf = base;
| b->yy_is_our_buffer = 0;
| b->yy_input_file = NULL;
| b->yy_n_chars = b->yy_buf_size;
| b->yy_is_interactive = 0;
| b->yy_at_bol = 1;
| b->yy_fill_buffer = 0;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| yy_switch_to_buffer( b );
|
| return b;
| }
|
| /** Setup the input buffer state to scan a string. The next call to yylex() will
| * scan from a @e copy of @a str.
| * @param yystr a NUL-terminated string to scan
| *
| * @return the newly allocated buffer state object.
| * @note If you want to scan bytes that may contain NUL values, then use
| * yy_scan_bytes() instead.
| */
| YY_BUFFER_STATE yy_scan_string (const char * yystr )
| {
|
| return yy_scan_bytes( yystr, (int) strlen(yystr) );
| }
|
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
| * scan from a @e copy of @a bytes.
| * @param yybytes the byte buffer to scan
| * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
| {
| YY_BUFFER_STATE b;
| char *buf;
| yy_size_t n;
| int i;
|
| /* Get memory for full buffer, including space for trailing EOB's. */
| n = (yy_size_t) (_yybytes_len + 2);
| buf = (char *) yyalloc( n );
| if ( ! buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
| for ( i = 0; i < _yybytes_len; ++i )
| buf[i] = yybytes[i];
|
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
| b = yy_scan_buffer( buf, n );
| if ( ! b )
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| /* It's okay to grow etc. this buffer, and we should throw it
| * away when we're done.
| */
| b->yy_is_our_buffer = 1;
|
| return b;
| }
|
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
|
| static void yynoreturn yy_fatal_error (const char* msg )
| {
| fprintf( stderr, "%s\n", msg );
| exit( YY_EXIT_FAILURE );
| }
|
| /* Redefine yyless() so it works in section 3 code. */
|
| #undef yyless
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| yytext[yyleng] = (yy_hold_char); \
| (yy_c_buf_p) = yytext + yyless_macro_arg; \
| (yy_hold_char) = *(yy_c_buf_p); \
| *(yy_c_buf_p) = '\0'; \
| yyleng = yyless_macro_arg; \
| } \
| while ( 0 )
|
| /* Accessor methods (get/set functions) to struct members. */
|
| /** Get the current line number.
| *
| */
| int yyget_lineno (void)
| {
|
| return yylineno;
| }
|
| /** Get the input stream.
| *
| */
| FILE *yyget_in (void)
| {
| return yyin;
| }
|
| /** Get the output stream.
| *
| */
| FILE *yyget_out (void)
| {
| return yyout;
| }
|
| /** Get the length of the current token.
| *
| */
| int yyget_leng (void)
| {
| return yyleng;
| }
|
| /** Get the current token.
| *
| */
|
| char *yyget_text (void)
| {
| return yytext;
| }
|
| /** Set the current line number.
| * @param _line_number line number
| *
| */
| void yyset_lineno (int _line_number )
| {
|
| yylineno = _line_number;
| }
|
| /** Set the input stream. This does not discard the current
| * input buffer.
| * @param _in_str A readable stream.
| *
| * @see yy_switch_to_buffer
| */
| void yyset_in (FILE * _in_str )
| {
| yyin = _in_str ;
| }
|
| void yyset_out (FILE * _out_str )
| {
| yyout = _out_str ;
| }
|
| int yyget_debug (void)
| {
| return yy_flex_debug;
| }
|
| void yyset_debug (int _bdebug )
| {
| yy_flex_debug = _bdebug ;
| }
|
| static int yy_init_globals (void)
| {
| /* Initialization is the same as for the non-reentrant scanner.
| * This function is called from yylex_destroy(), so don't allocate here.
| */
|
| (yy_buffer_stack) = NULL;
| (yy_buffer_stack_top) = 0;
| (yy_buffer_stack_max) = 0;
| (yy_c_buf_p) = NULL;
| (yy_init) = 0;
| (yy_start) = 0;
|
| (yy_state_buf) = 0;
| (yy_state_ptr) = 0;
| (yy_full_match) = 0;
| (yy_lp) = 0;
|
| /* Defined in main.c */
| #ifdef YY_STDINIT
| yyin = stdin;
| yyout = stdout;
| #else
| yyin = NULL;
| yyout = NULL;
| #endif
|
| /* For future reference: Set errno on error, since we are called by
| * yylex_init()
| */
| return 0;
| }
|
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| int yylex_destroy (void)
| {
|
| /* Pop the buffer stack, destroying each element. */
| while(YY_CURRENT_BUFFER){
| yy_delete_buffer( YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| yypop_buffer_state();
| }
|
| /* Destroy the stack itself. */
| yyfree((yy_buffer_stack) );
| (yy_buffer_stack) = NULL;
|
| yyfree ( (yy_state_buf) );
| (yy_state_buf) = NULL;
|
| /* Reset the globals. This is important in a non-reentrant scanner so the next time
| * yylex() is called, initialization will occur. */
| yy_init_globals( );
|
| return 0;
| }
|
| /*
| * Internal utility routines.
| */
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char* s1, const char * s2, int n )
| {
|
| int i;
| for ( i = 0; i < n; ++i )
| s1[i] = s2[i];
| }
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (const char * s )
| {
| int n;
| for ( n = 0; s[n]; ++n )
| ;
|
| return n;
| }
| #endif
|
| void *yyalloc (yy_size_t size )
| {
| return malloc(size);
| }
|
| void *yyrealloc (void * ptr, yy_size_t size )
| {
|
| /* The cast to (char *) in the following accommodates both
| * implementations that use char* generic pointers, and those
| * that use void* generic pointers. It works with the latter
| * because both ANSI C and C++ allow castless assignment from
| * any pointer type to void*, and deal with argument conversions
| * as though doing an assignment.
| */
| return realloc(ptr, size);
| }
|
| void yyfree (void * ptr )
| {
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
| }
|
| #define YYTABLES_NAME "yytables"
|
| #line 10 "conftest.l"
|
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
| return ! yylex () + ! yywrap ();
| }
configure:5898: gcc -o conftest conftest.c -lfl >&5
configure:5898: $? = 0
configure:5908: result: -lfl
configure:5914: checking whether yytext is a pointer
configure:5931: gcc -o conftest conftest.c -lfl >&5
configure:5931: $? = 0
configure:5939: result: yes
configure:5953: checking for bison
configure:5980: result: bison
configure:5992: checking whether make sets $(MAKE)
configure:6014: result: yes
configure:6024: checking whether ln -s works
configure:6028: result: yes
configure:6052: checking for makeinfo
configure:6070: found /usr/bin/makeinfo
configure:6082: result: /usr/bin/makeinfo
configure:6146: checking for gcc
configure:6173: result: gcc
configure:6402: checking for C compiler version
configure:6411: gcc --version >&5
gcc (GCC) 8.1.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:6422: $? = 0
configure:6411: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 8.1.0 (GCC)
configure:6422: $? = 0
configure:6411: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:6422: $? = 1
configure:6411: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:6422: $? = 1
configure:6426: checking whether we are using the GNU C compiler
configure:6454: result: yes
configure:6463: checking whether gcc accepts -g
configure:6524: result: yes
configure:6541: checking for gcc option to accept ISO C89
configure:6617: result: none needed
configure:6642: checking whether gcc understands -c and -o together
configure:6679: result: yes
configure:6698: checking dependency style of gcc
configure:6809: result: gcc3
configure:6829: checking how to run the C preprocessor
configure:6860: gcc -E conftest.c
configure:6860: $? = 0
configure:6874: gcc -E conftest.c
conftest.c:14:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6874: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6899: result: gcc -E
configure:6919: gcc -E conftest.c
configure:6919: $? = 0
configure:6933: gcc -E conftest.c
conftest.c:14:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6933: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6962: checking for grep that handles long lines and -e
configure:7020: result: /usr/bin/grep
configure:7025: checking for egrep
configure:7087: result: /usr/bin/grep -E
configure:7094: checking for Minix Amsterdam compiler
configure:7118: result: no
configure:7170: checking for ar
configure:7186: found /usr/bin/ar
configure:7197: result: ar
configure:7331: checking for ANSI C header files
configure:7351: gcc -c conftest.c >&5
configure:7351: $? = 0
configure:7424: gcc -o conftest conftest.c >&5
configure:7424: $? = 0
configure:7424: ./conftest
configure:7424: $? = 0
configure:7435: result: yes
configure:7448: checking for sys/types.h
configure:7448: gcc -c conftest.c >&5
configure:7448: $? = 0
configure:7448: result: yes
configure:7448: checking for sys/stat.h
configure:7448: gcc -c conftest.c >&5
configure:7448: $? = 0
configure:7448: result: yes
configure:7448: checking for stdlib.h
configure:7448: gcc -c conftest.c >&5
configure:7448: $? = 0
configure:7448: result: yes
configure:7448: checking for string.h
configure:7448: gcc -c conftest.c >&5
configure:7448: $? = 0
configure:7448: result: yes
configure:7448: checking for memory.h
configure:7448: gcc -c conftest.c >&5
configure:7448: $? = 0
configure:7448: result: yes
configure:7448: checking for strings.h
configure:7448: gcc -c conftest.c >&5
configure:7448: $? = 0
configure:7448: result: yes
configure:7448: checking for inttypes.h
configure:7448: gcc -c conftest.c >&5
configure:7448: $? = 0
configure:7448: result: yes
configure:7448: checking for stdint.h
configure:7448: gcc -c conftest.c >&5
configure:7448: $? = 0
configure:7448: result: yes
configure:7448: checking for unistd.h
configure:7448: gcc -c conftest.c >&5
configure:7448: $? = 0
configure:7448: result: yes
configure:7461: checking minix/config.h usability
configure:7461: gcc -c conftest.c >&5
conftest.c:57:10: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^~~~~~~~~~~~~~~~
compilation terminated.
configure:7461: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:7461: result: no
configure:7461: checking minix/config.h presence
configure:7461: gcc -E conftest.c
conftest.c:24:10: fatal error: minix/config.h: No such file or directory
#include <minix/config.h>
^~~~~~~~~~~~~~~~
compilation terminated.
configure:7461: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:7461: result: no
configure:7461: checking for minix/config.h
configure:7461: result: no
configure:7485: checking whether it is safe to define __EXTENSIONS__
configure:7503: gcc -c conftest.c >&5
configure:7503: $? = 0
configure:7510: result: yes
configure:7525: checking whether _XOPEN_SOURCE should be defined
configure:7544: gcc -c conftest.c >&5
configure:7544: $? = 0
configure:7568: result: no
configure:7725: checking for g++
configure:7741: found /usr/bin/g++
configure:7752: result: g++
configure:7779: checking for C++ compiler version
configure:7788: g++ --version >&5
g++ (GCC) 8.1.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:7799: $? = 0
configure:7788: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/8.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 8.1.0 (GCC)
configure:7799: $? = 0
configure:7788: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:7799: $? = 1
configure:7788: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:7799: $? = 1
configure:7803: checking whether we are using the GNU C++ compiler
configure:7822: g++ -c conftest.cpp >&5
configure:7822: $? = 0
configure:7831: result: yes
configure:7840: checking whether g++ accepts -g
configure:7860: g++ -c -g conftest.cpp >&5
configure:7860: $? = 0
configure:7901: result: yes
configure:7926: checking dependency style of g++
configure:8037: result: gcc3
configure:8062: checking dependency style of gcc
configure:8171: result: gcc3
configure:8192: checking for g++
configure:8208: found /usr/bin/g++
configure:8220: result: yes
configure:8231: checking whether NLS is requested
configure:8240: result: yes
configure:8280: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:8312: result: /usr/bin/msgfmt
configure:8321: checking for gmsgfmt
configure:8352: result: /usr/bin/msgfmt
configure:8402: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:8434: result: /usr/bin/xgettext
configure:8479: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:8510: result: /usr/bin/msgmerge
configure:8568: checking for ld used by gcc
configure:8635: result: /usr/bin/ld
configure:8642: checking if the linker (/usr/bin/ld) is GNU ld
configure:8657: result: yes
configure:8664: checking for shared library run path origin
configure:8677: result: done
configure:9249: checking for CFPreferencesCopyAppValue
configure:9267: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:30:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
#include <CoreFoundation/CFPreferences.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9267: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <CoreFoundation/CFPreferences.h>
| int
| main (void)
| {
| CFPreferencesCopyAppValue(NULL, NULL)
| ;
| return 0;
| }
configure:9276: result: no
configure:9283: checking for CFLocaleCopyCurrent
configure:9301: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:30:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
#include <CoreFoundation/CFLocale.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:9301: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
| #include <CoreFoundation/CFLocale.h>
| int
| main (void)
| {
| CFLocaleCopyCurrent();
| ;
| return 0;
| }
configure:9310: result: no
configure:9359: checking for GNU gettext in libc
configure:9383: gcc -o conftest conftest.c >&5
configure:9383: $? = 0
configure:9392: result: yes
configure:10220: checking whether to use NLS
configure:10222: result: yes
configure:10225: checking where the gettext function comes from
configure:10236: result: libc
configure:10300: checking for special C compiler options needed for large files
configure:10345: result: no
configure:10351: checking for _FILE_OFFSET_BITS value needed for large files
configure:10376: gcc -c conftest.c >&5
configure:10376: $? = 0
configure:10408: result: no
configure:10505: checking whether byte ordering is bigendian
configure:10520: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:34:9: error: unknown type name 'not'
not a universal capable compiler
^~~
conftest.c:34:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^~~~~~~~~
conftest.c:34:15: error: unknown type name 'universal'
configure:10520: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:10565: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10565: $? = 0
configure:10583: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:40:4: error: unknown type name 'not'; did you mean 'ino_t'?
not big endian
^~~
ino_t
conftest.c:40:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^~~~~~
configure:10583: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main (void)
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:10711: result: no
configure:10733: checking size of void *
configure:10738: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10738: $? = 0
configure:10738: ./conftest
configure:10738: $? = 0
configure:10752: result: 8
configure:10766: checking size of long
configure:10771: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10771: $? = 0
configure:10771: ./conftest
configure:10771: $? = 0
configure:10785: result: 8
configure:10845: checking size of off_t
configure:10850: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10850: $? = 0
configure:10850: ./conftest
configure:10850: $? = 0
configure:10864: result: 8
configure:10887: checking for help2man
configure:10920: result: no
configure:10931: checking for posix_memalign
configure:10931: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:59:6: warning: conflicting types for built-in function 'posix_memalign' [-Wbuiltin-declaration-mismatch]
char posix_memalign ();
^~~~~~~~~~~~~~
configure:10931: $? = 0
configure:10931: result: yes
configure:10931: checking for memalign
configure:10931: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10931: $? = 0
configure:10931: result: yes
configure:10931: checking for getextmntent
configure:10931: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
/tmp/ccOUhtsD.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `getextmntent'
collect2: error: ld returned 1 exit status
configure:10931: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| /* end confdefs.h. */
| /* Define getextmntent to an innocuous variant, in case <limits.h> declares getextmntent.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getextmntent innocuous_getextmntent
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getextmntent (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getextmntent
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getextmntent ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getextmntent || defined __stub___getextmntent
| choke me
| #endif
|
| int
| main (void)
| {
| return getextmntent ();
| ;
| return 0;
| }
configure:10931: result: no
configure:10943: checking sys/param.h usability
configure:10943: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10943: $? = 0
configure:10943: result: yes
configure:10943: checking sys/param.h presence
configure:10943: gcc -E -D_FILE_OFFSET_BITS=64 conftest.c
configure:10943: $? = 0
configure:10943: result: yes
configure:10943: checking for sys/param.h
configure:10943: result: yes
configure:10943: checking sys/mount.h usability
configure:10943: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10943: $? = 0
configure:10943: result: yes
configure:10943: checking sys/mount.h presence
configure:10943: gcc -E -D_FILE_OFFSET_BITS=64 conftest.c
configure:10943: $? = 0
configure:10943: result: yes
configure:10943: checking for sys/mount.h
configure:10943: result: yes
configure:10943: checking sys/mnttab.h usability
configure:10943: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:73:10: fatal error: sys/mnttab.h: No such file or directory
#include <sys/mnttab.h>
^~~~~~~~~~~~~~
compilation terminated.
configure:10943: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mnttab.h>
configure:10943: result: no
configure:10943: checking sys/mnttab.h presence
configure:10943: gcc -E -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:40:10: fatal error: sys/mnttab.h: No such file or directory
#include <sys/mnttab.h>
^~~~~~~~~~~~~~
compilation terminated.
configure:10943: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| /* end confdefs.h. */
| #include <sys/mnttab.h>
configure:10943: result: no
configure:10943: checking for sys/mnttab.h
configure:10943: result: no
configure:10943: checking limits.h usability
configure:10943: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10943: $? = 0
configure:10943: result: yes
configure:10943: checking limits.h presence
configure:10943: gcc -E -D_FILE_OFFSET_BITS=64 conftest.c
configure:10943: $? = 0
configure:10943: result: yes
configure:10943: checking for limits.h
configure:10943: result: yes
configure:10959: checking whether sys/types.h defines makedev
configure:10975: gcc -o conftest -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:45:13: error: In the GNU C Library, "makedev" is defined
by <sys/sysmacros.h>. For historical compatibility, it is
currently defined by <sys/types.h> as well, but we plan to
remove this soon. To use "makedev", include <sys/sysmacros.h>
directly. If you did not intend to use a system-defined macro
"makedev", you should undefine it after including <sys/types.h>. [-Werror]
return makedev(0, 0);
^~~~~~~~~
cc1: all warnings being treated as errors
configure:10975: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| int
| main (void)
| {
| return makedev(0, 0);
| ;
| return 0;
| }
configure:10984: result: no
configure:10988: checking sys/mkdev.h usability
configure:10988: gcc -c -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:74:10: fatal error: sys/mkdev.h: No such file or directory
#include <sys/mkdev.h>
^~~~~~~~~~~~~
compilation terminated.
configure:10988: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/mkdev.h>
configure:10988: result: no
configure:10988: checking sys/mkdev.h presence
configure:10988: gcc -E -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:41:10: fatal error: sys/mkdev.h: No such file or directory
#include <sys/mkdev.h>
^~~~~~~~~~~~~
compilation terminated.
configure:10988: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <sys/mkdev.h>
configure:10988: result: no
configure:10988: checking for sys/mkdev.h
configure:10988: result: no
configure:10998: checking sys/sysmacros.h usability
configure:10998: gcc -c -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:10998: $? = 0
configure:10998: result: yes
configure:10998: checking sys/sysmacros.h presence
configure:10998: gcc -E -D_FILE_OFFSET_BITS=64 conftest.c
configure:10998: $? = 0
configure:10998: result: yes
configure:10998: checking for sys/sysmacros.h
configure:10998: result: yes
configure:11011: checking for struct statfs.f_fstypename
configure:11011: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:81:22: error: storage size of 'ac_aggr' isn't known
static struct statfs ac_aggr;
^~~~~~~
configure:11011: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/param.h>
| #include <sys/mount.h>
|
| int
| main (void)
| {
| static struct statfs ac_aggr;
| if (ac_aggr.f_fstypename)
| return 0;
| ;
| return 0;
| }
configure:11011: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:81:22: error: storage size of 'ac_aggr' isn't known
static struct statfs ac_aggr;
^~~~~~~
configure:11011: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/param.h>
| #include <sys/mount.h>
|
| int
| main (void)
| {
| static struct statfs ac_aggr;
| if (sizeof ac_aggr.f_fstypename)
| return 0;
| ;
| return 0;
| }
configure:11011: result: no
configure:11025: checking for struct statfs.f_mntfromname
configure:11025: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:81:22: error: storage size of 'ac_aggr' isn't known
static struct statfs ac_aggr;
^~~~~~~
configure:11025: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/param.h>
| #include <sys/mount.h>
|
| int
| main (void)
| {
| static struct statfs ac_aggr;
| if (ac_aggr.f_mntfromname)
| return 0;
| ;
| return 0;
| }
configure:11025: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:81:22: error: storage size of 'ac_aggr' isn't known
static struct statfs ac_aggr;
^~~~~~~
configure:11025: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/param.h>
| #include <sys/mount.h>
|
| int
| main (void)
| {
| static struct statfs ac_aggr;
| if (sizeof ac_aggr.f_mntfromname)
| return 0;
| ;
| return 0;
| }
configure:11025: result: no
configure:11041: checking util.h usability
configure:11041: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:75:10: fatal error: util.h: No such file or directory
#include <util.h>
^~~~~~~~
compilation terminated.
configure:11041: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:11041: result: no
configure:11041: checking util.h presence
configure:11041: gcc -E -D_FILE_OFFSET_BITS=64 conftest.c
conftest.c:42:10: fatal error: util.h: No such file or directory
#include <util.h>
^~~~~~~~
compilation terminated.
configure:11041: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| /* end confdefs.h. */
| #include <util.h>
configure:11041: result: no
configure:11041: checking for util.h
configure:11041: result: no
configure:11140: checking whether -Wtrampolines work
configure:11160: gcc -c -Wtrampolines -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11160: $? = 0
configure:11169: result: yes
configure:11184: checking for gcc
configure:11200: found /usr/bin/gcc
configure:11211: result: gcc
configure:11246: checking for size_t
configure:11246: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11246: $? = 0
configure:11246: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:78:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:11246: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:11246: result: yes
configure:11259: checking for working alloca.h
configure:11276: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11276: $? = 0
configure:11284: result: yes
configure:11292: checking for alloca
configure:11329: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11329: $? = 0
configure:11337: result: yes
configure:11447: checking for inline
configure:11463: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11463: $? = 0
configure:11471: result: inline
configure:11489: checking for C/C++ restrict keyword
configure:11514: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11514: $? = 0
configure:11522: result: __restrict
configure:11535: checking whether clearerr_unlocked is declared
configure:11535: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11535: $? = 0
configure:11535: result: yes
configure:11546: checking whether feof_unlocked is declared
configure:11546: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11546: $? = 0
configure:11546: result: yes
configure:11557: checking whether ferror_unlocked is declared
configure:11557: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11557: $? = 0
configure:11557: result: yes
configure:11568: checking whether fflush_unlocked is declared
configure:11568: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11568: $? = 0
configure:11568: result: yes
configure:11579: checking whether fgets_unlocked is declared
configure:11579: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11579: $? = 0
configure:11579: result: yes
configure:11590: checking whether fputc_unlocked is declared
configure:11590: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11590: $? = 0
configure:11590: result: yes
configure:11601: checking whether fputs_unlocked is declared
configure:11601: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11601: $? = 0
configure:11601: result: yes
configure:11612: checking whether fread_unlocked is declared
configure:11612: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11612: $? = 0
configure:11612: result: yes
configure:11623: checking whether fwrite_unlocked is declared
configure:11623: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11623: $? = 0
configure:11623: result: yes
configure:11634: checking whether getc_unlocked is declared
configure:11634: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11634: $? = 0
configure:11634: result: yes
configure:11645: checking whether getchar_unlocked is declared
configure:11645: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11645: $? = 0
configure:11645: result: yes
configure:11656: checking whether putc_unlocked is declared
configure:11656: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11656: $? = 0
configure:11656: result: yes
configure:11667: checking whether putchar_unlocked is declared
configure:11667: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11667: $? = 0
configure:11667: result: yes
configure:11684: checking for flockfile
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for funlockfile
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for btowc
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for isblank
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:84:6: warning: conflicting types for built-in function 'isblank' [-Wbuiltin-declaration-mismatch]
char isblank ();
^~~~~~~
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for iswctype
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for mbsrtowcs
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for mempcpy
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:87:6: warning: conflicting types for built-in function 'mempcpy' [-Wbuiltin-declaration-mismatch]
char mempcpy ();
^~~~~~~
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for wmemchr
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for wmemcpy
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for wmempcpy
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for getdelim
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for symlink
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for mbsinit
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for mbrtowc
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for isascii
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:95:6: warning: conflicting types for built-in function 'isascii' [-Wbuiltin-declaration-mismatch]
char isascii ();
^~~~~~~
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for mprotect
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for _set_invalid_parameter_handler
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
/tmp/ccIkh18U.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `_set_invalid_parameter_handler'
collect2: error: ld returned 1 exit status
configure:11684: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| /* end confdefs.h. */
| /* Define _set_invalid_parameter_handler to an innocuous variant, in case <limits.h> declares _set_invalid_parameter_handler.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _set_invalid_parameter_handler (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _set_invalid_parameter_handler
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _set_invalid_parameter_handler ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler
| choke me
| #endif
|
| int
| main (void)
| {
| return _set_invalid_parameter_handler ();
| ;
| return 0;
| }
configure:11684: result: no
configure:11684: checking for nl_langinfo
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for wcscoll
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for sleep
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for strndup
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:100:6: warning: conflicting types for built-in function 'strndup' [-Wbuiltin-declaration-mismatch]
char strndup ();
^~~~~~~
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for vasnprintf
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
/tmp/ccZ6QwA9.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `vasnprintf'
collect2: error: ld returned 1 exit status
configure:11684: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| /* end confdefs.h. */
| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares vasnprintf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define vasnprintf innocuous_vasnprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char vasnprintf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef vasnprintf
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char vasnprintf ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_vasnprintf || defined __stub___vasnprintf
| choke me
| #endif
|
| int
| main (void)
| {
| return vasnprintf ();
| ;
| return 0;
| }
configure:11684: result: no
configure:11684: checking for snprintf
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:101:6: warning: conflicting types for built-in function 'snprintf' [-Wbuiltin-declaration-mismatch]
char snprintf ();
^~~~~~~~
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for wcrtomb
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for iswcntrl
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:103:6: warning: conflicting types for built-in function 'iswcntrl' [-Wbuiltin-declaration-mismatch]
char iswcntrl ();
^~~~~~~~
configure:11684: $? = 0
configure:11684: result: yes
configure:11684: checking for wcwidth
configure:11684: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11684: $? = 0
configure:11684: result: yes
configure:11703: checking for features.h
configure:11703: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11703: $? = 0
configure:11703: result: yes
configure:11703: checking for linewrap.h
configure:11703: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:117:10: fatal error: linewrap.h: No such file or directory
#include <linewrap.h>
^~~~~~~~~~~~
compilation terminated.
configure:11703: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <linewrap.h>
configure:11703: result: no
configure:11703: checking for wctype.h
configure:11703: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11703: $? = 0
configure:11703: result: yes
configure:11703: checking for getopt.h
configure:11703: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11703: $? = 0
configure:11703: result: yes
configure:11703: checking for langinfo.h
configure:11703: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11703: $? = 0
configure:11703: result: yes
configure:11703: checking for unistd.h
configure:11703: result: yes
configure:11703: checking for xlocale.h
configure:11703: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:121:10: fatal error: xlocale.h: No such file or directory
#include <xlocale.h>
^~~~~~~~~~~
compilation terminated.
configure:11703: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <xlocale.h>
configure:11703: result: no
configure:11703: checking for wchar.h
configure:11703: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11703: $? = 0
configure:11703: result: yes
configure:11703: checking for sys/mman.h
configure:11703: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11703: $? = 0
configure:11703: result: yes
configure:11703: checking for stdint.h
configure:11703: result: yes
configure:11703: checking for sys/socket.h
configure:11703: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11703: $? = 0
configure:11703: result: yes
configure:11703: checking for strings.h
configure:11703: result: yes
configure:11703: checking for sysexits.h
configure:11703: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11703: $? = 0
configure:11703: result: yes
configure:11815: checking whether <wchar.h> uses 'inline' correctly
configure:11837: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11840: $? = 0
configure:11858: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11861: $? = 0
configure:11874: result: yes
configure:11891: checking for nl_langinfo and CODESET
configure:11907: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11907: $? = 0
configure:11916: result: yes
configure:11927: checking for a traditional french locale
configure:11995: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:11998: $? = 0
configure:12054: result: none
configure:12061: checking whether // is distinct from /
configure:12090: result: no
configure:12100: checking whether the preprocessor supports include_next
configure:12138: gcc -c -D_FILE_OFFSET_BITS=64 -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:12138: $? = 0
configure:12159: result: yes
configure:12180: checking whether system header files limit the line length
configure:12203: result: no
configure:12214: checking for complete errno.h
configure:12287: result: yes
configure:12584: checking whether strerror_r is declared
configure:12584: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12584: $? = 0
configure:12584: result: yes
configure:12597: checking for strerror_r
configure:12597: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12597: $? = 0
configure:12597: result: yes
configure:12606: checking whether strerror_r returns char *
configure:12630: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12630: $? = 0
configure:12668: result: yes
configure:12681: checking for mbstate_t
configure:12705: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12705: $? = 0
configure:12712: result: yes
configure:12843: checking whether getdelim is declared
configure:12843: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12843: $? = 0
configure:12843: result: yes
configure:12856: checking whether getline is declared
configure:12856: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:12856: $? = 0
configure:12856: result: yes
configure:13082: checking for getopt.h
configure:13082: result: yes
configure:13099: checking for getopt_long_only
configure:13099: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:13099: $? = 0
configure:13099: result: yes
configure:13113: checking whether getopt is POSIX compatible
configure:13155: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:13155: $? = 0
configure:13155: ./conftest
configure:13155: $? = 0
configure:13214: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:13214: $? = 0
configure:13214: ./conftest
configure:13214: $? = 0
configure:13256: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:13256: $? = 0
configure:13256: ./conftest
program: option requires an argument -- 'b'
configure:13256: $? = 0
configure:13274: result: yes
configure:13282: checking for working GNU getopt function
configure:13503: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:13503: $? = 0
configure:13503: ./conftest
configure:13503: $? = 0
configure:13519: result: yes
configure:13524: checking for working GNU getopt_long function
configure:13569: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:13569: $? = 0
configure:13569: ./conftest
configure:13569: $? = 0
configure:13580: result: yes
configure:13606: checking whether getenv is declared
configure:13606: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:13606: $? = 0
configure:13606: result: yes
configure:13633: checking for working fcntl.h
configure:13736: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:13736: $? = 0
configure:13736: ./conftest
configure:13736: $? = 0
configure:13751: result: yes
configure:13775: checking whether we are using the GNU C Library >= 2.1 or uClibc
configure:13805: result: yes
configure:13826: checking for wchar_t
configure:13843: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:13843: $? = 0
configure:13850: result: yes
configure:13866: checking whether NULL can be used in arbitrary expressions
configure:13884: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:13884: $? = 0
configure:13891: result: yes
configure:14057: checking whether malloc, realloc, calloc are POSIX compliant
configure:14077: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14077: $? = 0
configure:14085: result: yes
configure:14095: checking for a traditional japanese locale
configure:14165: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14168: $? = 0
configure:14226: result: none
configure:14234: checking for a transitional chinese locale
configure:14305: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14308: $? = 0
configure:14359: result: none
configure:14366: checking for a french Unicode locale
configure:14438: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14441: $? = 0
configure:14487: result: none
configure:14582: checking for mmap
configure:14582: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14582: $? = 0
configure:14582: result: yes
configure:14593: checking for MAP_ANONYMOUS
configure:14630: result: yes
configure:14652: checking whether memchr works
configure:14715: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14715: $? = 0
configure:14715: ./conftest
configure:14715: $? = 0
configure:14725: result: yes
configure:14744: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:109:10: error: unknown type name 'not'
not a universal capable compiler
^~~
conftest.c:109:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^~~~~~~~~
conftest.c:109:16: error: unknown type name 'universal'
configure:14744: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:14778: checking whether alarm is declared
configure:14778: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14778: $? = 0
configure:14778: result: yes
configure:14793: checking for stdlib.h
configure:14793: result: yes
configure:14803: checking for GNU libc compatible malloc
configure:14836: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14836: $? = 0
configure:14836: ./conftest
configure:14836: $? = 0
configure:14847: result: yes
configure:14865: checking for stdbool.h that conforms to C99
configure:14932: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14932: $? = 0
configure:14939: result: yes
configure:14941: checking for _Bool
configure:14941: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14941: $? = 0
configure:14941: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:147:20: error: expected expression before ')' token
if (sizeof ((_Bool)))
^
configure:14941: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:14941: result: yes
configure:14953: checking for unsigned long long int
configure:14992: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:14992: $? = 0
configure:15001: result: yes
configure:15011: checking for long long int
configure:15049: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15049: $? = 0
configure:15049: ./conftest
configure:15049: $? = 0
configure:15061: result: yes
configure:15192: checking whether stdint.h conforms to C99
configure:15361: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15361: $? = 0
configure:15441: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15441: $? = 0
configure:15441: ./conftest
configure:15441: $? = 0
configure:15453: result: yes
configure:15804: checking whether strerror(0) succeeds
configure:15839: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15839: $? = 0
configure:15839: ./conftest
configure:15839: $? = 0
configure:15850: result: yes
configure:15938: checking whether ffsl is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether ffsll is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether memmem is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether mempcpy is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether memrchr is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether rawmemchr is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether stpcpy is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether stpncpy is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strchrnul is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strdup is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strncat is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strndup is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strnlen is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strpbrk is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strsep is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strcasestr is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strtok_r is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strerror_r is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strsignal is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:15938: checking whether strverscmp is declared without a macro
configure:15956: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:15956: $? = 0
configure:15964: result: yes
configure:16065: checking whether ffs is declared without a macro
configure:16087: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16087: $? = 0
configure:16095: result: yes
configure:16065: checking whether strcasecmp is declared without a macro
configure:16087: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16087: $? = 0
configure:16095: result: yes
configure:16065: checking whether strncasecmp is declared without a macro
configure:16087: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16087: $? = 0
configure:16095: result: yes
configure:16107: checking whether strndup is declared
configure:16107: result: yes
configure:16120: checking whether strnlen is declared
configure:16120: result: yes
configure:16133: checking for pid_t
configure:16133: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16133: $? = 0
configure:16133: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:175:20: error: expected expression before ')' token
if (sizeof ((pid_t)))
^
configure:16133: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:16133: result: yes
configure:16144: checking for mode_t
configure:16144: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16144: $? = 0
configure:16144: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:175:21: error: expected expression before ')' token
if (sizeof ((mode_t)))
^
configure:16144: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:16144: result: yes
configure:16271: checking for wint_t
configure:16296: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16296: $? = 0
configure:16303: result: yes
configure:16321: checking for inttypes.h
configure:16340: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16340: $? = 0
configure:16347: result: yes
configure:16358: checking for stdint.h
configure:16375: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16375: $? = 0
configure:16382: result: yes
configure:16395: checking for intmax_t
configure:16420: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16420: $? = 0
configure:16427: result: yes
configure:16446: checking where to find the exponent in a 'double'
configure:16760: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16760: $? = 0
configure:16760: ./conftest
configure:16760: $? = 0
configure:16772: result: word 1 bit 20
configure:16799: checking whether snprintf returns a byte count as in C99
configure:16869: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16869: $? = 0
configure:16869: ./conftest
configure:16869: $? = 0
configure:16880: result: yes
configure:16891: checking for snprintf
configure:16891: result: yes
configure:16891: checking for strnlen
configure:16891: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16891: $? = 0
configure:16891: result: yes
configure:16891: checking for wcslen
configure:16891: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16891: $? = 0
configure:16891: result: yes
configure:16891: checking for wcsnlen
configure:16891: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16891: $? = 0
configure:16891: result: yes
configure:16891: checking for mbrtowc
configure:16891: result: yes
configure:16891: checking for wcrtomb
configure:16891: result: yes
configure:16900: checking whether _snprintf is declared
configure:16900: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:160:10: error: '_snprintf' undeclared (first use in this function); did you mean 'vsnprintf'?
(void) _snprintf;
^~~~~~~~~
vsnprintf
conftest.c:160:10: note: each undeclared identifier is reported only once for each function it appears in
configure:16900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main (void)
| {
| #ifndef _snprintf
| #ifdef __cplusplus
| (void) _snprintf;
| #else
| (void) _snprintf;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:16900: result: no
configure:16922: checking whether vsnprintf is declared
configure:16922: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:16922: $? = 0
configure:16922: result: yes
configure:16981: checking for alloca as a compiler built-in
configure:17005: result: yes
configure:17033: checking whether program_invocation_name is declared
configure:17033: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:17033: $? = 0
configure:17033: result: yes
configure:17052: checking whether program_invocation_short_name is declared
configure:17052: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:17052: $? = 0
configure:17052: result: yes
configure:17076: checking whether program_invocation_name is defined
configure:17089: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:17089: $? = 0
configure:17093: result: yes
configure:17102: checking whether program_invocation_short_name is defined
configure:17115: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:17115: $? = 0
configure:17119: result: yes
configure:17165: checking whether btowc(0) is correct
configure:17200: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:17200: $? = 0
configure:17200: ./conftest
configure:17200: $? = 0
configure:17211: result: yes
configure:17214: checking whether btowc(EOF) is correct
configure:17265: result: guessing yes
configure:17351: checking whether // is distinct from /
configure:17380: result: no
configure:17390: checking for error_at_line
configure:17406: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:17406: $? = 0
configure:17414: result: yes
configure:17493: checking whether conversion from 'int' to 'long double' works
configure:17534: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:17534: $? = 0
configure:17534: ./conftest
configure:17534: $? = 0
configure:17545: result: yes
configure:17668: checking for working POSIX fnmatch
configure:17769: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:17769: $? = 0
configure:17769: ./conftest
configure:17769: $? = 0
configure:17781: result: yes
configure:17843: checking for working getdelim function
configure:17903: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:17903: $? = 0
configure:17903: ./conftest
configure:17903: $? = 0
configure:17913: result: yes
configure:17988: checking for getline
configure:17988: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:17988: $? = 0
configure:17988: result: yes
configure:17996: checking for working getline function
configure:18056: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:18056: $? = 0
configure:18056: ./conftest
configure:18056: $? = 0
configure:18066: result: yes
configure:18281: checking whether langinfo.h defines CODESET
configure:18299: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:18299: $? = 0
configure:18307: result: yes
configure:18312: checking whether langinfo.h defines T_FMT_AMPM
configure:18330: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:18330: $? = 0
configure:18338: result: yes
configure:18343: checking whether langinfo.h defines ERA
configure:18361: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:18361: $? = 0
configure:18369: result: yes
configure:18374: checking whether langinfo.h defines YESEXPR
configure:18392: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:18392: $? = 0
configure:18400: result: yes
configure:18417: checking whether nl_langinfo is declared without a macro
configure:18435: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:18435: $? = 0
configure:18443: result: yes
configure:18481: checking whether locale.h conforms to POSIX:2001
configure:18499: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:18499: $? = 0
configure:18506: result: yes
configure:18550: checking whether struct lconv is properly defined
configure:18569: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:18569: $? = 0
configure:18577: result: yes
configure:18654: checking whether setlocale is declared without a macro
configure:18676: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:18676: $? = 0
configure:18684: result: yes
configure:18654: checking whether duplocale is declared without a macro
configure:18676: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:18676: $? = 0
configure:18684: result: yes
configure:18749: checking for stdlib.h
configure:18749: result: yes
configure:18759: checking for GNU libc compatible malloc
configure:18803: result: yes
configure:18888: checking whether mbrtowc handles incomplete characters
configure:18945: result: guessing yes
configure:18951: checking whether mbrtowc works as well as mbtowc
configure:19012: result: guessing yes
configure:19063: checking whether mbrtowc handles a NULL pwc argument
configure:19134: result: guessing yes
configure:19140: checking whether mbrtowc handles a NULL string argument
configure:19199: result: guessing yes
configure:19207: checking whether mbrtowc has a correct return value
configure:19337: result: guessing yes
configure:19343: checking whether mbrtowc returns 0 when parsing a NUL character
configure:19399: result: guessing yes
configure:19482: checking whether mbrtowc handles incomplete characters
configure:19539: result: guessing yes
configure:19545: checking whether mbrtowc works as well as mbtowc
configure:19606: result: guessing yes
configure:19704: checking whether mbrtowc handles incomplete characters
configure:19761: result: guessing yes
configure:19767: checking whether mbrtowc works as well as mbtowc
configure:19828: result: guessing yes
configure:19882: checking whether mbsrtowcs works
configure:19986: result: guessing yes
configure:20040: checking whether mbswidth is declared in <wchar.h>
configure:20068: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:190:22: error: 'mbswidth' undeclared (first use in this function); did you mean 'wcswidth'?
char *p = (char *) mbswidth;
^~~~~~~~
wcswidth
conftest.c:190:22: note: each undeclared identifier is reported only once for each function it appears in
configure:20068: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_RAW_DECL_SETLOCALE 1
| #define HAVE_RAW_DECL_DUPLOCALE 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| /* end confdefs.h. */
|
| /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
| <wchar.h>.
| BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
| before <wchar.h>. */
| #include <stddef.h>
| #include <stdio.h>
| #include <time.h>
| #include <wchar.h>
|
| int
| main (void)
| {
|
| char *p = (char *) mbswidth;
| return !p;
|
| ;
| return 0;
| }
configure:20075: result: no
configure:20090: checking for mbstate_t
configure:20121: result: yes
configure:20221: checking for mempcpy
configure:20221: result: yes
configure:20310: checking whether YESEXPR works
configure:20338: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:20338: $? = 0
configure:20338: ./conftest
configure:20338: $? = 0
configure:20349: result: yes
configure:20400: checking whether program_invocation_name is declared
configure:20400: result: yes
configure:20412: checking whether program_invocation_short_name is declared
configure:20412: result: yes
configure:20430: checking for rawmemchr
configure:20430: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:20430: $? = 0
configure:20430: result: yes
configure:20526: checking for working re_compile_pattern
configure:20706: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:20706: $? = 0
configure:20706: ./conftest
configure:20706: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_RAW_DECL_SETLOCALE 1
| #define HAVE_RAW_DECL_DUPLOCALE 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_RAWMEMCHR 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| /* end confdefs.h. */
| #include <regex.h>
|
| #include <locale.h>
| #include <limits.h>
| #include <string.h>
| #if HAVE_DECL_ALARM
| # include <unistd.h>
| # include <signal.h>
| #endif
|
| int
| main (void)
| {
| int result = 0;
| static struct re_pattern_buffer regex;
| unsigned char folded_chars[UCHAR_MAX + 1];
| int i;
| const char *s;
| struct re_registers regs;
|
| #if HAVE_DECL_ALARM
| /* Some builds of glibc go into an infinite loop on this test. */
| signal (SIGALRM, SIG_DFL);
| alarm (2);
| #endif
| if (setlocale (LC_ALL, "en_US.UTF-8"))
| {
| {
| /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
| This test needs valgrind to catch the bug on Debian
| GNU/Linux 3.1 x86, but it might catch the bug better
| on other platforms and it shouldn't hurt to try the
| test here. */
| static char const pat[] = "insert into";
| static char const data[] =
| "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK";
| re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
| | RE_ICASE);
| memset (&regex, 0, sizeof regex);
| s = re_compile_pattern (pat, sizeof pat - 1, &regex);
| if (s)
| result |= 1;
| else if (re_search (&regex, data, sizeof data - 1,
| 0, sizeof data - 1, &regs)
| != -1)
| result |= 1;
| }
|
| {
| /* This test is from glibc bug 15078.
| The test case is from Andreas Schwab in
| <http://www.sourceware.org/ml/libc-alpha/2013-01/msg00967.html>.
| */
| static char const pat[] = "[^x]x";
| static char const data[] =
| "\xe1\x80\x80\xe1\x80\xbb\xe1\x80\xbd\xe1\x80\x94\xe1\x80"
| "\xba\xe1\x80\xaf\xe1\x80\x95\xe1\x80\xbax";
| re_set_syntax (0);
| memset (&regex, 0, sizeof regex);
| s = re_compile_pattern (pat, sizeof pat - 1, &regex);
| if (s)
| result |= 1;
| else if (re_search (&regex, data, sizeof data - 1,
| 0, sizeof data - 1, 0)
| != 21)
| result |= 1;
| }
|
| if (! setlocale (LC_ALL, "C"))
| return 1;
| }
|
| /* This test is from glibc bug 3957, reported by Andrew Mackey. */
| re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE);
| memset (&regex, 0, sizeof regex);
| s = re_compile_pattern ("a[^x]b", 6, &regex);
| if (s)
| result |= 2;
| /* This should fail, but succeeds for glibc-2.5. */
| else if (re_search (&regex, "a\nb", 3, 0, 3, &regs) != -1)
| result |= 2;
|
| /* This regular expression is from Spencer ere test number 75
| in grep-2.3. */
| re_set_syntax (RE_SYNTAX_POSIX_EGREP);
| memset (&regex, 0, sizeof regex);
| for (i = 0; i <= UCHAR_MAX; i++)
| folded_chars[i] = i;
| regex.translate = folded_chars;
| s = re_compile_pattern ("a[[:]:]]b\n", 11, &regex);
| /* This should fail with _Invalid character class name_ error. */
| if (!s)
| result |= 4;
|
| /* Ensure that [b-a] is diagnosed as invalid, when
| using RE_NO_EMPTY_RANGES. */
| re_set_syntax (RE_SYNTAX_POSIX_EGREP | RE_NO_EMPTY_RANGES);
| memset (&regex, 0, sizeof regex);
| s = re_compile_pattern ("a[b-a]", 6, &regex);
| if (s == 0)
| result |= 8;
|
| /* This should succeed, but does not for glibc-2.1.3. */
| memset (&regex, 0, sizeof regex);
| s = re_compile_pattern ("{1", 2, &regex);
| if (s)
| result |= 8;
|
| /* The following example is derived from a problem report
| against gawk from Jorge Stolfi <stolfi@ic.unicamp.br>. */
| memset (&regex, 0, sizeof regex);
| s = re_compile_pattern ("[an\371]*n", 7, &regex);
| if (s)
| result |= 8;
| /* This should match, but does not for glibc-2.2.1. */
| else if (re_match (&regex, "an", 2, 0, &regs) != 2)
| result |= 8;
|
| memset (&regex, 0, sizeof regex);
| s = re_compile_pattern ("x", 1, &regex);
| if (s)
| result |= 8;
| /* glibc-2.2.93 does not work with a negative RANGE argument. */
| else if (re_search (&regex, "wxy", 3, 2, -2, &regs) != 1)
| result |= 8;
|
| /* The version of regex.c in older versions of gnulib
| ignored RE_ICASE. Detect that problem too. */
| re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE);
| memset (&regex, 0, sizeof regex);
| s = re_compile_pattern ("x", 1, &regex);
| if (s)
| result |= 16;
| else if (re_search (&regex, "WXY", 3, 0, 3, &regs) < 0)
| result |= 16;
|
| /* Catch a bug reported by Vin Shelton in
| http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html
| */
| re_set_syntax (RE_SYNTAX_POSIX_BASIC
| & ~RE_CONTEXT_INVALID_DUP
| & ~RE_NO_EMPTY_RANGES);
| memset (&regex, 0, sizeof regex);
| s = re_compile_pattern ("[[:alnum:]_-]\\+$", 16, &regex);
| if (s)
| result |= 32;
|
| /* REG_STARTEND was added to glibc on 2004-01-15.
| Reject older versions. */
| if (! REG_STARTEND)
| result |= 64;
|
| #if 0
| /* It would be nice to reject hosts whose regoff_t values are too
| narrow (including glibc on hosts with 64-bit ptrdiff_t and
| 32-bit int), but we should wait until glibc implements this
| feature. Otherwise, support for equivalence classes and
| multibyte collation symbols would always be broken except
| when compiling --without-included-regex. */
| if (sizeof (regoff_t) < sizeof (ptrdiff_t)
| || sizeof (regoff_t) < sizeof (ssize_t))
| result |= 64;
| #endif
|
| return result;
|
| ;
| return 0;
| }
configure:20716: result: no
configure:20800: checking libintl.h usability
configure:20800: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:20800: $? = 0
configure:20800: result: yes
configure:20800: checking libintl.h presence
configure:20800: gcc -E -D_FILE_OFFSET_BITS=64 conftest.c
configure:20800: $? = 0
configure:20800: result: yes
configure:20800: checking for libintl.h
configure:20800: result: yes
configure:20811: checking whether isblank is declared
configure:20811: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:20811: $? = 0
configure:20811: result: yes
configure:20828: checking for stdint.h
configure:20828: result: yes
configure:20838: checking for SIZE_MAX
configure:20909: result: yes
configure:20922: checking whether sleep is declared
configure:20922: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:20922: $? = 0
configure:20922: result: yes
configure:20938: checking for working sleep
configure:20986: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:20986: $? = 0
configure:20986: ./conftest
configure:20986: $? = 0
configure:20996: result: yes
configure:21034: checking for ssize_t
configure:21051: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21051: $? = 0
configure:21058: result: yes
configure:21067: checking for working stdalign.h
configure:21107: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21107: $? = 0
configure:21114: result: yes
configure:21168: checking whether NULL can be used in arbitrary expressions
configure:21193: result: yes
configure:21388: checking whether dprintf is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21388: checking whether fpurge is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:221:10: error: 'fpurge' undeclared (first use in this function); did you mean 'fputs'?
(void) fpurge;
^~~~~~
fputs
conftest.c:221:10: note: each undeclared identifier is reported only once for each function it appears in
configure:21406: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_RAW_DECL_SETLOCALE 1
| #define HAVE_RAW_DECL_DUPLOCALE 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_RAWMEMCHR 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_LIBINTL_H 1
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main (void)
| {
| #undef fpurge
| (void) fpurge;
| ;
| return 0;
| }
configure:21414: result: no
configure:21388: checking whether fseeko is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21388: checking whether ftello is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21388: checking whether getdelim is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21388: checking whether getline is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21388: checking whether gets is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:225:10: error: 'gets' undeclared (first use in this function); did you mean 'fgets'?
(void) gets;
^~~~
fgets
conftest.c:225:10: note: each undeclared identifier is reported only once for each function it appears in
configure:21406: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_RAW_DECL_SETLOCALE 1
| #define HAVE_RAW_DECL_DUPLOCALE 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_RAWMEMCHR 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_LIBINTL_H 1
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| /* end confdefs.h. */
| #include <stdio.h>
|
| int
| main (void)
| {
| #undef gets
| (void) gets;
| ;
| return 0;
| }
configure:21414: result: no
configure:21388: checking whether pclose is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21388: checking whether popen is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21388: checking whether renameat is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21388: checking whether snprintf is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21388: checking whether tmpfile is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21388: checking whether vdprintf is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21388: checking whether vsnprintf is declared without a macro
configure:21406: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21406: $? = 0
configure:21414: result: yes
configure:21499: checking whether _Exit is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether atoll is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether canonicalize_file_name is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether getloadavg is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether getsubopt is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether grantpt is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether initstate is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether initstate_r is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether mkdtemp is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether mkostemp is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether mkostemps is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether mkstemp is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether mkstemps is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether posix_openpt is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether ptsname is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether ptsname_r is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether random is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether random_r is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether realpath is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether rpmatch is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether secure_getenv is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether setenv is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether setstate is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether setstate_r is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether srandom is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether srandom_r is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether strtod is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether strtoll is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether strtoull is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether unlockpt is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21499: checking whether unsetenv is declared without a macro
configure:21523: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21523: $? = 0
configure:21531: result: yes
configure:21548: checking for strcasecmp
configure:21548: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:280:6: warning: conflicting types for built-in function 'strcasecmp' [-Wbuiltin-declaration-mismatch]
char strcasecmp ();
^~~~~~~~~~
configure:21548: $? = 0
configure:21548: result: yes
configure:21565: checking for strncasecmp
configure:21565: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:281:6: warning: conflicting types for built-in function 'strncasecmp' [-Wbuiltin-declaration-mismatch]
char strncasecmp ();
^~~~~~~~~~~
configure:21565: $? = 0
configure:21565: result: yes
configure:21579: checking whether strncasecmp is declared
configure:21579: result: yes
configure:21631: checking for strchrnul
configure:21631: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21631: $? = 0
configure:21631: result: yes
configure:21643: checking whether strchrnul works
configure:21687: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21687: $? = 0
configure:21687: ./conftest
configure:21687: $? = 0
configure:21698: result: yes
configure:21740: checking for working strerror function
configure:21766: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21766: $? = 0
configure:21766: ./conftest
configure:21766: $? = 0
configure:21777: result: yes
configure:21884: checking for working strndup
configure:21922: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:21922: $? = 0
configure:21922: ./conftest
configure:21922: $? = 0
configure:21932: result: yes
configure:21978: checking for working strnlen
configure:22016: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22016: $? = 0
configure:22016: ./conftest
configure:22016: $? = 0
configure:22026: result: yes
configure:22175: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22175: $? = 0
configure:22287: checking whether chdir is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether chown is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether dup is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether dup2 is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether dup3 is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether environ is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether euidaccess is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether faccessat is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether fchdir is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether fchownat is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether fdatasync is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether fsync is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether ftruncate is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether getcwd is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether getdomainname is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether getdtablesize is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether getgroups is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether gethostname is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether getlogin is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether getlogin_r is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether getpagesize is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether getusershell is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether setusershell is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether endusershell is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether group_member is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether isatty is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether lchown is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether link is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether linkat is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether lseek is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether pipe is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether pipe2 is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether pread is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether pwrite is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether readlink is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether readlinkat is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether rmdir is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether sethostname is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether sleep is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether symlink is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether symlinkat is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether ttyname_r is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether unlink is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether unlinkat is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22287: checking whether usleep is declared without a macro
configure:22317: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22317: $? = 0
configure:22325: result: yes
configure:22481: checking for ptrdiff_t
configure:22481: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22481: $? = 0
configure:22481: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c: In function 'main':
conftest.c:347:24: error: expected expression before ')' token
if (sizeof ((ptrdiff_t)))
^
configure:22481: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_RAW_DECL_SETLOCALE 1
| #define HAVE_RAW_DECL_DUPLOCALE 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_RAWMEMCHR 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_LIBINTL_H 1
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_RENAMEAT 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VDPRINTF 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_INITSTATE 1
| #define HAVE_RAW_DECL_INITSTATE_R 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_PTSNAME_R 1
| #define HAVE_RAW_DECL_RANDOM 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SECURE_GETENV 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_SETSTATE 1
| #define HAVE_RAW_DECL_SETSTATE_R 1
| #define HAVE_RAW_DECL_SRANDOM 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_RAW_DECL_UNSETENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCHRNUL 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_RAW_DECL_CHDIR 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FDATASYNC 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_ISATTY 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SETHOSTNAME 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 1
| #define HAVE_RAW_DECL_USLEEP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:22481: result: yes
configure:22504: checking for vsnprintf
configure:22504: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:334:6: warning: conflicting types for built-in function 'vsnprintf' [-Wbuiltin-declaration-mismatch]
char vsnprintf ();
^~~~~~~~~
configure:22504: $? = 0
configure:22504: result: yes
configure:22517: checking whether snprintf respects a size of 1
configure:22551: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22551: $? = 0
configure:22551: ./conftest
configure:22551: $? = 0
configure:22562: result: yes
configure:22572: checking whether printf supports POSIX/XSI format strings with positions
configure:22604: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22604: $? = 0
configure:22604: ./conftest
configure:22604: $? = 0
configure:22615: result: yes
configure:22764: checking whether btowc is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wctob is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether mbsinit is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether mbrtowc is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether mbrlen is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether mbsrtowcs is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether mbsnrtowcs is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcrtomb is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsrtombs is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsnrtombs is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcwidth is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wmemchr is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wmemcmp is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wmemcpy is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wmemmove is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wmemset is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcslen is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsnlen is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcscpy is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcpcpy is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsncpy is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcpncpy is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcscat is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsncat is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcscmp is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsncmp is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcscasecmp is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsncasecmp is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcscoll is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsxfrm is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsdup is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcschr is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsrchr is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcscspn is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsspn is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcspbrk is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcsstr is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcstok is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22764: checking whether wcswidth is declared without a macro
configure:22792: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:22792: $? = 0
configure:22800: result: yes
configure:22826: checking whether mbrtowc handles incomplete characters
configure:22883: result: guessing yes
configure:22889: checking whether mbrtowc works as well as mbtowc
configure:22950: result: guessing yes
configure:23003: checking whether wcrtomb return value is correct
configure:23070: result: guessing yes
configure:23205: checking whether iswcntrl works
configure:23249: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23249: $? = 0
configure:23249: ./conftest
configure:23249: $? = 0
configure:23260: result: yes
configure:23284: checking for towlower
configure:23284: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:376:6: warning: conflicting types for built-in function 'towlower' [-Wbuiltin-declaration-mismatch]
char towlower ();
^~~~~~~~
configure:23284: $? = 0
configure:23284: result: yes
configure:23332: checking for wctype_t
configure:23360: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23360: $? = 0
configure:23368: result: yes
configure:23374: checking for wctrans_t
configure:23400: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23400: $? = 0
configure:23408: result: yes
configure:23417: checking whether wctype is declared without a macro
configure:23446: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23446: $? = 0
configure:23454: result: yes
configure:23417: checking whether iswctype is declared without a macro
configure:23446: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23446: $? = 0
configure:23454: result: yes
configure:23417: checking whether wctrans is declared without a macro
configure:23446: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23446: $? = 0
configure:23454: result: yes
configure:23417: checking whether towctrans is declared without a macro
configure:23446: gcc -c -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23446: $? = 0
configure:23454: result: yes
configure:23477: checking whether wcwidth is declared
configure:23477: result: yes
configure:23506: checking whether wcwidth works reasonably in UTF-8 locales
configure:23557: gcc -o conftest -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23557: $? = 0
configure:23557: ./conftest
configure:23557: $? = 0
configure:23568: result: yes
configure:23609: checking for stdint.h
configure:23609: result: yes
configure:23665: checking which extra warnings work
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wextra -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wattributes -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wendif-labels -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Winit-self -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wint-to-pointer-cast -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Winvalid-pch -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wmissing-field-initializers -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wnonnull -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Woverflow -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wvla -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wpointer-to-int-cast -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wstrict-aliasing -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wvariadic-macros -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wvolatile-register-var -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wpointer-sign -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wmissing-include-dirs -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wmissing-prototypes -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wmissing-declarations -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23686: gcc -o conftest -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wformat=2 -Werror -D_FILE_OFFSET_BITS=64 conftest.c >&5
configure:23686: $? = 0
configure:23700: result: -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2
configure:24231: checking for objcopy
configure:24247: found /usr/bin/objcopy
configure:24258: result: objcopy
configure:24323: checking for strip
configure:24339: found /usr/bin/strip
configure:24350: result: strip
configure:24415: checking for nm
configure:24431: found /usr/bin/nm
configure:24442: result: nm
configure:24507: checking for ranlib
configure:24523: found /usr/bin/ranlib
configure:24534: result: ranlib
configure:24591: checking which extra warnings work
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wattributes -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wendif-labels -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Winit-self -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wint-to-pointer-cast -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Winvalid-pch -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wmissing-field-initializers -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wnonnull -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Woverflow -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wvla -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wpointer-to-int-cast -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wstrict-aliasing -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wvariadic-macros -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wvolatile-register-var -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wpointer-sign -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wmissing-include-dirs -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wmissing-prototypes -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wmissing-declarations -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24618: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -nostdlib -static conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 000000000040010c
configure:24618: $? = 0
configure:24631: result: -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2
configure:24636: checking if compiling with clang
configure:24658: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
configure:24658: $? = 0
configure:24665: result: no
configure:24840: checking for options to compile assembly
Running gcc -c -o /dev/null -g -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT ./asm-tests/i386.S
configure:24880: result:
configure:24950: checking whether -falign-loops works
configure:24968: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-loops=1 -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
configure:24968: $? = 0
configure:24976: result: yes
configure:24979: checking whether -malign-loops works
configure:24997: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -malign-loops=1 -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
cc1: warning: -malign-loops is obsolete, use -falign-loops
configure:24997: $? = 0
configure:25005: result: yes
configure:25015: checking whether -freg-struct-return works
configure:25033: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
configure:25033: $? = 0
configure:25041: result: yes
configure:25059: checking for options to get soft-float
configure:25120: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -Xclang -msoft-float -Xclang -no-implicit-float -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
gcc: error: unrecognized command line option '-Xclang'
gcc: error: unrecognized command line option '-Xclang'
gcc: error: unrecognized command line option '-no-implicit-float'; did you mean '-Wno-implicit-int'?
configure:25120: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_RAW_DECL_SETLOCALE 1
| #define HAVE_RAW_DECL_DUPLOCALE 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_RAWMEMCHR 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_LIBINTL_H 1
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_RENAMEAT 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VDPRINTF 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_INITSTATE 1
| #define HAVE_RAW_DECL_INITSTATE_R 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_PTSNAME_R 1
| #define HAVE_RAW_DECL_RANDOM 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SECURE_GETENV 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_SETSTATE 1
| #define HAVE_RAW_DECL_SETSTATE_R 1
| #define HAVE_RAW_DECL_SRANDOM 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_RAW_DECL_UNSETENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCHRNUL 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_RAW_DECL_CHDIR 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FDATASYNC 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_ISATTY 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SETHOSTNAME 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:25120: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -Xclang -msoft-float -Xclang -no-implicit-float -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
gcc: error: unrecognized command line option '-Xclang'
gcc: error: unrecognized command line option '-Xclang'
gcc: error: unrecognized command line option '-no-implicit-float'; did you mean '-Wno-implicit-int'?
configure:25120: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_RAW_DECL_SETLOCALE 1
| #define HAVE_RAW_DECL_DUPLOCALE 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_RAWMEMCHR 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_LIBINTL_H 1
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_RENAMEAT 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VDPRINTF 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_INITSTATE 1
| #define HAVE_RAW_DECL_INITSTATE_R 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_PTSNAME_R 1
| #define HAVE_RAW_DECL_RANDOM 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SECURE_GETENV 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_SETSTATE 1
| #define HAVE_RAW_DECL_SETSTATE_R 1
| #define HAVE_RAW_DECL_SRANDOM 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_RAW_DECL_UNSETENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCHRNUL 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_RAW_DECL_CHDIR 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FDATASYNC 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_ISATTY 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SETHOSTNAME 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:25120: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -Xclang -msoft-float -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
gcc: error: unrecognized command line option '-Xclang'
configure:25120: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_RAW_DECL_SETLOCALE 1
| #define HAVE_RAW_DECL_DUPLOCALE 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_RAWMEMCHR 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_LIBINTL_H 1
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_RENAMEAT 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VDPRINTF 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_INITSTATE 1
| #define HAVE_RAW_DECL_INITSTATE_R 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_PTSNAME_R 1
| #define HAVE_RAW_DECL_RANDOM 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SECURE_GETENV 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_SETSTATE 1
| #define HAVE_RAW_DECL_SETSTATE_R 1
| #define HAVE_RAW_DECL_SRANDOM 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_RAW_DECL_UNSETENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCHRNUL 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_RAW_DECL_CHDIR 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FDATASYNC 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_ISATTY 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SETHOSTNAME 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:25120: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
configure:25120: $? = 0
configure:25127: result: -msoft-float
configure:25245: checking whether -fno-dwarf2-cfi-asm works
configure:25263: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
configure:25263: $? = 0
configure:25271: result: yes
configure:25313: checking whether -mno-stack-arg-probe works
configure:25331: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
configure:25331: $? = 0
configure:25339: result: yes
configure:25351: checking whether -fno-asynchronous-unwind-tables works
configure:25369: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
configure:25369: $? = 0
configure:25377: result: yes
configure:25384: checking whether -fno-unwind-tables works
configure:25402: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
configure:25402: $? = 0
configure:25410: result: yes
configure:25442: checking for target linking format
configure:25475: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -Wl,-melf_i386 -nostdlib -static conftest.c >&5
configure:25475: $? = 0
configure:25488: result: -melf_i386
configure:25629: checking whether options required for efiemu work
configure:25647: gcc -c -m64 -nostdlib -O2 -mcmodel=large -mno-red-zone -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
configure:25647: $? = 0
configure:25655: result: yes
configure:25662: checking for efiemu64 linking format
configure:25689: gcc -o conftest -m64 -nostdlib -O2 -mcmodel=large -mno-red-zone -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m64 -Wl,-melf_x86_64 -nostdlib -static conftest.c >&5
configure:25689: $? = 0
configure:25702: result: -melf_x86_64
configure:25878: checking whether option -Qn works
configure:25896: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT conftest.c >&5
configure:25896: $? = 0
configure:25903: result: yes
configure:25919: checking whether `gcc' has `-fPIE' as default
configure:25938: result: yes
configure:25948: checking whether linker accepts -no-pie
configure:25966: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -Wl,-melf_i386 -no-pie -nostdlib -Werror conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000080480b8
configure:25966: $? = 0
configure:25977: result: yes
configure:25984: checking whether linker accepts -nopie
configure:26002: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -Wl,-melf_i386 -nopie -nostdlib -Werror conftest.c >&5
gcc: error: unrecognized command line option '-nopie'; did you mean '-no-pie'?
configure:26002: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_RAW_DECL_SETLOCALE 1
| #define HAVE_RAW_DECL_DUPLOCALE 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_RAWMEMCHR 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_LIBINTL_H 1
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_RENAMEAT 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VDPRINTF 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_INITSTATE 1
| #define HAVE_RAW_DECL_INITSTATE_R 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_PTSNAME_R 1
| #define HAVE_RAW_DECL_RANDOM 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SECURE_GETENV 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_SETSTATE 1
| #define HAVE_RAW_DECL_SETSTATE_R 1
| #define HAVE_RAW_DECL_SRANDOM 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_RAW_DECL_UNSETENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCHRNUL 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_RAW_DECL_CHDIR 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FDATASYNC 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_ISATTY 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SETHOSTNAME 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:26013: result: no
configure:26023: checking whether linker needs disabling of PIE to work
configure:26031: result: no
configure:26063: checking whether `gcc' has `-fPIC' as default
configure:26088: result: no
configure:26114: checking whether `gcc' accepts `-fstack-protector'
configure:26126: result: yes
configure:26147: checking whether `gcc' accepts `-mstack-arg-probe'
configure:26162: result: no
configure:26264: checking if C symbols get an underscore after compilation
configure:26280: gcc -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -nostdlib -Wno-error -S conftest.c
configure:26283: $? = 0
configure:26302: result: no
configure:26338: checking whether target compiler is working
configure:26359: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -nostdlib -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -m32 -Wl,-melf_i386 -no-pie conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000080480b8
configure:26359: $? = 0
configure:26369: result: yes
configure:26377: checking whether objcopy works for absolute addresses
configure:26391: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -nostdlib -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 conftest.c >&5
configure:26394: $? = 0
configure:26402: gcc -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -m32 -Wl,-melf_i386 -no-pie -nostdlib -Wl,-N -Wl,-Ttext,0x2000 conftest.o -o conftest.exec
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000002000
configure:26405: $? = 0
configure:26411: objcopy --only-section=.text -O binary conftest.exec conftest
configure:26414: $? = 0
configure:26402: gcc -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -m32 -Wl,-melf_i386 -no-pie -nostdlib -Wl,-N -Wl,-Ttext,0x8000 conftest.o -o conftest.exec
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000008000
configure:26405: $? = 0
configure:26411: objcopy --only-section=.text -O binary conftest.exec conftest
configure:26414: $? = 0
configure:26420: cmp -s conftest.old conftest
configure:26423: $? = 0
configure:26402: gcc -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -m32 -Wl,-melf_i386 -no-pie -nostdlib -Wl,-N -Wl,-Ttext,0x7C00 conftest.o -o conftest.exec
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000000007c00
configure:26405: $? = 0
configure:26411: objcopy --only-section=.text -O binary conftest.exec conftest
configure:26414: $? = 0
configure:26420: cmp -s conftest.old conftest
configure:26423: $? = 0
configure:26434: result: yes
configure:26442: checking whether linker accepts --build-id=none
configure:26460: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -nostdlib -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -m32 -Wl,-melf_i386 -no-pie -Wl,--build-id=none conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000008048074
configure:26460: $? = 0
configure:26471: result: yes
configure:26485: checking if __bss_start is defined by the compiler
configure:26506: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -nostdlib -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -m32 -Wl,-melf_i386 -no-pie conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000080480b8
configure:26506: $? = 0
configure:26516: result: yes
configure:26519: checking if edata is defined by the compiler
configure:26539: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -nostdlib -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -m32 -Wl,-melf_i386 -no-pie conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000080480b8
configure:26539: $? = 0
configure:26549: result: yes
configure:26552: checking if _edata is defined by the compiler
configure:26572: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -nostdlib -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -m32 -Wl,-melf_i386 -no-pie conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000080480b8
configure:26572: $? = 0
configure:26582: result: yes
configure:26596: checking if end is defined by the compiler
configure:26616: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -nostdlib -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -m32 -Wl,-melf_i386 -no-pie conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000080480b8
configure:26616: $? = 0
configure:26626: result: yes
configure:26629: checking if _end is defined by the compiler
configure:26649: gcc -o conftest -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -nostdlib -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -m32 -Wl,-melf_i386 -no-pie conftest.c >&5
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 00000000080480b8
configure:26649: $? = 0
configure:26659: result: yes
configure:26674: checking whether nm works
configure:26703: result: yes
configure:26710: checking whether nm accepts -P
configure:26739: result: yes
configure:26748: checking whether nm accepts --defined-only
configure:26777: result: yes
configure:26790: checking whether -nostdinc -isystem works
configure:26811: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/8.1.0/include conftest.c >&5
configure:26811: $? = 0
configure:26820: result: yes
configure:26828: checking whether -Wtrampolines work
configure:26847: gcc -c -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -Wtrampolines -Werror -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 conftest.c >&5
configure:26847: $? = 0
configure:26855: result: yes
configure:27212: checking ft2build.h usability
configure:27212: gcc -c -D_FILE_OFFSET_BITS=64 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c >&5
configure:27212: $? = 0
configure:27212: result: yes
configure:27212: checking ft2build.h presence
configure:27212: gcc -E -D_FILE_OFFSET_BITS=64 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c
configure:27212: $? = 0
configure:27212: result: yes
configure:27212: checking for ft2build.h
configure:27212: result: yes
configure:27242: gcc -o conftest -D_FILE_OFFSET_BITS=64 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lfreetype >&5
configure:27242: $? = 0
configure:27279: gcc -o conftest conftest.c >&5
configure:27279: $? = 0
configure:27279: ./conftest
configure:27279: $? = 0
configure:27283: gcc -o conftest conftest.c >&5
configure:27283: $? = 0
configure:27283: ./conftest
configure:27283: $? = 0
configure:27287: checking whether byte ordering is bigendian
configure:27302: gcc -c conftest.c >&5
conftest.c:363:9: error: unknown type name 'not'
not a universal capable compiler
^~~
conftest.c:363:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^~~~~~~~~
conftest.c:363:15: error: unknown type name 'universal'
configure:27302: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_RAW_DECL_SETLOCALE 1
| #define HAVE_RAW_DECL_DUPLOCALE 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_RAWMEMCHR 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_LIBINTL_H 1
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_RENAMEAT 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VDPRINTF 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_INITSTATE 1
| #define HAVE_RAW_DECL_INITSTATE_R 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_PTSNAME_R 1
| #define HAVE_RAW_DECL_RANDOM 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SECURE_GETENV 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_SETSTATE 1
| #define HAVE_RAW_DECL_SETSTATE_R 1
| #define HAVE_RAW_DECL_SRANDOM 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_RAW_DECL_UNSETENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCHRNUL 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_RAW_DECL_CHDIR 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FDATASYNC 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_ISATTY 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SETHOSTNAME 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_STDINT_H 1
| #define HAVE_FT2BUILD_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:27347: gcc -c conftest.c >&5
configure:27347: $? = 0
configure:27365: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:369:4: error: unknown type name 'not'; did you mean 'ino_t'?
not big endian
^~~
ino_t
conftest.c:369:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^~~~~~
configure:27365: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GRUB"
| #define PACKAGE_TARNAME "grub"
| #define PACKAGE_VERSION "2.02"
| #define PACKAGE_STRING "GRUB 2.02"
| #define PACKAGE_BUGREPORT "bug-grub@gnu.org"
| #define PACKAGE_URL ""
| #define PACKAGE "grub"
| #define VERSION "2.02"
| #define GRUB_BOOT_DIR_NAME "boot"
| #define GRUB_DIR_NAME "grub"
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define SIZEOF_VOID_P 8
| #define SIZEOF_LONG 8
| #define SIZEOF_OFF_T 8
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_LIMITS_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define restrict __restrict
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETDELIM 1
| #define HAVE_SYMLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_ISASCII 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_WCSCOLL 1
| #define HAVE_SLEEP 1
| #define HAVE_STRNDUP 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_WCWIDTH 1
| #define HAVE_FEATURES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETDELIM 1
| #define HAVE_DECL_GETLINE 1
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 1
| #define HAVE_WCHAR_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_DECL_ALARM 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 1
| #define HAVE__BOOL 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_FFSL 1
| #define HAVE_RAW_DECL_FFSLL 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_MEMPCPY 1
| #define HAVE_RAW_DECL_MEMRCHR 1
| #define HAVE_RAW_DECL_RAWMEMCHR 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRCHRNUL 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRCASESTR 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRERROR_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_RAW_DECL_STRVERSCMP 1
| #define HAVE_RAW_DECL_FFS 1
| #define HAVE_RAW_DECL_STRCASECMP 1
| #define HAVE_RAW_DECL_STRNCASECMP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define DBL_EXPBIT0_WORD 1
| #define DBL_EXPBIT0_BIT 20
| #define HAVE_SNPRINTF 1
| #define HAVE_STRNLEN 1
| #define HAVE_WCSLEN 1
| #define HAVE_WCSNLEN 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_SNPRINTF_RETVAL_C99 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_PROGRAM_INVOCATION_NAME 1
| #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
| #define GNULIB_TEST_BTOWC 1
| #define GNULIB_TEST_GETDELIM 1
| #define GNULIB_TEST_GETLINE 1
| #define GNULIB_TEST_GETOPT_GNU 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_RAW_DECL_SETLOCALE 1
| #define HAVE_RAW_DECL_DUPLOCALE 1
| #define GNULIB_TEST_LOCALECONV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC_GNU 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define GNULIB_TEST_MALLOC_POSIX 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
| #define HAVE_MBSTATE_T 1
| #define GNULIB_TEST_MBTOWC 1
| #define GNULIB_TEST_MEMCHR 1
| #define HAVE_MEMPCPY 1
| #define GNULIB_TEST_MEMPCPY 1
| #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_RAWMEMCHR 1
| #define GNULIB_TEST_RAWMEMCHR 1
| #define HAVE_REALLOC_POSIX 1
| #define GNULIB_TEST_REALLOC_POSIX 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_LIBINTL_H 1
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_STDINT_H 1
| #define HAVE_DECL_SLEEP 1
| #define GNULIB_TEST_SLEEP 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define HAVE_RAW_DECL_DPRINTF 1
| #define HAVE_RAW_DECL_FSEEKO 1
| #define HAVE_RAW_DECL_FTELLO 1
| #define HAVE_RAW_DECL_GETDELIM 1
| #define HAVE_RAW_DECL_GETLINE 1
| #define HAVE_RAW_DECL_PCLOSE 1
| #define HAVE_RAW_DECL_POPEN 1
| #define HAVE_RAW_DECL_RENAMEAT 1
| #define HAVE_RAW_DECL_SNPRINTF 1
| #define HAVE_RAW_DECL_TMPFILE 1
| #define HAVE_RAW_DECL_VDPRINTF 1
| #define HAVE_RAW_DECL_VSNPRINTF 1
| #define HAVE_RAW_DECL__EXIT 1
| #define HAVE_RAW_DECL_ATOLL 1
| #define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
| #define HAVE_RAW_DECL_GETLOADAVG 1
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_INITSTATE 1
| #define HAVE_RAW_DECL_INITSTATE_R 1
| #define HAVE_RAW_DECL_MKDTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMP 1
| #define HAVE_RAW_DECL_MKOSTEMPS 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_MKSTEMPS 1
| #define HAVE_RAW_DECL_POSIX_OPENPT 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_PTSNAME_R 1
| #define HAVE_RAW_DECL_RANDOM 1
| #define HAVE_RAW_DECL_RANDOM_R 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SECURE_GETENV 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_SETSTATE 1
| #define HAVE_RAW_DECL_SETSTATE_R 1
| #define HAVE_RAW_DECL_SRANDOM 1
| #define HAVE_RAW_DECL_SRANDOM_R 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_RAW_DECL_UNSETENV 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_DECL_STRNCASECMP 1
| #define HAVE_STRCHRNUL 1
| #define GNULIB_TEST_STRCHRNUL 1
| #define GNULIB_STRERROR 1
| #define GNULIB_TEST_STRERROR 1
| #define GNULIB_TEST_STRNDUP 1
| #define GNULIB_TEST_STRNLEN 1
| #define HAVE_RAW_DECL_CHDIR 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_DUP3 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_EUIDACCESS 1
| #define HAVE_RAW_DECL_FACCESSAT 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FCHOWNAT 1
| #define HAVE_RAW_DECL_FDATASYNC 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_FTRUNCATE 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDOMAINNAME 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_GROUP_MEMBER 1
| #define HAVE_RAW_DECL_ISATTY 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_LINKAT 1
| #define HAVE_RAW_DECL_LSEEK 1
| #define HAVE_RAW_DECL_PIPE 1
| #define HAVE_RAW_DECL_PIPE2 1
| #define HAVE_RAW_DECL_PREAD 1
| #define HAVE_RAW_DECL_PWRITE 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_READLINKAT 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SETHOSTNAME 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_SYMLINKAT 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_UNLINKAT 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_VSNPRINTF 1
| #define GNULIB_TEST_VSNPRINTF 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define HAVE_RAW_DECL_WMEMCHR 1
| #define HAVE_RAW_DECL_WMEMCMP 1
| #define HAVE_RAW_DECL_WMEMCPY 1
| #define HAVE_RAW_DECL_WMEMMOVE 1
| #define HAVE_RAW_DECL_WMEMSET 1
| #define HAVE_RAW_DECL_WCSLEN 1
| #define HAVE_RAW_DECL_WCSNLEN 1
| #define HAVE_RAW_DECL_WCSCPY 1
| #define HAVE_RAW_DECL_WCPCPY 1
| #define HAVE_RAW_DECL_WCSNCPY 1
| #define HAVE_RAW_DECL_WCPNCPY 1
| #define HAVE_RAW_DECL_WCSCAT 1
| #define HAVE_RAW_DECL_WCSNCAT 1
| #define HAVE_RAW_DECL_WCSCMP 1
| #define HAVE_RAW_DECL_WCSNCMP 1
| #define HAVE_RAW_DECL_WCSCASECMP 1
| #define HAVE_RAW_DECL_WCSNCASECMP 1
| #define HAVE_RAW_DECL_WCSCOLL 1
| #define HAVE_RAW_DECL_WCSXFRM 1
| #define HAVE_RAW_DECL_WCSDUP 1
| #define HAVE_RAW_DECL_WCSCHR 1
| #define HAVE_RAW_DECL_WCSRCHR 1
| #define HAVE_RAW_DECL_WCSCSPN 1
| #define HAVE_RAW_DECL_WCSSPN 1
| #define HAVE_RAW_DECL_WCSPBRK 1
| #define HAVE_RAW_DECL_WCSSTR 1
| #define HAVE_RAW_DECL_WCSTOK 1
| #define HAVE_RAW_DECL_WCSWIDTH 1
| #define GNULIB_TEST_WCRTOMB 1
| #define HAVE_TOWLOWER 1
| #define HAVE_RAW_DECL_WCTYPE 1
| #define HAVE_RAW_DECL_ISWCTYPE 1
| #define HAVE_RAW_DECL_WCTRANS 1
| #define HAVE_RAW_DECL_TOWCTRANS 1
| #define HAVE_DECL_WCWIDTH 1
| #define GNULIB_TEST_WCWIDTH 1
| #define HAVE_STDINT_H 1
| #define HAVE_FT2BUILD_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main (void)
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:27493: result: no
configure:27522: checking for freetype-config
configure:27552: result: no
configure:27628: error: qemu, coreboot and loongson ports need build-time grub-mkfont (need freetype2 library)
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__set_invalid_parameter_handler=no
ac_cv_func_alloca_works=yes
ac_cv_func_btowc=yes
ac_cv_func_flockfile=yes
ac_cv_func_funlockfile=yes
ac_cv_func_getdelim=yes
ac_cv_func_getextmntent=no
ac_cv_func_getline=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_isascii=yes
ac_cv_func_isblank=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_mbsrtowcs=yes
ac_cv_func_memalign=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_rawmemchr=yes
ac_cv_func_sleep=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchrnul=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strnlen_working=yes
ac_cv_func_symlink=yes
ac_cv_func_towlower=yes
ac_cv_func_vasnprintf=no
ac_cv_func_vsnprintf=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcsnlen=yes
ac_cv_func_wcwidth=yes
ac_cv_func_wmemchr=yes
ac_cv_func_wmemcpy=yes
ac_cv_func_wmempcpy=yes
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl__Exit=yes
ac_cv_have_decl__snprintf=no
ac_cv_have_decl_alarm=yes
ac_cv_have_decl_atoll=yes
ac_cv_have_decl_btowc=yes
ac_cv_have_decl_canonicalize_file_name=yes
ac_cv_have_decl_chdir=yes
ac_cv_have_decl_chown=yes
ac_cv_have_decl_clearerr_unlocked=yes
ac_cv_have_decl_dprintf=yes
ac_cv_have_decl_dup2=yes
ac_cv_have_decl_dup3=yes
ac_cv_have_decl_dup=yes
ac_cv_have_decl_duplocale=yes
ac_cv_have_decl_endusershell=yes
ac_cv_have_decl_environ=yes
ac_cv_have_decl_euidaccess=yes
ac_cv_have_decl_faccessat=yes
ac_cv_have_decl_fchdir=yes
ac_cv_have_decl_fchownat=yes
ac_cv_have_decl_fdatasync=yes
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_ferror_unlocked=yes
ac_cv_have_decl_fflush_unlocked=yes
ac_cv_have_decl_ffs=yes
ac_cv_have_decl_ffsl=yes
ac_cv_have_decl_ffsll=yes
ac_cv_have_decl_fgets_unlocked=yes
ac_cv_have_decl_fputc_unlocked=yes
ac_cv_have_decl_fputs_unlocked=yes
ac_cv_have_decl_fread_unlocked=yes
ac_cv_have_decl_fseeko=yes
ac_cv_have_decl_fsync=yes
ac_cv_have_decl_ftello=yes
ac_cv_have_decl_ftruncate=yes
ac_cv_have_decl_fwrite_unlocked=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_getchar_unlocked=yes
ac_cv_have_decl_getcwd=yes
ac_cv_have_decl_getdelim=yes
ac_cv_have_decl_getdomainname=yes
ac_cv_have_decl_getdtablesize=yes
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_getgroups=yes
ac_cv_have_decl_gethostname=yes
ac_cv_have_decl_getline=yes
ac_cv_have_decl_getloadavg=yes
ac_cv_have_decl_getlogin=yes
ac_cv_have_decl_getlogin_r=yes
ac_cv_have_decl_getpagesize=yes
ac_cv_have_decl_getsubopt=yes
ac_cv_have_decl_getusershell=yes
ac_cv_have_decl_grantpt=yes
ac_cv_have_decl_group_member=yes
ac_cv_have_decl_initstate=yes
ac_cv_have_decl_initstate_r=yes
ac_cv_have_decl_isatty=yes
ac_cv_have_decl_isblank=yes
ac_cv_have_decl_iswctype=yes
ac_cv_have_decl_lchown=yes
ac_cv_have_decl_link=yes
ac_cv_have_decl_linkat=yes
ac_cv_have_decl_lseek=yes
ac_cv_have_decl_mbrlen=yes
ac_cv_have_decl_mbrtowc=yes
ac_cv_have_decl_mbsinit=yes
ac_cv_have_decl_mbsnrtowcs=yes
ac_cv_have_decl_mbsrtowcs=yes
ac_cv_have_decl_mbswidth=no
ac_cv_have_decl_memmem=yes
ac_cv_have_decl_mempcpy=yes
ac_cv_have_decl_memrchr=yes
ac_cv_have_decl_mkdtemp=yes
ac_cv_have_decl_mkostemp=yes
ac_cv_have_decl_mkostemps=yes
ac_cv_have_decl_mkstemp=yes
ac_cv_have_decl_mkstemps=yes
ac_cv_have_decl_nl_langinfo=yes
ac_cv_have_decl_pclose=yes
ac_cv_have_decl_pipe2=yes
ac_cv_have_decl_pipe=yes
ac_cv_have_decl_popen=yes
ac_cv_have_decl_posix_openpt=yes
ac_cv_have_decl_pread=yes
ac_cv_have_decl_program_invocation_name=yes
ac_cv_have_decl_program_invocation_short_name=yes
ac_cv_have_decl_ptsname=yes
ac_cv_have_decl_ptsname_r=yes
ac_cv_have_decl_putc_unlocked=yes
ac_cv_have_decl_putchar_unlocked=yes
ac_cv_have_decl_pwrite=yes
ac_cv_have_decl_random=yes
ac_cv_have_decl_random_r=yes
ac_cv_have_decl_rawmemchr=yes
ac_cv_have_decl_readlink=yes
ac_cv_have_decl_readlinkat=yes
ac_cv_have_decl_realpath=yes
ac_cv_have_decl_renameat=yes
ac_cv_have_decl_rmdir=yes
ac_cv_have_decl_rpmatch=yes
ac_cv_have_decl_secure_getenv=yes
ac_cv_have_decl_setenv=yes
ac_cv_have_decl_sethostname=yes
ac_cv_have_decl_setlocale=yes
ac_cv_have_decl_setstate=yes
ac_cv_have_decl_setstate_r=yes
ac_cv_have_decl_setusershell=yes
ac_cv_have_decl_sleep=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_srandom=yes
ac_cv_have_decl_srandom_r=yes
ac_cv_have_decl_stpcpy=yes
ac_cv_have_decl_stpncpy=yes
ac_cv_have_decl_strcasecmp=yes
ac_cv_have_decl_strcasestr=yes
ac_cv_have_decl_strchrnul=yes
ac_cv_have_decl_strdup=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_strncasecmp=yes
ac_cv_have_decl_strncat=yes
ac_cv_have_decl_strndup=yes
ac_cv_have_decl_strnlen=yes
ac_cv_have_decl_strpbrk=yes
ac_cv_have_decl_strsep=yes
ac_cv_have_decl_strsignal=yes
ac_cv_have_decl_strtod=yes
ac_cv_have_decl_strtok_r=yes
ac_cv_have_decl_strtoll=yes
ac_cv_have_decl_strtoull=yes
ac_cv_have_decl_strverscmp=yes
ac_cv_have_decl_symlink=yes
ac_cv_have_decl_symlinkat=yes
ac_cv_have_decl_tmpfile=yes
ac_cv_have_decl_towctrans=yes
ac_cv_have_decl_ttyname_r=yes
ac_cv_have_decl_unlink=yes
ac_cv_have_decl_unlinkat=yes
ac_cv_have_decl_unlockpt=yes
ac_cv_have_decl_unsetenv=yes
ac_cv_have_decl_usleep=yes
ac_cv_have_decl_vdprintf=yes
ac_cv_have_decl_vsnprintf=yes
ac_cv_have_decl_wcpcpy=yes
ac_cv_have_decl_wcpncpy=yes
ac_cv_have_decl_wcrtomb=yes
ac_cv_have_decl_wcscasecmp=yes
ac_cv_have_decl_wcscat=yes
ac_cv_have_decl_wcschr=yes
ac_cv_have_decl_wcscmp=yes
ac_cv_have_decl_wcscoll=yes
ac_cv_have_decl_wcscpy=yes
ac_cv_have_decl_wcscspn=yes
ac_cv_have_decl_wcsdup=yes
ac_cv_have_decl_wcslen=yes
ac_cv_have_decl_wcsncasecmp=yes
ac_cv_have_decl_wcsncat=yes
ac_cv_have_decl_wcsncmp=yes
ac_cv_have_decl_wcsncpy=yes
ac_cv_have_decl_wcsnlen=yes
ac_cv_have_decl_wcsnrtombs=yes
ac_cv_have_decl_wcspbrk=yes
ac_cv_have_decl_wcsrchr=yes
ac_cv_have_decl_wcsrtombs=yes
ac_cv_have_decl_wcsspn=yes
ac_cv_have_decl_wcsstr=yes
ac_cv_have_decl_wcstok=yes
ac_cv_have_decl_wcswidth=yes
ac_cv_have_decl_wcsxfrm=yes
ac_cv_have_decl_wctob=yes
ac_cv_have_decl_wctrans=yes
ac_cv_have_decl_wctype=yes
ac_cv_have_decl_wcwidth=yes
ac_cv_have_decl_wmemchr=yes
ac_cv_have_decl_wmemcmp=yes
ac_cv_have_decl_wmemcpy=yes
ac_cv_have_decl_wmemmove=yes
ac_cv_have_decl_wmemset=yes
ac_cv_header_features_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linewrap_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mkdev_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_mnttab_h=no
ac_cv_header_sys_mount_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysmacros_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_types_h_makedev=no
ac_cv_header_sysexits_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_header_xlocale_h=no
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_error_at_line=yes
ac_cv_lib_lex=-lfl
ac_cv_member_struct_statfs_f_fstypename=no
ac_cv_member_struct_statfs_f_mntfromname=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MAKEINFO=/usr/bin/makeinfo
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_BUILD_CC=gcc
ac_cv_prog_CMP=cmp
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_HAVE_CXX=yes
ac_cv_prog_LEX=flex
ac_cv_prog_YACC=bison
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_TARGET_NM=nm
ac_cv_prog_ac_ct_TARGET_OBJCOPY=objcopy
ac_cv_prog_ac_ct_TARGET_RANLIB=ranlib
ac_cv_prog_ac_ct_TARGET_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_should_define__xopen_source=no
ac_cv_sizeof_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_void_p=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type__Bool=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_working_getline=yes
am_cv_langinfo_codeset=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
gl_cv_c_amsterdam_compiler=no
gl_cv_c_multiarch=no
gl_cv_cc_double_expbit0='word 1 bit 20'
gl_cv_decl_null_works=yes
gl_cv_double_slash_root=no
gl_cv_func_btowc_eof='guessing yes'
gl_cv_func_btowc_nul=yes
gl_cv_func_fnmatch_posix=yes
gl_cv_func_getopt_gnu=yes
gl_cv_func_getopt_long_gnu=yes
gl_cv_func_getopt_posix=yes
gl_cv_func_iswcntrl_works=yes
gl_cv_func_itold_works=yes
gl_cv_func_malloc_0_nonnull=1
gl_cv_func_malloc_posix=yes
gl_cv_func_mbrtowc_incomplete_state='guessing yes'
gl_cv_func_mbrtowc_nul_retval='guessing yes'
gl_cv_func_mbrtowc_null_arg1='guessing yes'
gl_cv_func_mbrtowc_null_arg2='guessing yes'
gl_cv_func_mbrtowc_retval='guessing yes'
gl_cv_func_mbrtowc_sanitycheck='guessing yes'
gl_cv_func_mbsrtowcs_works='guessing yes'
gl_cv_func_memchr_works=yes
gl_cv_func_nl_langinfo_yesexpr_works=yes
gl_cv_func_printf_positions=yes
gl_cv_func_re_compile_pattern_working=no
gl_cv_func_sleep_works=yes
gl_cv_func_snprintf_retval_c99=yes
gl_cv_func_snprintf_size1=yes
gl_cv_func_strchrnul_works=yes
gl_cv_func_strerror_0_works=yes
gl_cv_func_strndup_works=yes
gl_cv_func_vsnprintf_usable=yes
gl_cv_func_wcrtomb_retval='guessing yes'
gl_cv_func_wcwidth_works=yes
gl_cv_func_working_getdelim=yes
gl_cv_func_working_strerror=yes
gl_cv_have_include_next=yes
gl_cv_have_raw_decl__Exit=yes
gl_cv_have_raw_decl_atoll=yes
gl_cv_have_raw_decl_btowc=yes
gl_cv_have_raw_decl_canonicalize_file_name=yes
gl_cv_have_raw_decl_chdir=yes
gl_cv_have_raw_decl_chown=yes
gl_cv_have_raw_decl_dprintf=yes
gl_cv_have_raw_decl_dup2=yes
gl_cv_have_raw_decl_dup3=yes
gl_cv_have_raw_decl_dup=yes
gl_cv_have_raw_decl_duplocale=yes
gl_cv_have_raw_decl_endusershell=yes
gl_cv_have_raw_decl_environ=yes
gl_cv_have_raw_decl_euidaccess=yes
gl_cv_have_raw_decl_faccessat=yes
gl_cv_have_raw_decl_fchdir=yes
gl_cv_have_raw_decl_fchownat=yes
gl_cv_have_raw_decl_fdatasync=yes
gl_cv_have_raw_decl_ffs=yes
gl_cv_have_raw_decl_ffsl=yes
gl_cv_have_raw_decl_ffsll=yes
gl_cv_have_raw_decl_fpurge=no
gl_cv_have_raw_decl_fseeko=yes
gl_cv_have_raw_decl_fsync=yes
gl_cv_have_raw_decl_ftello=yes
gl_cv_have_raw_decl_ftruncate=yes
gl_cv_have_raw_decl_getcwd=yes
gl_cv_have_raw_decl_getdelim=yes
gl_cv_have_raw_decl_getdomainname=yes
gl_cv_have_raw_decl_getdtablesize=yes
gl_cv_have_raw_decl_getgroups=yes
gl_cv_have_raw_decl_gethostname=yes
gl_cv_have_raw_decl_getline=yes
gl_cv_have_raw_decl_getloadavg=yes
gl_cv_have_raw_decl_getlogin=yes
gl_cv_have_raw_decl_getlogin_r=yes
gl_cv_have_raw_decl_getpagesize=yes
gl_cv_have_raw_decl_gets=no
gl_cv_have_raw_decl_getsubopt=yes
gl_cv_have_raw_decl_getusershell=yes
gl_cv_have_raw_decl_grantpt=yes
gl_cv_have_raw_decl_group_member=yes
gl_cv_have_raw_decl_initstate=yes
gl_cv_have_raw_decl_initstate_r=yes
gl_cv_have_raw_decl_isatty=yes
gl_cv_have_raw_decl_iswctype=yes
gl_cv_have_raw_decl_lchown=yes
gl_cv_have_raw_decl_link=yes
gl_cv_have_raw_decl_linkat=yes
gl_cv_have_raw_decl_lseek=yes
gl_cv_have_raw_decl_mbrlen=yes
gl_cv_have_raw_decl_mbrtowc=yes
gl_cv_have_raw_decl_mbsinit=yes
gl_cv_have_raw_decl_mbsnrtowcs=yes
gl_cv_have_raw_decl_mbsrtowcs=yes
gl_cv_have_raw_decl_memmem=yes
gl_cv_have_raw_decl_mempcpy=yes
gl_cv_have_raw_decl_memrchr=yes
gl_cv_have_raw_decl_mkdtemp=yes
gl_cv_have_raw_decl_mkostemp=yes
gl_cv_have_raw_decl_mkostemps=yes
gl_cv_have_raw_decl_mkstemp=yes
gl_cv_have_raw_decl_mkstemps=yes
gl_cv_have_raw_decl_nl_langinfo=yes
gl_cv_have_raw_decl_pclose=yes
gl_cv_have_raw_decl_pipe2=yes
gl_cv_have_raw_decl_pipe=yes
gl_cv_have_raw_decl_popen=yes
gl_cv_have_raw_decl_posix_openpt=yes
gl_cv_have_raw_decl_pread=yes
gl_cv_have_raw_decl_ptsname=yes
gl_cv_have_raw_decl_ptsname_r=yes
gl_cv_have_raw_decl_pwrite=yes
gl_cv_have_raw_decl_random=yes
gl_cv_have_raw_decl_random_r=yes
gl_cv_have_raw_decl_rawmemchr=yes
gl_cv_have_raw_decl_readlink=yes
gl_cv_have_raw_decl_readlinkat=yes
gl_cv_have_raw_decl_realpath=yes
gl_cv_have_raw_decl_renameat=yes
gl_cv_have_raw_decl_rmdir=yes
gl_cv_have_raw_decl_rpmatch=yes
gl_cv_have_raw_decl_secure_getenv=yes
gl_cv_have_raw_decl_setenv=yes
gl_cv_have_raw_decl_sethostname=yes
gl_cv_have_raw_decl_setlocale=yes
gl_cv_have_raw_decl_setstate=yes
gl_cv_have_raw_decl_setstate_r=yes
gl_cv_have_raw_decl_setusershell=yes
gl_cv_have_raw_decl_sleep=yes
gl_cv_have_raw_decl_snprintf=yes
gl_cv_have_raw_decl_srandom=yes
gl_cv_have_raw_decl_srandom_r=yes
gl_cv_have_raw_decl_stpcpy=yes
gl_cv_have_raw_decl_stpncpy=yes
gl_cv_have_raw_decl_strcasecmp=yes
gl_cv_have_raw_decl_strcasestr=yes
gl_cv_have_raw_decl_strchrnul=yes
gl_cv_have_raw_decl_strdup=yes
gl_cv_have_raw_decl_strerror_r=yes
gl_cv_have_raw_decl_strncasecmp=yes
gl_cv_have_raw_decl_strncat=yes
gl_cv_have_raw_decl_strndup=yes
gl_cv_have_raw_decl_strnlen=yes
gl_cv_have_raw_decl_strpbrk=yes
gl_cv_have_raw_decl_strsep=yes
gl_cv_have_raw_decl_strsignal=yes
gl_cv_have_raw_decl_strtod=yes
gl_cv_have_raw_decl_strtok_r=yes
gl_cv_have_raw_decl_strtoll=yes
gl_cv_have_raw_decl_strtoull=yes
gl_cv_have_raw_decl_strverscmp=yes
gl_cv_have_raw_decl_symlink=yes
gl_cv_have_raw_decl_symlinkat=yes
gl_cv_have_raw_decl_tmpfile=yes
gl_cv_have_raw_decl_towctrans=yes
gl_cv_have_raw_decl_ttyname_r=yes
gl_cv_have_raw_decl_unlink=yes
gl_cv_have_raw_decl_unlinkat=yes
gl_cv_have_raw_decl_unlockpt=yes
gl_cv_have_raw_decl_unsetenv=yes
gl_cv_have_raw_decl_usleep=yes
gl_cv_have_raw_decl_vdprintf=yes
gl_cv_have_raw_decl_vsnprintf=yes
gl_cv_have_raw_decl_wcpcpy=yes
gl_cv_have_raw_decl_wcpncpy=yes
gl_cv_have_raw_decl_wcrtomb=yes
gl_cv_have_raw_decl_wcscasecmp=yes
gl_cv_have_raw_decl_wcscat=yes
gl_cv_have_raw_decl_wcschr=yes
gl_cv_have_raw_decl_wcscmp=yes
gl_cv_have_raw_decl_wcscoll=yes
gl_cv_have_raw_decl_wcscpy=yes
gl_cv_have_raw_decl_wcscspn=yes
gl_cv_have_raw_decl_wcsdup=yes
gl_cv_have_raw_decl_wcslen=yes
gl_cv_have_raw_decl_wcsncasecmp=yes
gl_cv_have_raw_decl_wcsncat=yes
gl_cv_have_raw_decl_wcsncmp=yes
gl_cv_have_raw_decl_wcsncpy=yes
gl_cv_have_raw_decl_wcsnlen=yes
gl_cv_have_raw_decl_wcsnrtombs=yes
gl_cv_have_raw_decl_wcspbrk=yes
gl_cv_have_raw_decl_wcsrchr=yes
gl_cv_have_raw_decl_wcsrtombs=yes
gl_cv_have_raw_decl_wcsspn=yes
gl_cv_have_raw_decl_wcsstr=yes
gl_cv_have_raw_decl_wcstok=yes
gl_cv_have_raw_decl_wcswidth=yes
gl_cv_have_raw_decl_wcsxfrm=yes
gl_cv_have_raw_decl_wctob=yes
gl_cv_have_raw_decl_wctrans=yes
gl_cv_have_raw_decl_wctype=yes
gl_cv_have_raw_decl_wcwidth=yes
gl_cv_have_raw_decl_wmemchr=yes
gl_cv_have_raw_decl_wmemcmp=yes
gl_cv_have_raw_decl_wmemcpy=yes
gl_cv_have_raw_decl_wmemmove=yes
gl_cv_have_raw_decl_wmemset=yes
gl_cv_header_errno_h_complete=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_langinfo_codeset=yes
gl_cv_header_langinfo_era=yes
gl_cv_header_langinfo_t_fmt_ampm=yes
gl_cv_header_langinfo_yesexpr=yes
gl_cv_header_locale_h_needs_xlocale_h=no
gl_cv_header_locale_h_posix2001=yes
gl_cv_header_stdint_h=yes
gl_cv_header_wchar_h_correct_inline=yes
gl_cv_header_working_fcntl_h=yes
gl_cv_header_working_stdalign_h=yes
gl_cv_header_working_stdint_h=yes
gl_cv_next_getopt_h='<getopt.h>'
gl_cv_next_langinfo_h='<langinfo.h>'
gl_cv_next_locale_h='<locale.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdio_h='<stdio.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_string_h='<string.h>'
gl_cv_next_strings_h='<strings.h>'
gl_cv_next_sys_types_h='<sys/types.h>'
gl_cv_next_sysexits_h='<sysexits.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_next_wchar_h='<wchar.h>'
gl_cv_next_wctype_h='<wctype.h>'
gl_cv_pragma_columns=no
gl_cv_rpl_alloca=yes
gl_cv_size_max=yes
gl_cv_sys_struct_lconv_ok=yes
gl_cv_type_wctrans_t=yes
gl_cv_type_wctype_t=yes
grub_cv_asm_uscore=no
grub_cv_cc_efiemu=yes
grub_cv_cc_falign_loop=yes
grub_cv_cc_fno_asynchronous_unwind_tables=yes
grub_cv_cc_fno_dwarf2_cfi_asm=yes
grub_cv_cc_fno_unwind_tables=yes
grub_cv_cc_freg_struct_return=yes
grub_cv_cc_isystem=yes
grub_cv_cc_ld_no_pie=yes
grub_cv_cc_ld_no_pie_oneword=no
grub_cv_cc_malign_loop=yes
grub_cv_cc_mno_stack_arg_probe=yes
grub_cv_cc_target_asm_compile=
grub_cv_cc_target_clang=no
grub_cv_cc_w_extra_flags=' -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2'
grub_cv_cc_wtrampolines=yes
grub_cv_check_edata_symbol=yes
grub_cv_check_end_symbol=yes
grub_cv_check_uscore_edata_symbol=yes
grub_cv_check_uscore_end_symbol=yes
grub_cv_check_uscore_uscore_bss_start_symbol=yes
grub_cv_host_cc_wtrampolines=yes
grub_cv_prog_ld_build_id_none=yes
grub_cv_prog_nm_defined_only=yes
grub_cv_prog_nm_minus_p=yes
grub_cv_prog_nm_works=yes
grub_cv_prog_objcopy_absolute=yes
grub_cv_prog_target_cc=yes
grub_cv_target_cc_efiemu64_link_format=-melf_x86_64
grub_cv_target_cc_link_format=-melf_i386
grub_cv_target_cc_qn=yes
grub_cv_target_cc_soft_float=-msoft-float
grub_cv_target_cc_w_extra_flags=' -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2'
gt_cv_c_intmax_t=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes
gt_cv_locale_fr=none
gt_cv_locale_fr_utf8=none
gt_cv_locale_ja=none
gt_cv_locale_zh_CN=none
gt_cv_ssize_t=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/nemanjan00/grub/GRUB2/grub2/build-aux/missing aclocal-1.15'
ALLOCA=''
ALLOCA_H='alloca.h'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
APPLE_UNIVERSAL_BUILD='0'
AR='ar'
ARFLAGS='cru'
AUTOCONF='${SHELL} /home/nemanjan00/grub/GRUB2/grub2/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /home/nemanjan00/grub/GRUB2/grub2/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /home/nemanjan00/grub/GRUB2/grub2/build-aux/missing automake-1.15'
AWK='gawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
BOOT_TIME_STATS='0'
BSS_START_SYMBOL='__bss_start'
BUILD_CC='gcc'
BUILD_CFLAGS=''
BUILD_CPPFLAGS=''
BUILD_EXEEXT=''
BUILD_FREETYPE=''
BUILD_LDFLAGS=''
BUILD_LIBM='-lm'
BUILD_SIZEOF_LONG='8'
BUILD_SIZEOF_VOID_P='8'
BUILD_WORDS_BIGENDIAN='0'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS=''
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CMP='cmp'
COND_APPLE_LINKER_FALSE=''
COND_APPLE_LINKER_TRUE=''
COND_ENABLE_BOOT_TIME_STATS_FALSE=''
COND_ENABLE_BOOT_TIME_STATS_TRUE=''
COND_ENABLE_CACHE_STATS_FALSE=''
COND_ENABLE_CACHE_STATS_TRUE=''
COND_ENABLE_EFIEMU_FALSE=''
COND_ENABLE_EFIEMU_TRUE=''
COND_GRUB_EMU_PCI_FALSE=''
COND_GRUB_EMU_PCI_TRUE=''
COND_GRUB_EMU_SDL_FALSE=''
COND_GRUB_EMU_SDL_TRUE=''
COND_GRUB_MKFONT_FALSE=''
COND_GRUB_MKFONT_TRUE=''
COND_GRUB_MOUNT_FALSE=''
COND_GRUB_MOUNT_TRUE=''
COND_HAVE_ASM_USCORE_FALSE=''
COND_HAVE_ASM_USCORE_TRUE=''
COND_HAVE_CXX_FALSE=''
COND_HAVE_CXX_TRUE=''
COND_HAVE_EXEC_FALSE=''
COND_HAVE_EXEC_TRUE=''
COND_HAVE_FONT_SOURCE_FALSE=''
COND_HAVE_FONT_SOURCE_TRUE=''
COND_HOST_HURD_FALSE=''
COND_HOST_HURD_TRUE=''
COND_HOST_ILLUMOS_FALSE=''
COND_HOST_ILLUMOS_TRUE=''
COND_HOST_KFREEBSD_FALSE=''
COND_HOST_KFREEBSD_TRUE=''
COND_HOST_LINUX_FALSE=''
COND_HOST_LINUX_TRUE=''
COND_HOST_NETBSD_FALSE=''
COND_HOST_NETBSD_TRUE=''
COND_HOST_WINDOWS_FALSE=''
COND_HOST_WINDOWS_TRUE=''
COND_HOST_XNU_FALSE=''
COND_HOST_XNU_TRUE=''
COND_MAN_PAGES_FALSE=''
COND_MAN_PAGES_TRUE=''
COND_STARFIELD_FALSE=''
COND_STARFIELD_TRUE=''
COND_arm64_FALSE=''
COND_arm64_TRUE=''
COND_arm64_efi_FALSE=''
COND_arm64_efi_TRUE=''
COND_arm_FALSE=''
COND_arm_TRUE=''
COND_arm_efi_FALSE=''
COND_arm_efi_TRUE=''
COND_arm_uboot_FALSE=''
COND_arm_uboot_TRUE=''
COND_emu_FALSE=''
COND_emu_TRUE=''
COND_i386_coreboot_FALSE=''
COND_i386_coreboot_TRUE=''
COND_i386_efi_FALSE=''
COND_i386_efi_TRUE=''
COND_i386_ieee1275_FALSE=''
COND_i386_ieee1275_TRUE=''
COND_i386_multiboot_FALSE=''
COND_i386_multiboot_TRUE=''
COND_i386_pc_FALSE=''
COND_i386_pc_TRUE=''
COND_i386_qemu_FALSE=''
COND_i386_qemu_TRUE=''
COND_i386_xen_FALSE=''
COND_i386_xen_TRUE=''
COND_ia64_efi_FALSE=''
COND_ia64_efi_TRUE=''
COND_mips_FALSE=''
COND_mips_TRUE=''
COND_mips_arc_FALSE=''
COND_mips_arc_TRUE=''
COND_mips_loongson_FALSE=''
COND_mips_loongson_TRUE=''
COND_mips_qemu_mips_FALSE=''
COND_mips_qemu_mips_TRUE=''
COND_mipseb_FALSE=''
COND_mipseb_TRUE=''
COND_mipsel_FALSE=''
COND_mipsel_TRUE=''
COND_powerpc_ieee1275_FALSE=''
COND_powerpc_ieee1275_TRUE=''
COND_real_platform_FALSE=''
COND_real_platform_TRUE=''
COND_sparc64_emu_FALSE=''
COND_sparc64_emu_TRUE=''
COND_sparc64_ieee1275_FALSE=''
COND_sparc64_ieee1275_TRUE=''
COND_x86_64_efi_FALSE=''
COND_x86_64_efi_TRUE=''
COND_x86_64_xen_FALSE=''
COND_x86_64_xen_TRUE=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DISK_CACHE_STATS='0'
DJVU_FONT_SOURCE=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EFIEMU64_LINK_FORMAT='-Wl,-melf_x86_64'
EGREP='/usr/bin/grep -E'
EMULTIHOP_HIDDEN=''
EMULTIHOP_VALUE=''
END_SYMBOL='end'
ENOLINK_HIDDEN=''
ENOLINK_VALUE=''
EOVERFLOW_HIDDEN=''
EOVERFLOW_VALUE=''
ERRNO_H=''
EXEEXT=''
FLOAT_H=''
FNMATCH_H=''
FONT_SOURCE=''
FREETYPE='pkg-config freetype2'
GETOPT_H='getopt.h'
GETTEXT_MACRO_VERSION='0.18'
GLIBC21='yes'
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE='#'
GL_GENERATE_ALLOCA_H_FALSE='#'
GL_GENERATE_ALLOCA_H_TRUE=''
GL_GENERATE_ERRNO_H_FALSE=''
GL_GENERATE_ERRNO_H_TRUE='#'
GL_GENERATE_FLOAT_H_FALSE=''
GL_GENERATE_FLOAT_H_TRUE='#'
GL_GENERATE_FNMATCH_H_FALSE=''
GL_GENERATE_FNMATCH_H_TRUE='#'
GL_GENERATE_STDALIGN_H_FALSE=''
GL_GENERATE_STDALIGN_H_TRUE='#'
GL_GENERATE_STDBOOL_H_FALSE=''
GL_GENERATE_STDBOOL_H_TRUE='#'
GL_GENERATE_STDDEF_H_FALSE=''
GL_GENERATE_STDDEF_H_TRUE='#'
GL_GENERATE_STDINT_H_FALSE=''
GL_GENERATE_STDINT_H_TRUE='#'
GL_GENERATE_SYSEXITS_H_FALSE=''
GL_GENERATE_SYSEXITS_H_TRUE='#'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GNULIB_ATOLL='0'
GNULIB_BTOWC='1'
GNULIB_CALLOC_POSIX='0'
GNULIB_CANONICALIZE_FILE_NAME='0'
GNULIB_CHDIR='0'
GNULIB_CHOWN='0'
GNULIB_CLOSE='0'
GNULIB_DPRINTF='0'
GNULIB_DUP2='0'
GNULIB_DUP3='0'
GNULIB_DUP='0'
GNULIB_DUPLOCALE='0'
GNULIB_ENVIRON='0'
GNULIB_EUIDACCESS='0'
GNULIB_FACCESSAT='0'
GNULIB_FCHDIR='0'
GNULIB_FCHOWNAT='0'
GNULIB_FCLOSE='0'
GNULIB_FDATASYNC='0'
GNULIB_FDOPEN='0'
GNULIB_FFLUSH='0'
GNULIB_FFS='0'
GNULIB_FFSL='0'
GNULIB_FFSLL='0'
GNULIB_FGETC='1'
GNULIB_FGETS='1'
GNULIB_FOPEN='0'
GNULIB_FPRINTF='1'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FPURGE='0'
GNULIB_FPUTC='1'
GNULIB_FPUTS='1'
GNULIB_FREAD='1'
GNULIB_FREOPEN='0'
GNULIB_FSCANF='1'
GNULIB_FSEEK='0'
GNULIB_FSEEKO='0'
GNULIB_FSYNC='0'
GNULIB_FTELL='0'
GNULIB_FTELLO='0'
GNULIB_FTRUNCATE='0'
GNULIB_FWRITE='1'
GNULIB_GETC='1'
GNULIB_GETCHAR='1'
GNULIB_GETCWD='0'
GNULIB_GETDELIM='1'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='0'
GNULIB_GETGROUPS='0'
GNULIB_GETHOSTNAME='0'
GNULIB_GETLINE='1'
GNULIB_GETLOADAVG='0'
GNULIB_GETLOGIN='0'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='0'
GNULIB_GETSUBOPT='0'
GNULIB_GETUSERSHELL='0'
GNULIB_GL_UNISTD_H_GETOPT='1'
GNULIB_GRANTPT='0'
GNULIB_GROUP_MEMBER='0'
GNULIB_ISATTY='0'
GNULIB_ISWBLANK='0'
GNULIB_ISWCTYPE='0'
GNULIB_LCHOWN='0'
GNULIB_LINK='0'
GNULIB_LINKAT='0'
GNULIB_LOCALECONV='1'
GNULIB_LSEEK='0'
GNULIB_MALLOC_POSIX='1'
GNULIB_MBRLEN='0'
GNULIB_MBRTOWC='1'
GNULIB_MBSCASECMP='0'
GNULIB_MBSCASESTR='0'
GNULIB_MBSCHR='0'
GNULIB_MBSCSPN='0'
GNULIB_MBSINIT='1'
GNULIB_MBSLEN='0'
GNULIB_MBSNCASECMP='0'
GNULIB_MBSNLEN='0'
GNULIB_MBSNRTOWCS='0'
GNULIB_MBSPBRK='0'
GNULIB_MBSPCASECMP='0'
GNULIB_MBSRCHR='0'
GNULIB_MBSRTOWCS='1'
GNULIB_MBSSEP='0'
GNULIB_MBSSPN='0'
GNULIB_MBSSTR='0'
GNULIB_MBSTOK_R='0'
GNULIB_MBTOWC='1'
GNULIB_MEMCHR='1'
GNULIB_MEMMEM='0'
GNULIB_MEMPCPY='1'
GNULIB_MEMRCHR='0'
GNULIB_MKDTEMP='0'
GNULIB_MKOSTEMP='0'
GNULIB_MKOSTEMPS='0'
GNULIB_MKSTEMP='0'
GNULIB_MKSTEMPS='0'
GNULIB_NL_LANGINFO='1'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_PCLOSE='0'
GNULIB_PERROR='0'
GNULIB_PIPE2='0'
GNULIB_PIPE='0'
GNULIB_POPEN='0'
GNULIB_POSIX_OPENPT='0'
GNULIB_PREAD='0'
GNULIB_PRINTF='1'
GNULIB_PRINTF_POSIX='0'
GNULIB_PTSNAME='0'
GNULIB_PTSNAME_R='0'
GNULIB_PUTC='1'
GNULIB_PUTCHAR='1'
GNULIB_PUTENV='0'
GNULIB_PUTS='1'
GNULIB_PWRITE='0'
GNULIB_RANDOM='0'
GNULIB_RANDOM_R='0'
GNULIB_RAWMEMCHR='1'
GNULIB_READ='0'
GNULIB_READLINK='0'
GNULIB_READLINKAT='0'
GNULIB_REALLOC_POSIX='1'
GNULIB_REALPATH='0'
GNULIB_REMOVE='0'
GNULIB_RENAME='0'
GNULIB_RENAMEAT='0'
GNULIB_RMDIR='0'
GNULIB_RPMATCH='0'
GNULIB_SCANF='1'
GNULIB_SECURE_GETENV='0'
GNULIB_SETENV='0'
GNULIB_SETHOSTNAME='0'
GNULIB_SETLOCALE='0'
GNULIB_SLEEP='1'
GNULIB_SNPRINTF='0'
GNULIB_SPRINTF_POSIX='0'
GNULIB_STDIO_H_NONBLOCKING='0'
GNULIB_STDIO_H_SIGPIPE='0'
GNULIB_STPCPY='0'
GNULIB_STPNCPY='0'
GNULIB_STRCASESTR='0'
GNULIB_STRCHRNUL='1'
GNULIB_STRDUP='0'
GNULIB_STRERROR='1'
GNULIB_STRERROR_R='0'
GNULIB_STRNCAT='0'
GNULIB_STRNDUP='1'
GNULIB_STRNLEN='1'
GNULIB_STRPBRK='0'
GNULIB_STRSEP='0'
GNULIB_STRSIGNAL='0'
GNULIB_STRSTR='0'
GNULIB_STRTOD='0'
GNULIB_STRTOK_R='0'
GNULIB_STRTOLL='0'
GNULIB_STRTOULL='0'
GNULIB_STRVERSCMP='0'
GNULIB_SYMLINK='0'
GNULIB_SYMLINKAT='0'
GNULIB_SYSTEM_POSIX='0'
GNULIB_TMPFILE='0'
GNULIB_TOWCTRANS='0'
GNULIB_TTYNAME_R='0'
GNULIB_UNISTD_H_NONBLOCKING='0'
GNULIB_UNISTD_H_SIGPIPE='0'
GNULIB_UNLINK='0'
GNULIB_UNLINKAT='0'
GNULIB_UNLOCKPT='0'
GNULIB_UNSETENV='0'
GNULIB_USLEEP='0'
GNULIB_VASPRINTF='0'
GNULIB_VDPRINTF='0'
GNULIB_VFPRINTF='1'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VFSCANF='0'
GNULIB_VPRINTF='1'
GNULIB_VPRINTF_POSIX='0'
GNULIB_VSCANF='0'
GNULIB_VSNPRINTF='1'
GNULIB_VSPRINTF_POSIX='0'
GNULIB_WCPCPY='0'
GNULIB_WCPNCPY='0'
GNULIB_WCRTOMB='1'
GNULIB_WCSCASECMP='0'
GNULIB_WCSCAT='0'
GNULIB_WCSCHR='0'
GNULIB_WCSCMP='0'
GNULIB_WCSCOLL='0'
GNULIB_WCSCPY='0'
GNULIB_WCSCSPN='0'
GNULIB_WCSDUP='0'
GNULIB_WCSLEN='0'
GNULIB_WCSNCASECMP='0'
GNULIB_WCSNCAT='0'
GNULIB_WCSNCMP='0'
GNULIB_WCSNCPY='0'
GNULIB_WCSNLEN='0'
GNULIB_WCSNRTOMBS='0'
GNULIB_WCSPBRK='0'
GNULIB_WCSRCHR='0'
GNULIB_WCSRTOMBS='0'
GNULIB_WCSSPN='0'
GNULIB_WCSSTR='0'
GNULIB_WCSTOK='0'
GNULIB_WCSWIDTH='0'
GNULIB_WCSXFRM='0'
GNULIB_WCTOB='0'
GNULIB_WCTOMB='0'
GNULIB_WCTRANS='0'
GNULIB_WCTYPE='0'
GNULIB_WCWIDTH='1'
GNULIB_WMEMCHR='0'
GNULIB_WMEMCMP='0'
GNULIB_WMEMCPY='0'
GNULIB_WMEMMOVE='0'
GNULIB_WMEMSET='0'
GNULIB_WRITE='0'
GNULIB__EXIT='0'
GREP='/usr/bin/grep'
GRUB_BOOT_MACHINE_LINK_ADDR=''
GRUB_PLATFORM=''
GRUB_TARGET_CPU=''
HAVE_ASM_USCORE='0'
HAVE_ATOLL='1'
HAVE_BTOWC='1'
HAVE_CANONICALIZE_FILE_NAME='1'
HAVE_CHOWN='1'
HAVE_CXX='yes'
HAVE_DECL_ENVIRON='1'
HAVE_DECL_FCHDIR='1'
HAVE_DECL_FDATASYNC='1'
HAVE_DECL_FPURGE='1'
HAVE_DECL_FSEEKO='1'
HAVE_DECL_FTELLO='1'
HAVE_DECL_GETDELIM='1'
HAVE_DECL_GETDOMAINNAME='1'
HAVE_DECL_GETLINE='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_GETPAGESIZE='1'
HAVE_DECL_GETUSERSHELL='1'
HAVE_DECL_MEMMEM='1'
HAVE_DECL_MEMRCHR='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_SETENV='1'
HAVE_DECL_SETHOSTNAME='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR_R='1'
HAVE_DECL_STRNCASECMP='1'
HAVE_DECL_STRNDUP='1'
HAVE_DECL_STRNLEN='1'
HAVE_DECL_STRSIGNAL='1'
HAVE_DECL_STRTOK_R='1'
HAVE_DECL_TTYNAME_R='1'
HAVE_DECL_UNSETENV='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DECL_WCTOB='1'
HAVE_DECL_WCWIDTH='1'
HAVE_DPRINTF='1'
HAVE_DUP2='1'
HAVE_DUP3='1'
HAVE_DUPLOCALE='1'
HAVE_EUIDACCESS='1'
HAVE_FACCESSAT='1'
HAVE_FCHDIR='1'
HAVE_FCHOWNAT='1'
HAVE_FDATASYNC='1'
HAVE_FEATURES_H='1'
HAVE_FFS='1'
HAVE_FFSL='1'
HAVE_FFSLL='1'
HAVE_FONT_SOURCE=''
HAVE_FSEEKO='1'
HAVE_FSYNC='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETGROUPS='1'
HAVE_GETHOSTNAME='1'
HAVE_GETLOGIN='1'
HAVE_GETOPT_H='1'
HAVE_GETPAGESIZE='1'
HAVE_GETSUBOPT='1'
HAVE_GRANTPT='1'
HAVE_GROUP_MEMBER='1'
HAVE_INTTYPES_H='1'
HAVE_ISWBLANK='1'
HAVE_ISWCNTRL='1'
HAVE_LANGINFO_CODESET='1'
HAVE_LANGINFO_ERA='1'
HAVE_LANGINFO_H='1'
HAVE_LANGINFO_T_FMT_AMPM='1'
HAVE_LANGINFO_YESEXPR='1'
HAVE_LCHOWN='1'
HAVE_LINK='1'
HAVE_LINKAT='1'
HAVE_LONG_LONG_INT='1'
HAVE_MBRLEN='1'
HAVE_MBRTOWC='1'
HAVE_MBSINIT='1'
HAVE_MBSLEN='0'
HAVE_MBSNRTOWCS='1'
HAVE_MBSRTOWCS='1'
HAVE_MEMCHR='1'
HAVE_MEMPCPY='1'
HAVE_MKDTEMP='1'
HAVE_MKOSTEMP='1'
HAVE_MKOSTEMPS='1'
HAVE_MKSTEMP='1'
HAVE_MKSTEMPS='1'
HAVE_MSVC_INVALID_PARAMETER_HANDLER='0'
HAVE_NL_LANGINFO='1'
HAVE_OS_H='0'
HAVE_PCLOSE='1'
HAVE_PIPE2='1'
HAVE_PIPE='1'
HAVE_POPEN='1'
HAVE_POSIX_OPENPT='1'
HAVE_PREAD='1'
HAVE_PTSNAME='1'
HAVE_PTSNAME_R='1'
HAVE_PWRITE='1'
HAVE_RANDOM='1'
HAVE_RANDOM_H='1'
HAVE_RANDOM_R='1'
HAVE_RAWMEMCHR='1'
HAVE_READLINK='1'
HAVE_READLINKAT='1'
HAVE_REALPATH='1'
HAVE_RENAMEAT='1'
HAVE_RPMATCH='1'
HAVE_SECURE_GETENV='1'
HAVE_SETENV='1'
HAVE_SETHOSTNAME='1'
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SLEEP='1'
HAVE_STDINT_H='1'
HAVE_STPCPY='1'
HAVE_STPNCPY='1'
HAVE_STRCASECMP='1'
HAVE_STRCASESTR='1'
HAVE_STRCHRNUL='1'
HAVE_STRINGS_H='1'
HAVE_STRPBRK='1'
HAVE_STRSEP='1'
HAVE_STRTOD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRVERSCMP='1'
HAVE_SYMLINK='1'
HAVE_SYMLINKAT='1'
HAVE_SYSEXITS_H='1'
HAVE_SYS_BITYPES_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_TYPES_H='1'
HAVE_UNISTD_H='1'
HAVE_UNLINKAT='1'
HAVE_UNLOCKPT='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_USLEEP='1'
HAVE_VASPRINTF='1'
HAVE_VDPRINTF='1'
HAVE_WCHAR_H='1'
HAVE_WCHAR_T='1'
HAVE_WCPCPY='1'
HAVE_WCPNCPY='1'
HAVE_WCRTOMB='1'
HAVE_WCSCASECMP='1'
HAVE_WCSCAT='1'
HAVE_WCSCHR='1'
HAVE_WCSCMP='1'
HAVE_WCSCOLL='1'
HAVE_WCSCPY='1'
HAVE_WCSCSPN='1'
HAVE_WCSDUP='1'
HAVE_WCSLEN='1'
HAVE_WCSNCASECMP='1'
HAVE_WCSNCAT='1'
HAVE_WCSNCMP='1'
HAVE_WCSNCPY='1'
HAVE_WCSNLEN='1'
HAVE_WCSNRTOMBS='1'
HAVE_WCSPBRK='1'
HAVE_WCSRCHR='1'
HAVE_WCSRTOMBS='1'
HAVE_WCSSPN='1'
HAVE_WCSSTR='1'
HAVE_WCSTOK='1'
HAVE_WCSWIDTH='1'
HAVE_WCSXFRM='1'
HAVE_WCTRANS_T='1'
HAVE_WCTYPE_H='1'
HAVE_WCTYPE_T='1'
HAVE_WINSOCK2_H=''
HAVE_WINT_T='1'
HAVE_WMEMCHR='1'
HAVE_WMEMCMP='1'
HAVE_WMEMCPY='1'
HAVE_WMEMMOVE='1'
HAVE_WMEMSET='1'
HAVE_XLOCALE_H='0'
HAVE__BOOL='1'
HAVE__EXIT='1'
HELP2MAN=''
HOST_CC='gcc'
HOST_CCASFLAGS=''
HOST_CFLAGS=' -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -Wcast-align -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2'
HOST_CPPFLAGS=' -Wall -W -DGRUB_UTIL=1 -D_FILE_OFFSET_BITS=64'
HOST_LDFLAGS=''
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBDEVMAPPER=''
LIBGEOM=''
LIBGNU_LIBDEPS=''
LIBGNU_LTLIBDEPS=''
LIBICONV='-liconv'
LIBINTL=''
LIBLZMA=''
LIBNVPAIR=''
LIBOBJS=''
LIBPCIACCESS=''
LIBS=''
LIBSDL=''
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#'
LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=''
LIBUNISTRING_UNITYPES_H='unitypes.h'
LIBUNISTRING_UNIWIDTH_H='uniwidth.h'
LIBUTIL=''
LIBZFS=''
LN_S='ln -s'
LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/grub-core/gnulib"'
LOCALE_FR='none'
LOCALE_FR_UTF8='none'
LOCALE_JA='none'
LOCALE_ZH_CN='none'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='/usr/bin/makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='<getopt.h>'
NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='<langinfo.h>'
NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='<locale.h>'
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>'
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'
NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='<strings.h>'
NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'
NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H='<sysexits.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='<sys/types.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>'
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='<wctype.h>'
NEXT_ERRNO_H=''
NEXT_FLOAT_H=''
NEXT_GETOPT_H='<getopt.h>'
NEXT_LANGINFO_H='<langinfo.h>'
NEXT_LOCALE_H='<locale.h>'
NEXT_STDDEF_H=''
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H='<stdio.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_STRINGS_H='<strings.h>'
NEXT_STRING_H='<string.h>'
NEXT_SYSEXITS_H='<sysexits.h>'
NEXT_SYS_TYPES_H='<sys/types.h>'
NEXT_UNISTD_H='<unistd.h>'
NEXT_WCHAR_H='<wchar.h>'
NEXT_WCTYPE_H='<wctype.h>'
OBJEXT='o'
PACKAGE='grub'
PACKAGE_BUGREPORT='bug-grub@gnu.org'
PACKAGE_NAME='GRUB'
PACKAGE_STRING='GRUB 2.02'
PACKAGE_TARNAME='grub'
PACKAGE_URL=''
PACKAGE_VERSION='2.02'
PATH_SEPARATOR=':'
POSUB='po'
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PTRDIFF_T_SUFFIX=''
RANLIB='ranlib'
REPLACE_BTOWC='0'
REPLACE_CALLOC='0'
REPLACE_CANONICALIZE_FILE_NAME='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='0'
REPLACE_DPRINTF='0'
REPLACE_DUP2='0'
REPLACE_DUP='0'
REPLACE_DUPLOCALE='0'
REPLACE_FCHOWNAT='0'
REPLACE_FCLOSE='0'
REPLACE_FDOPEN='0'
REPLACE_FFLUSH='0'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='0'
REPLACE_FPURGE='0'
REPLACE_FREOPEN='0'
REPLACE_FSEEK='0'
REPLACE_FSEEKO='0'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_FTRUNCATE='0'
REPLACE_GETCWD='0'
REPLACE_GETDELIM='0'
REPLACE_GETDOMAINNAME='0'
REPLACE_GETGROUPS='0'
REPLACE_GETLINE='0'
REPLACE_GETLOGIN_R='0'
REPLACE_GETPAGESIZE='0'
REPLACE_ISATTY='0'
REPLACE_ISWBLANK='0'
REPLACE_ISWCNTRL='0'
REPLACE_ITOLD='0'
REPLACE_LCHOWN='0'
REPLACE_LINK='0'
REPLACE_LINKAT='0'
REPLACE_LOCALECONV='0'
REPLACE_LSEEK='0'
REPLACE_MALLOC='0'
REPLACE_MBRLEN='0'
REPLACE_MBRTOWC='0'
REPLACE_MBSINIT='0'
REPLACE_MBSNRTOWCS='0'
REPLACE_MBSRTOWCS='0'
REPLACE_MBSTATE_T='0'
REPLACE_MBTOWC='0'
REPLACE_MEMCHR='0'
REPLACE_MEMMEM='0'
REPLACE_MKSTEMP='0'
REPLACE_NL_LANGINFO='0'
REPLACE_NULL='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_PERROR='0'
REPLACE_POPEN='0'
REPLACE_PREAD='0'
REPLACE_PRINTF='0'
REPLACE_PTSNAME='0'
REPLACE_PTSNAME_R='0'
REPLACE_PUTENV='0'
REPLACE_PWRITE='0'
REPLACE_RANDOM_R='0'
REPLACE_READ='0'
REPLACE_READLINK='0'
REPLACE_REALLOC='0'
REPLACE_REALPATH='0'
REPLACE_REMOVE='0'
REPLACE_RENAME='0'
REPLACE_RENAMEAT='0'
REPLACE_RMDIR='0'
REPLACE_SETENV='0'
REPLACE_SETLOCALE='0'
REPLACE_SLEEP='0'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_STDIO_READ_FUNCS='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STPNCPY='0'
REPLACE_STRCASESTR='0'
REPLACE_STRCHRNUL='0'
REPLACE_STRDUP='0'
REPLACE_STRERROR='0'
REPLACE_STRERROR_R='0'
REPLACE_STRNCAT='0'
REPLACE_STRNDUP='0'
REPLACE_STRNLEN='0'
REPLACE_STRSIGNAL='0'
REPLACE_STRSTR='0'
REPLACE_STRTOD='0'
REPLACE_STRTOK_R='0'
REPLACE_STRUCT_LCONV='0'
REPLACE_SYMLINK='0'
REPLACE_TMPFILE='0'
REPLACE_TOWLOWER='0'
REPLACE_TTYNAME_R='0'
REPLACE_UNLINK='0'
REPLACE_UNLINKAT='0'
REPLACE_UNSETENV='0'
REPLACE_USLEEP='0'
REPLACE_VASPRINTF='0'
REPLACE_VDPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='0'
REPLACE_VSPRINTF='0'
REPLACE_WCRTOMB='0'
REPLACE_WCSNRTOMBS='0'
REPLACE_WCSRTOMBS='0'
REPLACE_WCSWIDTH='0'
REPLACE_WCTOB='0'
REPLACE_WCTOMB='0'
REPLACE_WCWIDTH='0'
REPLACE_WRITE='0'
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
STDALIGN_H=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H=''
STRIP=''
SYSEXITS_H=''
TARGET_APPLE_LINKER='0'
TARGET_CC='gcc'
TARGET_CCAS=''
TARGET_CCASFLAGS=' -g -m32 -msoft-float'
TARGET_CC_VERSION='gcc (GCC) 8.1.0'
TARGET_CFLAGS=' -Os -Wall -W -Wshadow -Wpointer-arith -Wundef -Wchar-subscripts -Wcomment -Wdeprecated-declarations -Wdisabled-optimization -Wdiv-by-zero -Wfloat-equal -Wformat-extra-args -Wformat-security -Wformat-y2k -Wimplicit -Wimplicit-function-declaration -Wimplicit-int -Wmain -Wmissing-braces -Wmissing-format-attribute -Wmultichar -Wparentheses -Wreturn-type -Wsequence-point -Wshadow -Wsign-compare -Wswitch -Wtrigraphs -Wunknown-pragmas -Wunused -Wunused-function -Wunused-label -Wunused-parameter -Wunused-value -Wunused-variable -Wwrite-strings -Wnested-externs -Wstrict-prototypes -g -Wredundant-decls -Wmissing-prototypes -Wmissing-declarations -Wextra -Wattributes -Wendif-labels -Winit-self -Wint-to-pointer-cast -Winvalid-pch -Wmissing-field-initializers -Wnonnull -Woverflow -Wvla -Wpointer-to-int-cast -Wstrict-aliasing -Wvariadic-macros -Wvolatile-register-var -Wpointer-sign -Wmissing-include-dirs -Wmissing-prototypes -Wmissing-declarations -Wformat=2 -march=i386 -m32 -mrtd -mregparm=3 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -freg-struct-return -mno-mmx -mno-sse -mno-sse2 -mno-sse3 -mno-3dnow -msoft-float -fno-dwarf2-cfi-asm -mno-stack-arg-probe -fno-asynchronous-unwind-tables -fno-unwind-tables -Qn -fno-PIE -fno-pie -fno-stack-protector -Wtrampolines'
TARGET_CPP=''
TARGET_CPPFLAGS=' -Wall -W -DGRUB_MACHINE_COREBOOT=1 -DGRUB_MACHINE=I386_COREBOOT -m32 -nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/8.1.0/include'
TARGET_DECOMPRESSOR_LINK_ADDR=''
TARGET_IMG_BASE_LDOPT='-Wl,-Ttext'
TARGET_IMG_CFLAGS=''
TARGET_IMG_LDFLAGS='-Wl,-N'
TARGET_LDFLAGS=' -m32 -Wl,-melf_i386 -no-pie -Wl,--build-id=none'
TARGET_LDFLAGS_OLDMAGIC='-Wl,-N'
TARGET_LINK_ADDR=''
TARGET_MODULE_FORMAT='elf32'
TARGET_NM='nm'
TARGET_NMFLAGS_DEFINED_ONLY='--defined-only'
TARGET_NMFLAGS_MINUS_P='-P'
TARGET_OBJ2ELF=''
TARGET_OBJCONV=''
TARGET_OBJCOPY='objcopy'
TARGET_RANLIB='ranlib'
TARGET_STRIP='strip'
UNDEFINE_STRTOK_R='0'
UNISTD_H_HAVE_WINSOCK2_H='0'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
USE_NLS='yes'
VERSION='2.02'
WCHAR_T_SUFFIX=''
WINDOWS_64_BIT_OFF_T='0'
WINT_T_SUFFIX=''
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=' --flag=argp_error:2:c-format --flag=argp_failure:4:c-format --flag=error:3:c-format --flag=error_at_line:5:c-format'
YACC='bison'
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_FREETYPE=''
ac_ct_TARGET_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
bootdirname='boot'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_freetype_cflags=''
build_freetype_libs=''
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_efiemu='yes'
enable_grub_emu_pci='no'
enable_grub_emu_sdl='no'
enable_grub_mkfont='yes'
enable_grub_mount=''
exec_prefix='NONE'
freetype_cflags='-I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include'
freetype_libs='-lfreetype'
gl_LIBOBJS=' getopt.o getopt1.o getopt.o getopt1.o regex.o vasnprintf.o printf-args.o printf-parse.o asnprintf.o'
gl_LTLIBOBJS=''
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS='IN_GRUB_GNULIB_TESTS'
grub_bios_setup='grub-bios-setup'
grub_editenv='grub-editenv'
grub_file='grub-file'
grub_glue_efi='grub-glue-efi'
grub_install='grub-install'
grub_mkconfig='grub-mkconfig'
grub_mkfont='grub-mkfont'
grub_mkimage='grub-mkimage'
grub_mklayout='grub-mklayout'
grub_mkpasswd_pbkdf2='grub-mkpasswd-pbkdf2'
grub_mkrelpath='grub-mkrelpath'
grub_mkrescue='grub-mkrescue'
grub_probe='grub-probe'
grub_reboot='grub-reboot'
grub_render_label='grub-render-label'
grub_script_check='grub-script-check'
grub_set_default='grub-set-default'
grub_sparc64_setup='grub-sparc64-setup'
grubdirname='grub'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_kernel='linux'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/nemanjan00/grub/GRUB2/grub2/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir='${datarootdir}/emacs/site-lisp'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkglibexecdir='${libexecdir}/${PACKAGE}'
platform='coreboot'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='i386'
target_os='linux-gnu'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GRUB"
#define PACKAGE_TARNAME "grub"
#define PACKAGE_VERSION "2.02"
#define PACKAGE_STRING "GRUB 2.02"
#define PACKAGE_BUGREPORT "bug-grub@gnu.org"
#define PACKAGE_URL ""
#define PACKAGE "grub"
#define VERSION "2.02"
#define GRUB_BOOT_DIR_NAME "boot"
#define GRUB_DIR_NAME "grub"
#define YYTEXT_POINTER 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define SIZEOF_VOID_P 8
#define SIZEOF_LONG 8
#define SIZEOF_OFF_T 8
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_MEMALIGN 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_LIMITS_H 1
#define MAJOR_IN_SYSMACROS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define restrict __restrict
#define HAVE_DECL_CLEARERR_UNLOCKED 1
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FERROR_UNLOCKED 1
#define HAVE_DECL_FFLUSH_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 1
#define HAVE_DECL_FPUTC_UNLOCKED 1
#define HAVE_DECL_FPUTS_UNLOCKED 1
#define HAVE_DECL_FREAD_UNLOCKED 1
#define HAVE_DECL_FWRITE_UNLOCKED 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL_GETCHAR_UNLOCKED 1
#define HAVE_DECL_PUTC_UNLOCKED 1
#define HAVE_DECL_PUTCHAR_UNLOCKED 1
#define HAVE_FLOCKFILE 1
#define HAVE_FUNLOCKFILE 1
#define HAVE_BTOWC 1
#define HAVE_ISBLANK 1
#define HAVE_ISWCTYPE 1
#define HAVE_MBSRTOWCS 1
#define HAVE_MEMPCPY 1
#define HAVE_WMEMCHR 1
#define HAVE_WMEMCPY 1
#define HAVE_WMEMPCPY 1
#define HAVE_GETDELIM 1
#define HAVE_SYMLINK 1
#define HAVE_MBSINIT 1
#define HAVE_MBRTOWC 1
#define HAVE_ISASCII 1
#define HAVE_MPROTECT 1
#define HAVE_NL_LANGINFO 1
#define HAVE_WCSCOLL 1
#define HAVE_SLEEP 1
#define HAVE_STRNDUP 1
#define HAVE_SNPRINTF 1
#define HAVE_WCRTOMB 1
#define HAVE_ISWCNTRL 1
#define HAVE_WCWIDTH 1
#define HAVE_FEATURES_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_GETOPT_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_STDINT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYSEXITS_H 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define STRERROR_R_CHAR_P 1
#define HAVE_MBSTATE_T 1
#define HAVE_DECL_GETDELIM 1
#define HAVE_DECL_GETLINE 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG_ONLY 1
#define __GETOPT_PREFIX rpl_
#define HAVE_DECL_GETENV 1
#define HAVE_WORKING_O_NOATIME 1
#define HAVE_WORKING_O_NOFOLLOW 1
#define HAVE_WCHAR_T 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_DECL_ALARM 1
#define HAVE_STDLIB_H 1
#define MALLOC_0_IS_NONNULL 1
#define HAVE__BOOL 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_RAW_DECL_FFSL 1
#define HAVE_RAW_DECL_FFSLL 1
#define HAVE_RAW_DECL_MEMMEM 1
#define HAVE_RAW_DECL_MEMPCPY 1
#define HAVE_RAW_DECL_MEMRCHR 1
#define HAVE_RAW_DECL_RAWMEMCHR 1
#define HAVE_RAW_DECL_STPCPY 1
#define HAVE_RAW_DECL_STPNCPY 1
#define HAVE_RAW_DECL_STRCHRNUL 1
#define HAVE_RAW_DECL_STRDUP 1
#define HAVE_RAW_DECL_STRNCAT 1
#define HAVE_RAW_DECL_STRNDUP 1
#define HAVE_RAW_DECL_STRNLEN 1
#define HAVE_RAW_DECL_STRPBRK 1
#define HAVE_RAW_DECL_STRSEP 1
#define HAVE_RAW_DECL_STRCASESTR 1
#define HAVE_RAW_DECL_STRTOK_R 1
#define HAVE_RAW_DECL_STRERROR_R 1
#define HAVE_RAW_DECL_STRSIGNAL 1
#define HAVE_RAW_DECL_STRVERSCMP 1
#define HAVE_RAW_DECL_FFS 1
#define HAVE_RAW_DECL_STRCASECMP 1
#define HAVE_RAW_DECL_STRNCASECMP 1
#define HAVE_DECL_STRNDUP 1
#define HAVE_DECL_STRNLEN 1
#define HAVE_WINT_T 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_INTMAX_T 1
#define DBL_EXPBIT0_WORD 1
#define DBL_EXPBIT0_BIT 20
#define HAVE_SNPRINTF 1
#define HAVE_STRNLEN 1
#define HAVE_WCSLEN 1
#define HAVE_WCSNLEN 1
#define HAVE_MBRTOWC 1
#define HAVE_WCRTOMB 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_SNPRINTF_RETVAL_C99 1
#define HAVE_DECL_VSNPRINTF 1
#define HAVE_ALLOCA 1
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
#define HAVE_PROGRAM_INVOCATION_NAME 1
#define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1
#define GNULIB_TEST_BTOWC 1
#define GNULIB_TEST_GETDELIM 1
#define GNULIB_TEST_GETLINE 1
#define GNULIB_TEST_GETOPT_GNU 1
#define __GETOPT_PREFIX rpl_
#define HAVE_RAW_DECL_NL_LANGINFO 1
#define HAVE_RAW_DECL_SETLOCALE 1
#define HAVE_RAW_DECL_DUPLOCALE 1
#define GNULIB_TEST_LOCALECONV 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC_GNU 1
#define GNULIB_MALLOC_GNU 1
#define HAVE_MALLOC_POSIX 1
#define GNULIB_TEST_MALLOC_POSIX 1
#define GNULIB_TEST_MBRTOWC 1
#define GNULIB_TEST_MBSINIT 1
#define GNULIB_TEST_MBSRTOWCS 1
#define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
#define HAVE_MBSTATE_T 1
#define GNULIB_TEST_MBTOWC 1
#define GNULIB_TEST_MEMCHR 1
#define HAVE_MEMPCPY 1
#define GNULIB_TEST_MEMPCPY 1
#define FUNC_NL_LANGINFO_YESEXPR_WORKS 1
#define GNULIB_TEST_NL_LANGINFO 1
#define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
#define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
#define HAVE_RAWMEMCHR 1
#define GNULIB_TEST_RAWMEMCHR 1
#define HAVE_REALLOC_POSIX 1
#define GNULIB_TEST_REALLOC_POSIX 1
#define _REGEX_INCLUDE_LIMITS_H 1
#define _REGEX_LARGE_OFFSETS 1
#define re_syntax_options rpl_re_syntax_options
#define re_set_syntax rpl_re_set_syntax
#define re_compile_pattern rpl_re_compile_pattern
#define re_compile_fastmap rpl_re_compile_fastmap
#define re_search rpl_re_search
#define re_search_2 rpl_re_search_2
#define re_match rpl_re_match
#define re_match_2 rpl_re_match_2
#define re_set_registers rpl_re_set_registers
#define re_comp rpl_re_comp
#define re_exec rpl_re_exec
#define regcomp rpl_regcomp
#define regexec rpl_regexec
#define regerror rpl_regerror
#define regfree rpl_regfree
#define HAVE_LIBINTL_H 1
#define HAVE_DECL_ISBLANK 1
#define HAVE_STDINT_H 1
#define HAVE_DECL_SLEEP 1
#define GNULIB_TEST_SLEEP 1
#define GNULIB_FSCANF 1
#define GNULIB_SCANF 1
#define HAVE_RAW_DECL_DPRINTF 1
#define HAVE_RAW_DECL_FSEEKO 1
#define HAVE_RAW_DECL_FTELLO 1
#define HAVE_RAW_DECL_GETDELIM 1
#define HAVE_RAW_DECL_GETLINE 1
#define HAVE_RAW_DECL_PCLOSE 1
#define HAVE_RAW_DECL_POPEN 1
#define HAVE_RAW_DECL_RENAMEAT 1
#define HAVE_RAW_DECL_SNPRINTF 1
#define HAVE_RAW_DECL_TMPFILE 1
#define HAVE_RAW_DECL_VDPRINTF 1
#define HAVE_RAW_DECL_VSNPRINTF 1
#define HAVE_RAW_DECL__EXIT 1
#define HAVE_RAW_DECL_ATOLL 1
#define HAVE_RAW_DECL_CANONICALIZE_FILE_NAME 1
#define HAVE_RAW_DECL_GETLOADAVG 1
#define HAVE_RAW_DECL_GETSUBOPT 1
#define HAVE_RAW_DECL_GRANTPT 1
#define HAVE_RAW_DECL_INITSTATE 1
#define HAVE_RAW_DECL_INITSTATE_R 1
#define HAVE_RAW_DECL_MKDTEMP 1
#define HAVE_RAW_DECL_MKOSTEMP 1
#define HAVE_RAW_DECL_MKOSTEMPS 1
#define HAVE_RAW_DECL_MKSTEMP 1
#define HAVE_RAW_DECL_MKSTEMPS 1
#define HAVE_RAW_DECL_POSIX_OPENPT 1
#define HAVE_RAW_DECL_PTSNAME 1
#define HAVE_RAW_DECL_PTSNAME_R 1
#define HAVE_RAW_DECL_RANDOM 1
#define HAVE_RAW_DECL_RANDOM_R 1
#define HAVE_RAW_DECL_REALPATH 1
#define HAVE_RAW_DECL_RPMATCH 1
#define HAVE_RAW_DECL_SECURE_GETENV 1
#define HAVE_RAW_DECL_SETENV 1
#define HAVE_RAW_DECL_SETSTATE 1
#define HAVE_RAW_DECL_SETSTATE_R 1
#define HAVE_RAW_DECL_SRANDOM 1
#define HAVE_RAW_DECL_SRANDOM_R 1
#define HAVE_RAW_DECL_STRTOD 1
#define HAVE_RAW_DECL_STRTOLL 1
#define HAVE_RAW_DECL_STRTOULL 1
#define HAVE_RAW_DECL_UNLOCKPT 1
#define HAVE_RAW_DECL_UNSETENV 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_DECL_STRNCASECMP 1
#define HAVE_STRCHRNUL 1
#define GNULIB_TEST_STRCHRNUL 1
#define GNULIB_STRERROR 1
#define GNULIB_TEST_STRERROR 1
#define GNULIB_TEST_STRNDUP 1
#define GNULIB_TEST_STRNLEN 1
#define HAVE_RAW_DECL_CHDIR 1
#define HAVE_RAW_DECL_CHOWN 1
#define HAVE_RAW_DECL_DUP 1
#define HAVE_RAW_DECL_DUP2 1
#define HAVE_RAW_DECL_DUP3 1
#define HAVE_RAW_DECL_ENVIRON 1
#define HAVE_RAW_DECL_EUIDACCESS 1
#define HAVE_RAW_DECL_FACCESSAT 1
#define HAVE_RAW_DECL_FCHDIR 1
#define HAVE_RAW_DECL_FCHOWNAT 1
#define HAVE_RAW_DECL_FDATASYNC 1
#define HAVE_RAW_DECL_FSYNC 1
#define HAVE_RAW_DECL_FTRUNCATE 1
#define HAVE_RAW_DECL_GETCWD 1
#define HAVE_RAW_DECL_GETDOMAINNAME 1
#define HAVE_RAW_DECL_GETDTABLESIZE 1
#define HAVE_RAW_DECL_GETGROUPS 1
#define HAVE_RAW_DECL_GETHOSTNAME 1
#define HAVE_RAW_DECL_GETLOGIN 1
#define HAVE_RAW_DECL_GETLOGIN_R 1
#define HAVE_RAW_DECL_GETPAGESIZE 1
#define HAVE_RAW_DECL_GETUSERSHELL 1
#define HAVE_RAW_DECL_SETUSERSHELL 1
#define HAVE_RAW_DECL_ENDUSERSHELL 1
#define HAVE_RAW_DECL_GROUP_MEMBER 1
#define HAVE_RAW_DECL_ISATTY 1
#define HAVE_RAW_DECL_LCHOWN 1
#define HAVE_RAW_DECL_LINK 1
#define HAVE_RAW_DECL_LINKAT 1
#define HAVE_RAW_DECL_LSEEK 1
#define HAVE_RAW_DECL_PIPE 1
#define HAVE_RAW_DECL_PIPE2 1
#define HAVE_RAW_DECL_PREAD 1
#define HAVE_RAW_DECL_PWRITE 1
#define HAVE_RAW_DECL_READLINK 1
#define HAVE_RAW_DECL_READLINKAT 1
#define HAVE_RAW_DECL_RMDIR 1
#define HAVE_RAW_DECL_SETHOSTNAME 1
#define HAVE_RAW_DECL_SLEEP 1
#define HAVE_RAW_DECL_SYMLINK 1
#define HAVE_RAW_DECL_SYMLINKAT 1
#define HAVE_RAW_DECL_TTYNAME_R 1
#define HAVE_RAW_DECL_UNLINK 1
#define HAVE_RAW_DECL_UNLINKAT 1
#define HAVE_RAW_DECL_USLEEP 1
#define HAVE_VSNPRINTF 1
#define GNULIB_TEST_VSNPRINTF 1
#define HAVE_RAW_DECL_BTOWC 1
#define HAVE_RAW_DECL_WCTOB 1
#define HAVE_RAW_DECL_MBSINIT 1
#define HAVE_RAW_DECL_MBRTOWC 1
#define HAVE_RAW_DECL_MBRLEN 1
#define HAVE_RAW_DECL_MBSRTOWCS 1
#define HAVE_RAW_DECL_MBSNRTOWCS 1
#define HAVE_RAW_DECL_WCRTOMB 1
#define HAVE_RAW_DECL_WCSRTOMBS 1
#define HAVE_RAW_DECL_WCSNRTOMBS 1
#define HAVE_RAW_DECL_WCWIDTH 1
#define HAVE_RAW_DECL_WMEMCHR 1
#define HAVE_RAW_DECL_WMEMCMP 1
#define HAVE_RAW_DECL_WMEMCPY 1
#define HAVE_RAW_DECL_WMEMMOVE 1
#define HAVE_RAW_DECL_WMEMSET 1
#define HAVE_RAW_DECL_WCSLEN 1
#define HAVE_RAW_DECL_WCSNLEN 1
#define HAVE_RAW_DECL_WCSCPY 1
#define HAVE_RAW_DECL_WCPCPY 1
#define HAVE_RAW_DECL_WCSNCPY 1
#define HAVE_RAW_DECL_WCPNCPY 1
#define HAVE_RAW_DECL_WCSCAT 1
#define HAVE_RAW_DECL_WCSNCAT 1
#define HAVE_RAW_DECL_WCSCMP 1
#define HAVE_RAW_DECL_WCSNCMP 1
#define HAVE_RAW_DECL_WCSCASECMP 1
#define HAVE_RAW_DECL_WCSNCASECMP 1
#define HAVE_RAW_DECL_WCSCOLL 1
#define HAVE_RAW_DECL_WCSXFRM 1
#define HAVE_RAW_DECL_WCSDUP 1
#define HAVE_RAW_DECL_WCSCHR 1
#define HAVE_RAW_DECL_WCSRCHR 1
#define HAVE_RAW_DECL_WCSCSPN 1
#define HAVE_RAW_DECL_WCSSPN 1
#define HAVE_RAW_DECL_WCSPBRK 1
#define HAVE_RAW_DECL_WCSSTR 1
#define HAVE_RAW_DECL_WCSTOK 1
#define HAVE_RAW_DECL_WCSWIDTH 1
#define GNULIB_TEST_WCRTOMB 1
#define HAVE_TOWLOWER 1
#define HAVE_RAW_DECL_WCTYPE 1
#define HAVE_RAW_DECL_ISWCTYPE 1
#define HAVE_RAW_DECL_WCTRANS 1
#define HAVE_RAW_DECL_TOWCTRANS 1
#define HAVE_DECL_WCWIDTH 1
#define GNULIB_TEST_WCWIDTH 1
#define HAVE_STDINT_H 1
#define HAVE_FT2BUILD_H 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment