This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Need help to modify the prologue and epilogue...


Well I am sorry for the incomplete mail earlier...
Now, I am posting my code, the error I receive in terminal when the
build process fails, and the config.log file in the directory where
the build process fails.
So this is the code I have added to ix86_expand_prologue() method:


  if (frame_pointer_needed)
    {
	/*rtx x,insn1;*/
	rtx insn;
	
	ebp_plus = gen_rtx_REG(Pmode, CX_REG);

	ebp = gen_rtx_REG(Pmode, BP_REG);
	emit_move_insn(ebp_plus, gen_rtx_MEM(Pmode,
plus_constant(hard_frame_pointer_rtx, 4)));

/*####################################################################
  This is the original code where ebp is pushed onto the stack and updated*/

      insn = emit_insn (gen_push (hard_frame_pointer_rtx));
      RTX_FRAME_RELATED_P (insn) = 1;

      insn = emit_move_insn (hard_frame_pointer_rtx, stack_pointer_rtx);
      RTX_FRAME_RELATED_P (insn) = 1;
/*#############################################################*/
	
	insn = emit_insn(gen_xorsi3(ebp_plus, ebp_plus, hard_frame_pointer_rtx));

    }



In the expand_epilogue() method too I write the same code, except the
code which pushes the hard frame pointer onto the stack and updates
it. Rest of the code would decrypt the encrypted return address and
then the epilogue continues.

Now when doing so, the build fails with this error:

-----------------------------------------------------------------------------------------------------------------------------

/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/build
-I../../gcc-4.3.3/gcc/../include
-I../../gcc-4.3.3/gcc/../libcpp/include
-I../../gcc-4.3.3/gcc/../libdecnumber
-I../../gcc-4.3.3/gcc/../libdecnumber/bid -I../libdecnumber    -o
build/gencondmd.o build/gencondmd.c
../../gcc-4.3.3/gcc/config/i386/i386.md:5461: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5461: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/i386.md:5461: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5461: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/i386.md:530: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:530: warning: (near
initialization for ‘insn_conditions[20].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:10521: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10521: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10522: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10521: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10521: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10522: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10525: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:10525: warning: (near
initialization for ‘insn_conditions[34].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:16845: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:16845: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:16845: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:16845: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:16849: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:16849: warning: (near
initialization for ‘insn_conditions[39].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:5461: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5461: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/i386.md:5461: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5461: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/i386.md:5462: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:5462: warning: (near
initialization for ‘insn_conditions[41].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:18029: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18029: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18029: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18029: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18032: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:18032: warning: (near
initialization for ‘insn_conditions[46].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:4506: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4506: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4506: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4506: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4507: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:4507: warning: (near
initialization for ‘insn_conditions[47].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4394: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4394: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4394: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4394: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4395: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4395: warning: (near
initialization for ‘insn_conditions[54].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:4417: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4417: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4417: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4417: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4418: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:4418: warning: (near
initialization for ‘insn_conditions[74].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:4427: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4427: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4427: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4427: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4428: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:4428: warning: (near
initialization for ‘insn_conditions[76].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4494: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4494: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4494: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4494: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4496: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4496: warning: (near
initialization for ‘insn_conditions[89].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4476: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4476: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4476: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4476: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4477: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4477: warning: (near
initialization for ‘insn_conditions[110].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4619: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4619: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4621: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4621: warning: (near
initialization for ‘insn_conditions[129].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:3440: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:3440: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:3440: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:3440: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:3441: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:3441: warning: (near
initialization for ‘insn_conditions[138].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4619: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4619: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4623: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4623: warning: (near
initialization for ‘insn_conditions[148].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:14431: error: ‘TARGET_USE_’
undeclared here (not in a function)
../../gcc-4.3.3/gcc/config/i386/i386.md:14431: error: ‘MODE’
undeclared here (not in a function)
../../gcc-4.3.3/gcc/config/i386/i386.md:14431: error: ‘MODE_FIOP’
undeclared here (not in a function)
../../gcc-4.3.3/gcc/config/i386/i386.md:14436: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:14436: warning: (near
initialization for ‘insn_conditions[151].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:18450: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18450: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18450: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18450: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18453: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:18453: warning: (near
initialization for ‘insn_conditions[155].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:16085: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:16085: warning: (near
initialization for ‘insn_conditions[167].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:1109: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:1109: warning: (near
initialization for ‘insn_conditions[173].value’)
../../gcc-4.3.3/gcc/config/i386/mmx.md:847: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/mmx.md:847: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/mmx.md:847: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/mmx.md:847: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/mmx.md:848: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/mmx.md:848: warning: (near
initialization for ‘insn_conditions[179].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:4189: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4189: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4189: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4189: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4190: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:4190: warning: (near
initialization for ‘insn_conditions[203].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:18480: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18480: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18480: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18480: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18481: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:18481: warning: (near
initialization for ‘insn_conditions[209].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:18505: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18505: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18505: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18505: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18506: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:18506: warning: (near
initialization for ‘insn_conditions[219].value’)
../../gcc-4.3.3/gcc/config/i386/mmx.md:893: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/mmx.md:893: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/mmx.md:893: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/mmx.md:893: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/mmx.md:894: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/mmx.md:894: warning: (near
initialization for ‘insn_conditions[233].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:4496: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4496: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4496: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4496: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4497: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:4497: warning: (near
initialization for ‘insn_conditions[249].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:18294: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18294: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18294: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18294: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18296: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:18296: warning: (near
initialization for ‘insn_conditions[250].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:18040: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18040: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18040: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18040: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18043: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:18043: warning: (near
initialization for ‘insn_conditions[256].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:10246: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10246: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10246: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10246: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10247: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:10247: warning: (near
initialization for ‘insn_conditions[274].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:10255: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10255: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10255: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10255: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10256: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:10256: warning: (near
initialization for ‘insn_conditions[279].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:4313: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4313: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4313: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4313: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4314: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:4314: warning: (near
initialization for ‘insn_conditions[297].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:4553: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4553: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4553: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4553: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4554: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:4554: warning: (near
initialization for ‘insn_conditions[309].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:1126: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:1126: warning: (near
initialization for ‘insn_conditions[314].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:3429: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:3429: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:3429: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:3429: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:3430: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:3430: warning: (near
initialization for ‘insn_conditions[319].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:5485: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5485: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/i386.md:5485: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5485: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/i386.md:5486: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:5486: warning: (near
initialization for ‘insn_conditions[320].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:5449: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5449: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/i386.md:5449: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5449: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/i386.md:5450: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:5450: warning: (near
initialization for ‘insn_conditions[361].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:16524: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:16524: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:16524: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:16524: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:16525: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:16525: warning: (near
initialization for ‘insn_conditions[363].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:10507: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10507: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10508: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10507: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10507: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10508: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10509: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:10509: warning: (near
initialization for ‘insn_conditions[376].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4538: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4538: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4541: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4541: warning: (near
initialization for ‘insn_conditions[379].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:4259: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4259: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4259: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4259: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4260: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:4260: warning: (near
initialization for ‘insn_conditions[394].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:17589: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17589: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17592: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17592: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17589: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17589: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17592: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17592: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17595: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:17595: warning: (near
initialization for ‘insn_conditions[400].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4419: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4419: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4419: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4419: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4420: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4420: warning: (near
initialization for ‘insn_conditions[419].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:17767: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17767: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17768: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17767: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17767: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17768: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17769: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:17769: warning: (near
initialization for ‘insn_conditions[426].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4799: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4799: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4799: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4799: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4801: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4801: warning: (near
initialization for ‘insn_conditions[443].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:17774: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17774: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17775: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17774: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17774: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17775: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17778: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:17778: warning: (near
initialization for ‘insn_conditions[455].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:5314: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5314: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5314: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5314: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5315: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:5315: warning: (near
initialization for ‘insn_conditions[456].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:16350: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:16350: warning: (near
initialization for ‘insn_conditions[460].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:3418: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:3418: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:3418: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:3418: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:3419: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:3419: warning: (near
initialization for ‘insn_conditions[466].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:18304: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18304: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18304: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18304: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18306: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:18306: warning: (near
initialization for ‘insn_conditions[474].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4566: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4566: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4568: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4568: warning: (near
initialization for ‘insn_conditions[477].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:77: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:78: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:77: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:78: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/mmx.md:873: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/mmx.md:873: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/mmx.md:873: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/mmx.md:873: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/mmx.md:874: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/mmx.md:874: warning: (near
initialization for ‘insn_conditions[490].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:17548: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17548: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17548: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17548: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17551: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:17551: warning: (near
initialization for ‘insn_conditions[492].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4483: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4483: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4483: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4483: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4485: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4485: warning: (near
initialization for ‘insn_conditions[494].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4538: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4538: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4543: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4543: warning: (near
initialization for ‘insn_conditions[497].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:4295: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4295: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4295: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4295: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4296: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:4296: warning: (near
initialization for ‘insn_conditions[503].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4357: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4357: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4357: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4357: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4358: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4358: warning: (near
initialization for ‘insn_conditions[504].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:10273: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10273: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10273: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10273: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10274: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:10274: warning: (near
initialization for ‘insn_conditions[506].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:4153: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4153: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4153: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4153: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4154: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:4154: warning: (near
initialization for ‘insn_conditions[554].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:18364: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18364: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18367: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18367: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18364: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18364: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18367: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18367: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:18370: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:18370: warning: (near
initialization for ‘insn_conditions[555].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:1128: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:1128: warning: (near
initialization for ‘insn_conditions[560].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:16233: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:16233: warning: (near
initialization for ‘insn_conditions[562].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:17622: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17622: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17622: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17622: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:17625: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:17625: warning: (near
initialization for ‘insn_conditions[569].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:10439: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10439: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10439: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10439: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10440: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:10440: warning: (near
initialization for ‘insn_conditions[580].value’)
../../gcc-4.3.3/gcc/config/i386/mmx.md:903: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/mmx.md:903: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/mmx.md:903: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/mmx.md:903: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/mmx.md:904: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/mmx.md:904: warning: (near
initialization for ‘insn_conditions[601].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:10553: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10553: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10554: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10553: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10553: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10554: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:10556: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:10556: warning: (near
initialization for ‘insn_conditions[603].value’)
../../gcc-4.3.3/gcc/config/i386/mmx.md:571: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/mmx.md:571: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/mmx.md:571: error: expected expression
before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/mmx.md:571: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/mmx.md:572: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/mmx.md:572: warning: (near
initialization for ‘insn_conditions[606].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:4580: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4580: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:4582: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:4582: warning: (near
initialization for ‘insn_conditions[608].value’)
../../gcc-4.3.3/gcc/config/i386/i386.md:5449: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5449: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/i386.md:5449: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/i386.md:5449: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/i386.md:530: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/i386.md:530: warning: (near
initialization for ‘insn_conditions[620].value’)
../../gcc-4.3.3/gcc/config/i386/sse.md:4543: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4543: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4543: error: expected
expression before ‘<’ token
../../gcc-4.3.3/gcc/config/i386/sse.md:4543: error: too few arguments
to function ‘ix86_binary_operator_ok’
../../gcc-4.3.3/gcc/config/i386/sse.md:4544: warning: missing initializer
../../gcc-4.3.3/gcc/config/i386/sse.md:4544: warning: (near
initialization for ‘insn_conditions[644].value’)
make[3]: *** [build/gencondmd.o] Error 1
make[3]: Leaving directory `/home/vebs/gcc/gcc-build/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/home/vebs/gcc/gcc-build'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/vebs/gcc/gcc-build'
make: *** [all] Error 2
[root@fedora1 gcc-build]#

------------------------------------------------------------------------------------------------------------------------------------------------

Since the build process was going on in directory:
`/home/vebs/gcc/gcc-build/gcc'
I am posting the config.log file found in
`/home/vebs/gcc/gcc-build/gcc' directory:

------------------------------------------------------------------------------------------------------------------------------------------------

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ /home/vebs/gcc/gcc-4.3.3/gcc/configure --cache-file=./config.cache
--enable-languages=c,c++,fortran,java,objc
--program-transform-name=s,y,y, --build=i686-pc-linux-gnu
--host=i686-pc-linux-gnu --target=i686-pc-linux-gnu
--srcdir=../../gcc-4.3.3/gcc --with-build-libsubdir=.

## --------- ##
## Platform. ##
## --------- ##

hostname = fedora1
uname -m = i686
uname -r = 2.6.29.4-167.fc11.i586
uname -s = Linux
uname -v = #1 SMP Wed May 27 17:14:37 EDT 2009

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/kerberos/sbin
PATH: /usr/lib/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /usr/lib/ccache
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /home/vebs/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1479: creating cache ./config.cache
configure:1597: checking build system type
configure:1615: result: i686-pc-linux-gnu
configure:1623: checking host system type
configure:1637: result: i686-pc-linux-gnu
configure:1645: checking target system type
configure:1659: result: i686-pc-linux-gnu
configure:1748: checking LIBRARY_PATH variable
configure:1758: result: ok
configure:1779: checking GCC_EXEC_PREFIX variable
configure:1789: result: ok
configure:1877: checking whether to place generated files in the
source directory
configure:1887: result: no
configure:1940: checking whether a default linker was specified
configure:1951: result: no
configure:2007: checking whether a default assembler was specified
configure:2018: result: no
configure:2044: checking for i686-pc-linux-gnu-gcc
configure:2070: result:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/
configure:2352: checking for C compiler version
configure:2355:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ --version </dev/null >&5
xgcc (GCC) 4.3.3
Copyright (C) 2008 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:2358: $? = 0
configure:2360:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -v </dev/null >&5
Reading specs from /home/vebs/gcc/gcc-build/./prev-gcc/specs
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.3.3/configure
Thread model: posix
gcc version 4.3.3 (GCC)
configure:2363: $? = 0
configure:2365:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -V </dev/null >&5
xgcc: '-V' must come at the start of the command line
configure:2368: $? = 1
configure:2391: checking for C compiler default output file name
configure:2394:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -g -O2 -fomit-frame-pointer
conftest.c  >&5
configure:2397: $? = 0
configure:2443: result: a.out
configure:2448: checking whether the C compiler works
configure:2454: ./a.out
configure:2457: $? = 0
configure:2474: result: yes
configure:2481: checking whether we are cross compiling
configure:2483: result: no
configure:2486: checking for suffix of executables
configure:2488:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:2491: $? = 0
configure:2516: result:
configure:2522: checking for suffix of object files
configure:2543:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:2546: $? = 0
configure:2568: result: o
configure:2572: checking whether we are using the GNU C compiler
configure:2596:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:2602: $? = 0
configure:2606: test -z
			 || test ! -s conftest.err
configure:2609: $? = 0
configure:2612: test -s conftest.o
configure:2615: $? = 0
configure:2628: result: yes
configure:2634: checking whether
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ accepts -g
configure:2655:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g  conftest.c >&5
configure:2661: $? = 0
configure:2665: test -z
			 || test ! -s conftest.err
configure:2668: $? = 0
configure:2671: test -s conftest.o
configure:2674: $? = 0
configure:2685: result: yes
configure:2702: checking for  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ option to accept ANSI C
configure:2772:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/  -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:2778: $? = 0
configure:2782: test -z
			 || test ! -s conftest.err
configure:2785: $? = 0
configure:2788: test -s conftest.o
configure:2791: $? = 0
configure:2809: result: none needed
configure:2827:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'me'
configure:2833: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2967: checking whether
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ and cc understand -c and -o
together
configure:2997:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c conftest.c -o conftest.o >&5
configure:3000: $? = 0
configure:3002:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c conftest.c -o conftest.o >&5
configure:3005: $? = 0
configure:3012: cc -c conftest.c >&5
configure:3015: $? = 0
configure:3018: cc -c conftest.c -o conftest.o >&5
configure:3021: $? = 0
configure:3023: cc -c conftest.c -o conftest.o >&5
configure:3026: $? = 0
configure:3044: result: yes
configure:3098: checking how to run the C preprocessor
configure:3133:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:3139: $? = 0
configure:3171:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3177: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3216: result:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E
configure:3240:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:3246: $? = 0
configure:3278:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3284: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3328: checking for inline
configure:3349:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3355: $? = 0
configure:3359: test -z
			 || test ! -s conftest.err
configure:3362: $? = 0
configure:3365: test -s conftest.o
configure:3368: $? = 0
configure:3380: result: inline
configure:3402: checking for egrep
configure:3412: result: grep -E
configure:3417: checking for ANSI C header files
configure:3442:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3448: $? = 0
configure:3452: test -z
			 || test ! -s conftest.err
configure:3455: $? = 0
configure:3458: test -s conftest.o
configure:3461: $? = 0
configure:3550:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in
function 'exit'
configure:3553: $? = 0
configure:3555: ./conftest
configure:3558: $? = 0
configure:3573: result: yes
configure:3597: checking for sys/types.h
configure:3613:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3619: $? = 0
configure:3623: test -z
			 || test ! -s conftest.err
configure:3626: $? = 0
configure:3629: test -s conftest.o
configure:3632: $? = 0
configure:3643: result: yes
configure:3597: checking for sys/stat.h
configure:3613:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3619: $? = 0
configure:3623: test -z
			 || test ! -s conftest.err
configure:3626: $? = 0
configure:3629: test -s conftest.o
configure:3632: $? = 0
configure:3643: result: yes
configure:3597: checking for stdlib.h
configure:3613:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3619: $? = 0
configure:3623: test -z
			 || test ! -s conftest.err
configure:3626: $? = 0
configure:3629: test -s conftest.o
configure:3632: $? = 0
configure:3643: result: yes
configure:3597: checking for string.h
configure:3613:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3619: $? = 0
configure:3623: test -z
			 || test ! -s conftest.err
configure:3626: $? = 0
configure:3629: test -s conftest.o
configure:3632: $? = 0
configure:3643: result: yes
configure:3597: checking for memory.h
configure:3613:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3619: $? = 0
configure:3623: test -z
			 || test ! -s conftest.err
configure:3626: $? = 0
configure:3629: test -s conftest.o
configure:3632: $? = 0
configure:3643: result: yes
configure:3597: checking for strings.h
configure:3613:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3619: $? = 0
configure:3623: test -z
			 || test ! -s conftest.err
configure:3626: $? = 0
configure:3629: test -s conftest.o
configure:3632: $? = 0
configure:3643: result: yes
configure:3597: checking for inttypes.h
configure:3613:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3619: $? = 0
configure:3623: test -z
			 || test ! -s conftest.err
configure:3626: $? = 0
configure:3629: test -s conftest.o
configure:3632: $? = 0
configure:3643: result: yes
configure:3597: checking for stdint.h
configure:3613:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3619: $? = 0
configure:3623: test -z
			 || test ! -s conftest.err
configure:3626: $? = 0
configure:3629: test -s conftest.o
configure:3632: $? = 0
configure:3643: result: yes
configure:3597: checking for unistd.h
configure:3613:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3619: $? = 0
configure:3623: test -z
			 || test ! -s conftest.err
configure:3626: $? = 0
configure:3629: test -s conftest.o
configure:3632: $? = 0
configure:3643: result: yes
configure:3655: checking for void *
configure:3679:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:3685: $? = 0
configure:3689: test -z
			 || test ! -s conftest.err
configure:3692: $? = 0
configure:3695: test -s conftest.o
configure:3698: $? = 0
configure:3709: result: yes
configure:3712: checking size of void *
configure:4031:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:4034: $? = 0
configure:4036: ./conftest
configure:4039: $? = 0
configure:4062: result: 4
configure:4069: checking for short
configure:4093:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:4099: $? = 0
configure:4103: test -z
			 || test ! -s conftest.err
configure:4106: $? = 0
configure:4109: test -s conftest.o
configure:4112: $? = 0
configure:4123: result: yes
configure:4126: checking size of short
configure:4445:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:4448: $? = 0
configure:4450: ./conftest
configure:4453: $? = 0
configure:4476: result: 2
configure:4483: checking for int
configure:4507:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:4513: $? = 0
configure:4517: test -z
			 || test ! -s conftest.err
configure:4520: $? = 0
configure:4523: test -s conftest.o
configure:4526: $? = 0
configure:4537: result: yes
configure:4540: checking size of int
configure:4859:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:4862: $? = 0
configure:4864: ./conftest
configure:4867: $? = 0
configure:4890: result: 4
configure:4897: checking for long
configure:4921:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:4927: $? = 0
configure:4931: test -z
			 || test ! -s conftest.err
configure:4934: $? = 0
configure:4937: test -s conftest.o
configure:4940: $? = 0
configure:4951: result: yes
configure:4954: checking size of long
configure:5273:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:5276: $? = 0
configure:5278: ./conftest
configure:5281: $? = 0
configure:5304: result: 4
configure:5311: checking for long long
configure:5335:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:5341: $? = 0
configure:5345: test -z
			 || test ! -s conftest.err
configure:5348: $? = 0
configure:5351: test -s conftest.o
configure:5354: $? = 0
configure:5365: result: yes
configure:5373: checking for long long
configure:5427: result: yes
configure:5430: checking size of long long
configure:5749:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:5752: $? = 0
configure:5754: ./conftest
configure:5757: $? = 0
configure:5780: result: 8
configure:5789: checking for __int64
configure:5813:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
conftest.c: In function 'main':
conftest.c:64: error: '__int64' undeclared (first use in this function)
conftest.c:64: error: (Each undeclared identifier is reported only once
conftest.c:64: error: for each function it appears in.)
conftest.c:64: error: expected expression before ')' token
configure:5819: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((__int64 *) 0)
|   return 0;
| if (sizeof (__int64))
|   return 0;
|   ;
|   return 0;
| }
configure:5843: result: no
configure:6285: checking whether
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports -W
configure:6307:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -W  conftest.c >&5
configure:6313: $? = 0
configure:6317: test -z
			 || test ! -s conftest.err
configure:6320: $? = 0
configure:6323: test -s conftest.o
configure:6326: $? = 0
configure:6338: result: yes
configure:6285: checking whether
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports -Wall
configure:6307:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -Wall  conftest.c >&5
configure:6313: $? = 0
configure:6317: test -z
			 || test ! -s conftest.err
configure:6320: $? = 0
configure:6323: test -s conftest.o
configure:6326: $? = 0
configure:6338: result: yes
configure:6285: checking whether
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports -Wwrite-strings
configure:6307:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -Wwrite-strings  conftest.c >&5
configure:6313: $? = 0
configure:6317: test -z
			 || test ! -s conftest.err
configure:6320: $? = 0
configure:6323: test -s conftest.o
configure:6326: $? = 0
configure:6338: result: yes
configure:6285: checking whether
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports -Wstrict-prototypes
configure:6307:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -Wstrict-prototypes  conftest.c
>&5
conftest.c:30: warning: function declaration isn't a prototype
configure:6313: $? = 0
configure:6317: test -z
			 || test ! -s conftest.err
configure:6320: $? = 0
configure:6323: test -s conftest.o
configure:6326: $? = 0
configure:6338: result: yes
configure:6285: checking whether
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports -Wmissing-prototypes
configure:6307:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -Wmissing-prototypes
conftest.c >&5
configure:6313: $? = 0
configure:6317: test -z
			 || test ! -s conftest.err
configure:6320: $? = 0
configure:6323: test -s conftest.o
configure:6326: $? = 0
configure:6338: result: yes
configure:6352: checking whether
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports -Wc++-compat
configure:6374:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -Wc++-compat  conftest.c >&5
configure:6380: $? = 0
configure:6384: test -z
			 || test ! -s conftest.err
configure:6387: $? = 0
configure:6390: test -s conftest.o
configure:6393: $? = 0
configure:6405: result: yes
configure:6420: checking whether
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports -Wold-style-definition
configure:6442:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -Wold-style-definition
conftest.c >&5
conftest.c: In function 'main':
conftest.c:30: warning: old-style function definition
configure:6448: $? = 0
configure:6452: test -z
			 || test ! -s conftest.err
configure:6455: $? = 0
configure:6458: test -s conftest.o
configure:6461: $? = 0
configure:6473: result: yes
configure:6420: checking whether
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports
-Wmissing-format-attribute
configure:6442:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -Wmissing-format-attribute
conftest.c >&5
configure:6448: $? = 0
configure:6452: test -z
			 || test ! -s conftest.err
configure:6455: $? = 0
configure:6458: test -s conftest.o
configure:6461: $? = 0
configure:6473: result: yes
configure:6484: checking whether
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports -pedantic -Wno-long-long
-Wno-variadic-macros 				     -Wno-overlength-strings
configure:6509:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -pedantic -Wno-long-long
-Wno-variadic-macros 				     -Wno-overlength-strings  conftest.c >&5
configure:6515: $? = 0
configure:6519: test -z
			 || test ! -s conftest.err
configure:6522: $? = 0
configure:6525: test -s conftest.o
configure:6528: $? = 0
configure:6540: result: yes
configure:6738: checking valgrind.h usability
configure:6750:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
conftest.c:63:22: error: valgrind.h: No such file or directory
configure:6756: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind.h>
configure:6779: result: no
configure:6783: checking valgrind.h presence
configure:6793:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
conftest.c:29:22: error: valgrind.h: No such file or directory
configure:6799: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| /* end confdefs.h.  */
| #include <valgrind.h>
configure:6819: result: no
configure:6854: checking for valgrind.h
configure:6861: result: no
configure:7231: WARNING: fixed-point is not supported for this target
configure:7469: checking whether make sets $(MAKE)
configure:7489: result: yes
configure:7504: checking for gawk
configure:7520: found /usr/bin/gawk
configure:7530: result: gawk
configure:7548: checking whether ln -s works
configure:7576: result: yes
configure:7588: checking whether ln works
configure:7610: result: yes
configure:7617: checking for i686-pc-linux-gnu-ranlib
configure:7643: result: ranlib
configure:7717: checking for a BSD compatible install
configure:7759: result: /usr/bin/install -c
configure:7770: checking for cmp's capabilities
configure:7797: result: gnucompare
configure:7806: checking for mktemp
configure:7822: found /bin/mktemp
configure:7833: result: yes
configure:7846: checking for makeinfo
configure:7872: result: makeinfo --split-size=5000000 --split-size=5000000
configure:7881: checking for modern makeinfo
configure:7896: result: yes
configure:7919: checking for recent Pod::Man
configure:7922: result: yes
configure:7939: checking for flex
configure:7965: result: flex
configure:7982: checking for bison
configure:8008: result: bison
configure:8030: checking for nm
configure:8057: result: nm
configure:8073: checking for ar
configure:8100: result: ar
configure:8114: checking for GNU C library
configure:8138:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:8144: $? = 0
configure:8148: test -z
			 || test ! -s conftest.err
configure:8151: $? = 0
configure:8154: test -s conftest.o
configure:8157: $? = 0
configure:8169: result: yes
configure:8184: checking for ANSI C header files
configure:8340: result: yes
configure:8350: checking whether time.h and sys/time.h may both be included
configure:8375:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:8381: $? = 0
configure:8385: test -z
			 || test ! -s conftest.err
configure:8388: $? = 0
configure:8391: test -s conftest.o
configure:8394: $? = 0
configure:8405: result: yes
configure:8415: checking whether string.h and strings.h may both be included
configure:8437:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:8443: $? = 0
configure:8447: test -z
			 || test ! -s conftest.err
configure:8450: $? = 0
configure:8453: test -s conftest.o
configure:8456: $? = 0
configure:8467: result: yes
configure:8477: checking for sys/wait.h that is POSIX.1 compatible
configure:8508:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:8514: $? = 0
configure:8518: test -z
			 || test ! -s conftest.err
configure:8521: $? = 0
configure:8524: test -s conftest.o
configure:8527: $? = 0
configure:8538: result: yes
configure:8576: checking for limits.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for stddef.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for string.h
configure:8616: result: yes
configure:8576: checking for strings.h
configure:8616: result: yes
configure:8576: checking for stdlib.h
configure:8616: result: yes
configure:8576: checking for time.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for iconv.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for fcntl.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for unistd.h
configure:8616: result: yes
configure:8576: checking for sys/file.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for sys/time.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for sys/mman.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for sys/resource.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for sys/param.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for sys/times.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for sys/stat.h
configure:8616: result: yes
configure:8576: checking for direct.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
conftest.c:54:20: error: direct.h: No such file or directory
configure:8595: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| /* end confdefs.h.  */
| #include <direct.h>
configure:8616: result: no
configure:8576: checking for malloc.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for langinfo.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for ldfcn.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
conftest.c:56:19: error: ldfcn.h: No such file or directory
configure:8595: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| /* end confdefs.h.  */
| #include <ldfcn.h>
configure:8616: result: no
configure:8576: checking for locale.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8576: checking for wchar.h
configure:8589:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8595: $? = 0
configure:8616: result: yes
configure:8628: checking for thread.h
configure:8641:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
conftest.c:58:20: error: thread.h: No such file or directory
configure:8647: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <thread.h>
configure:8668: result: no
configure:8676: checking for pthread.h
configure:8689:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:8695: $? = 0
configure:8716: result: yes
configure:8726: checking for CHAR_BIT
configure:8754: result: yes
configure:8831: checking whether byte ordering is bigendian
configure:8858:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:8864: $? = 0
configure:8868: test -z
			 || test ! -s conftest.err
configure:8871: $? = 0
configure:8874: test -s conftest.o
configure:8877: $? = 0
configure:8901:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
conftest.c: In function 'main':
conftest.c:65: error: 'not' undeclared (first use in this function)
conftest.c:65: error: (Each undeclared identifier is reported only once
conftest.c:65: error: for each function it appears in.)
conftest.c:65: error: expected ';' before 'big'
configure:8907: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
|
|   ;
|   return 0;
| }
configure:9042: result: no
configure:9069: checking for collect2 libraries
configure:9103:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
/tmp/ccUaIX9A.o: In function `main':
/home/vebs/gcc/gcc-build/gcc/conftest.c:69: undefined reference to `ldopen'
collect2: ld returned 1 exit status
configure:9109: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char ldopen ();
| int
| main ()
| {
| ldopen ();
|   ;
|   return 0;
| }
configure:9103:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c -lld >&5
/usr/bin/ld: cannot find -lld
collect2: ld returned 1 exit status
configure:9109: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char ldopen ();
| int
| main ()
| {
| ldopen ();
|   ;
|   return 0;
| }
configure:9103:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c -lmld >&5
/usr/bin/ld: cannot find -lmld
collect2: ld returned 1 exit status
configure:9109: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char ldopen ();
| int
| main ()
| {
| ldopen ();
|   ;
|   return 0;
| }
configure:9103:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c -L/usr/lib/cmplrs/cc2.11 -lmld >&5
/usr/bin/ld: cannot find -lmld
collect2: ld returned 1 exit status
configure:9109: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char ldopen ();
| int
| main ()
| {
| ldopen ();
|   ;
|   return 0;
| }
configure:9103:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c -L/usr/lib/cmplrs/cc3.11 -lmld >&5
/usr/bin/ld: cannot find -lmld
collect2: ld returned 1 exit status
configure:9109: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char ldopen ();
| int
| main ()
| {
| ldopen ();
|   ;
|   return 0;
| }
configure:9136: result: none required
configure:9148: checking for library containing exc_resume
configure:9178:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
/tmp/ccMVcUGP.o: In function `main':
/home/vebs/gcc/gcc-build/gcc/conftest.c:69: undefined reference to `exc_resume'
collect2: ld returned 1 exit status
configure:9184: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char exc_resume ();
| int
| main ()
| {
| exc_resume ();
|   ;
|   return 0;
| }
configure:9233:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c -lexc   >&5
/usr/bin/ld: cannot find -lexc
collect2: ld returned 1 exit status
configure:9239: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char exc_resume ();
| int
| main ()
| {
| exc_resume ();
|   ;
|   return 0;
| }
configure:9267: result: no
configure:9282: checking for library containing ldexp
configure:9312:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
conftest.c:65: warning: conflicting types for built-in function 'ldexp'
configure:9318: $? = 0
configure:9322: test -z
			 || test ! -s conftest.err
configure:9325: $? = 0
configure:9328: test -s conftest
configure:9331: $? = 0
configure:9401: result: none required
configure:9414: checking for inttypes.h
configure:9436:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:9442: $? = 0
configure:9446: test -z
			 || test ! -s conftest.err
configure:9449: $? = 0
configure:9452: test -s conftest.o
configure:9455: $? = 0
configure:9467: result: yes
configure:9520: checking for times
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for clock
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for kill
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for getrlimit
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for setrlimit
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for atoll
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for atoq
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
/tmp/ccEhqhME.o: In function `main':
/home/vebs/gcc/gcc-build/gcc/conftest.c:104: undefined reference to `atoq'
/tmp/ccEhqhME.o:(.data+0x0): undefined reference to `atoq'
collect2: ld returned 1 exit status
configure:9583: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATOLL 1
| /* end confdefs.h.  */
| /* Define atoq to an innocuous variant, in case <limits.h> declares atoq.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define atoq innocuous_atoq
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char atoq (); 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 atoq
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char atoq ();
| /* 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_atoq) || defined (__stub___atoq)
| choke me
| #else
| char (*f) () = atoq;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != atoq;
|   ;
|   return 0;
| }
configure:9608: result: no
configure:9520: checking for sysconf
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for strsignal
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for getrusage
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for nl_langinfo
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for scandir
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for alphasort
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for gettimeofday
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for mbstowcs
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for wcswidth
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for mmap
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for mincore
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for setlocale
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for clearerr_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for feof_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for ferror_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for fflush_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for fgetc_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for fgets_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for fileno_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for fprintf_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
conftest.c:108: warning: conflicting types for built-in function
'fprintf_unlocked'
/tmp/ccjQqjYf.o: In function `main':
/home/vebs/gcc/gcc-build/gcc/conftest.c:123: undefined reference to
`fprintf_unlocked'
/tmp/ccjQqjYf.o:(.data+0x0): undefined reference to `fprintf_unlocked'
collect2: ld returned 1 exit status
configure:9583: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATOLL 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SCANDIR 1
| #define HAVE_ALPHASORT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| /* end confdefs.h.  */
| /* Define fprintf_unlocked to an innocuous variant, in case
<limits.h> declares fprintf_unlocked.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fprintf_unlocked innocuous_fprintf_unlocked
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fprintf_unlocked (); 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 fprintf_unlocked
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char fprintf_unlocked ();
| /* 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_fprintf_unlocked) || defined (__stub___fprintf_unlocked)
| choke me
| #else
| char (*f) () = fprintf_unlocked;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != fprintf_unlocked;
|   ;
|   return 0;
| }
configure:9608: result: no
configure:9520: checking for fputc_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
conftest.c:108: warning: conflicting types for built-in function
'fputc_unlocked'
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for fputs_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
conftest.c:109: warning: conflicting types for built-in function
'fputs_unlocked'
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for fread_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for fwrite_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
conftest.c:111: warning: conflicting types for built-in function
'fwrite_unlocked'
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for getchar_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for getc_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for putchar_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
conftest.c:114: warning: conflicting types for built-in function
'putchar_unlocked'
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9520: checking for putc_unlocked
configure:9577:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
conftest.c:115: warning: conflicting types for built-in function 'putc_unlocked'
configure:9583: $? = 0
configure:9587: test -z
			 || test ! -s conftest.err
configure:9590: $? = 0
configure:9593: test -s conftest
configure:9596: $? = 0
configure:9608: result: yes
configure:9620: checking whether mbstowcs works
configure:9642:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:9645: $? = 0
configure:9647: ./conftest
configure:9650: $? = 0
configure:9664: result: yes
configure:9675: checking for ssize_t
configure:9699:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:9705: $? = 0
configure:9709: test -z
			 || test ! -s conftest.err
configure:9712: $? = 0
configure:9715: test -s conftest.o
configure:9718: $? = 0
configure:9729: result: yes
configure:9744: checking for uid_t in sys/types.h
configure:9767: result: yes
configure:9782: checking type of array argument to getgroups
configure:9820:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:113: warning: incompatible implicit declaration of built-in
function 'exit'
configure:9823: $? = 0
configure:9825: ./conftest
configure:9828: $? = 0
configure:9861: result: gid_t
configure:9887: checking for sys/mman.h
configure:9927: result: yes
configure:9935: checking for mmap
configure:10023: result: yes
configure:10037: checking whether read-only mmap of a plain file works
configure:10054: result: yes
configure:10056: checking whether mmap from /dev/zero works
configure:10078: result: yes
configure:10082: checking for MAP_ANON(YMOUS)
configure:10110:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:10116: $? = 0
configure:10120: test -z
			 || test ! -s conftest.err
configure:10123: $? = 0
configure:10126: test -s conftest.o
configure:10129: $? = 0
configure:10140: result: yes
configure:10146: checking whether mmap with MAP_ANON(YMOUS) works
configure:10163: result: yes
configure:10199: checking for pid_t
configure:10223:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:10229: $? = 0
configure:10233: test -z
			 || test ! -s conftest.err
configure:10236: $? = 0
configure:10239: test -s conftest.o
configure:10242: $? = 0
configure:10253: result: yes
configure:10270: checking for unistd.h
configure:10310: result: yes
configure:10270: checking for vfork.h
configure:10283:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
conftest.c:98:19: error: vfork.h: No such file or directory
configure:10289: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATOLL 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SCANDIR 1
| #define HAVE_ALPHASORT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define GETGROUPS_T gid_t
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:10310: result: no
configure:10325: checking for fork
configure:10382:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
conftest.c:122: warning: conflicting types for built-in function 'fork'
configure:10388: $? = 0
configure:10392: test -z
			 || test ! -s conftest.err
configure:10395: $? = 0
configure:10398: test -s conftest
configure:10401: $? = 0
configure:10413: result: yes
configure:10325: checking for vfork
configure:10382:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:10388: $? = 0
configure:10392: test -z
			 || test ! -s conftest.err
configure:10395: $? = 0
configure:10398: test -s conftest
configure:10401: $? = 0
configure:10413: result: yes
configure:10424: checking for working fork
configure:10447:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:10: warning: incompatible implicit declaration of built-in
function 'exit'
configure:10450: $? = 0
configure:10452: ./conftest
configure:10455: $? = 0
configure:10469: result: yes
configure:10490: checking for working vfork
configure:10623: result: yes
configure:10695: checking for ld used by GCC
configure:10758: result: ld
configure:10767: checking if the linker (ld) is GNU ld
GNU ld version 2.19.51.0.2-17.fc11 20090204
configure:10779: result: yes
configure:10785: checking for shared library run path origin
configure:10798: result: done
configure:11228: checking for iconv
configure:11255:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:11261: $? = 0
configure:11265: test -z
			 || test ! -s conftest.err
configure:11268: $? = 0
configure:11271: test -s conftest
configure:11274: $? = 0
configure:11340: result: yes
configure:11363: checking for iconv declaration
configure:11397:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:11403: $? = 0
configure:11407: test -z
			 || test ! -s conftest.err
configure:11410: $? = 0
configure:11413: test -s conftest.o
configure:11416: $? = 0
configure:11431: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:11446: checking for LC_MESSAGES
configure:11467:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:11473: $? = 0
configure:11477: test -z
			 || test ! -s conftest.err
configure:11480: $? = 0
configure:11483: test -s conftest
configure:11486: $? = 0
configure:11498: result: yes
configure:11510: checking for nl_langinfo and CODESET
configure:11531:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:11537: $? = 0
configure:11541: test -z
			 || test ! -s conftest.err
configure:11544: $? = 0
configure:11547: test -s conftest
configure:11550: $? = 0
configure:11563: result: yes
configure:11622: checking whether getenv is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether atol is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether asprintf is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether sbrk is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether abort is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether atof is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether getcwd is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether getwd is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
conftest.c: In function 'main':
conftest.c:123: warning: 'getwd' is deprecated (declared at
/usr/include/unistd.h:492)
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether strsignal is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether strstr is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether strverscmp is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether errno is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether snprintf is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether vsnprintf is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether vasprintf is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether malloc is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether realloc is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether calloc is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether free is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether basename is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether getopt is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
conftest.c: In function 'main':
conftest.c:136: error: 'getopt' undeclared (first use in this function)
conftest.c:136: error: (Each undeclared identifier is reported only once
conftest.c:136: error: for each function it appears in.)
configure:11656: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATOLL 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SCANDIR 1
| #define HAVE_ALPHASORT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define GETGROUPS_T gid_t
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LC_MESSAGES 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_ATOL 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_DECL_ABORT 1
| #define HAVE_DECL_ATOF 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETWD 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_DECL_ERRNO 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_MALLOC 1
| #define HAVE_DECL_REALLOC 1
| #define HAVE_DECL_CALLOC 1
| #define HAVE_DECL_FREE 1
| #define HAVE_DECL_BASENAME 1
| /* end confdefs.h.  */
| #undef HAVE_DECL_GETOPT
| #define HAVE_DECL_GETOPT 1
|
| #include "ansidecl.h"
| #include "system.h"
|
| int
| main ()
| {
| #ifndef getopt
| char *(*pfn) = (char *(*)) getopt ;
| #endif
|   ;
|   return 0;
| }
configure:11688: result: no
configure:11622: checking whether clock is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether getpagesize is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
conftest.c: In function 'main':
conftest.c:138: warning: cast discards qualifiers from pointer target type
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether clearerr_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether feof_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether ferror_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether fflush_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether fgetc_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether fgets_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether fileno_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether fprintf_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
conftest.c: In function 'main':
conftest.c:146: error: 'fprintf_unlocked' undeclared (first use in
this function)
conftest.c:146: error: (Each undeclared identifier is reported only once
conftest.c:146: error: for each function it appears in.)
configure:11656: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATOLL 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SCANDIR 1
| #define HAVE_ALPHASORT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define GETGROUPS_T gid_t
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LC_MESSAGES 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_ATOL 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_DECL_ABORT 1
| #define HAVE_DECL_ATOF 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETWD 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_DECL_ERRNO 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_MALLOC 1
| #define HAVE_DECL_REALLOC 1
| #define HAVE_DECL_CALLOC 1
| #define HAVE_DECL_FREE 1
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_GETOPT 0
| #define HAVE_DECL_CLOCK 1
| #define HAVE_DECL_GETPAGESIZE 1
| #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_FGETC_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FILENO_UNLOCKED 1
| /* end confdefs.h.  */
| #undef HAVE_DECL_FPRINTF_UNLOCKED
| #define HAVE_DECL_FPRINTF_UNLOCKED 1
|
| #include "ansidecl.h"
| #include "system.h"
|
| int
| main ()
| {
| #ifndef fprintf_unlocked
| char *(*pfn) = (char *(*)) fprintf_unlocked ;
| #endif
|   ;
|   return 0;
| }
configure:11688: result: no
configure:11622: checking whether fputc_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether fputs_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether fread_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether fwrite_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether getchar_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether getc_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether putchar_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11622: checking whether putc_unlocked is declared
configure:11650:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11656: $? = 0
configure:11660: test -z
			 || test ! -s conftest.err
configure:11663: $? = 0
configure:11666: test -s conftest.o
configure:11669: $? = 0
configure:11682: result: yes
configure:11704: checking whether getrlimit is declared
configure:11736:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11742: $? = 0
configure:11746: test -z
			 || test ! -s conftest.err
configure:11749: $? = 0
configure:11752: test -s conftest.o
configure:11755: $? = 0
configure:11768: result: yes
configure:11704: checking whether setrlimit is declared
configure:11736:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11742: $? = 0
configure:11746: test -z
			 || test ! -s conftest.err
configure:11749: $? = 0
configure:11752: test -s conftest.o
configure:11755: $? = 0
configure:11768: result: yes
configure:11704: checking whether getrusage is declared
configure:11736:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11742: $? = 0
configure:11746: test -z
			 || test ! -s conftest.err
configure:11749: $? = 0
configure:11752: test -s conftest.o
configure:11755: $? = 0
configure:11768: result: yes
configure:11806:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11812: $? = 0
configure:11816: test -z
			 || test ! -s conftest.err
configure:11819: $? = 0
configure:11822: test -s conftest.o
configure:11825: $? = 0
configure:11848: checking whether ldgetname is declared
configure:11882:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
conftest.c: In function 'main':
conftest.c:164: error: 'ldgetname' undeclared (first use in this function)
conftest.c:164: error: (Each undeclared identifier is reported only once
conftest.c:164: error: for each function it appears in.)
configure:11888: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_GNU_LD 0
| #define HAVE_GNU_AS 0
| #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 SIZEOF_VOID_P 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define HAVE_LONG_LONG 1
| #define SIZEOF_LONG_LONG 8
| #define ENABLE_ASSERT_CHECKING 1
| #define ENABLE_RUNTIME_CHECKING 1
| #define USE_MAPPED_LOCATION 1
| #define ENABLE_DECIMAL_FLOAT 1
| #define ENABLE_DECIMAL_BID_FORMAT 1
| #define ENABLE_FIXED_POINT 0
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define STRING_WITH_STRINGS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TIME_H 1
| #define HAVE_ICONV_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK 1
| #define HAVE_KILL 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_ATOLL 1
| #define HAVE_SYSCONF 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SCANDIR 1
| #define HAVE_ALPHASORT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSTOWCS 1
| #define HAVE_WCSWIDTH 1
| #define HAVE_MMAP 1
| #define HAVE_MINCORE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_CLEARERR_UNLOCKED 1
| #define HAVE_FEOF_UNLOCKED 1
| #define HAVE_FERROR_UNLOCKED 1
| #define HAVE_FFLUSH_UNLOCKED 1
| #define HAVE_FGETC_UNLOCKED 1
| #define HAVE_FGETS_UNLOCKED 1
| #define HAVE_FILENO_UNLOCKED 1
| #define HAVE_FPUTC_UNLOCKED 1
| #define HAVE_FPUTS_UNLOCKED 1
| #define HAVE_FREAD_UNLOCKED 1
| #define HAVE_FWRITE_UNLOCKED 1
| #define HAVE_GETCHAR_UNLOCKED 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_PUTCHAR_UNLOCKED 1
| #define HAVE_PUTC_UNLOCKED 1
| #define HAVE_WORKING_MBSTOWCS 1
| #define GETGROUPS_T gid_t
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_LC_MESSAGES 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_DECL_GETENV 1
| #define HAVE_DECL_ATOL 1
| #define HAVE_DECL_ASPRINTF 1
| #define HAVE_DECL_SBRK 1
| #define HAVE_DECL_ABORT 1
| #define HAVE_DECL_ATOF 1
| #define HAVE_DECL_GETCWD 1
| #define HAVE_DECL_GETWD 1
| #define HAVE_DECL_STRSIGNAL 1
| #define HAVE_DECL_STRSTR 1
| #define HAVE_DECL_STRVERSCMP 1
| #define HAVE_DECL_ERRNO 1
| #define HAVE_DECL_SNPRINTF 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_DECL_VASPRINTF 1
| #define HAVE_DECL_MALLOC 1
| #define HAVE_DECL_REALLOC 1
| #define HAVE_DECL_CALLOC 1
| #define HAVE_DECL_FREE 1
| #define HAVE_DECL_BASENAME 1
| #define HAVE_DECL_GETOPT 0
| #define HAVE_DECL_CLOCK 1
| #define HAVE_DECL_GETPAGESIZE 1
| #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_FGETC_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FILENO_UNLOCKED 1
| #define HAVE_DECL_FPRINTF_UNLOCKED 0
| #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_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_GETRLIMIT 1
| #define HAVE_DECL_SETRLIMIT 1
| #define HAVE_DECL_GETRUSAGE 1
| /* end confdefs.h.  */
| #undef HAVE_DECL_LDGETNAME
| #define HAVE_DECL_LDGETNAME 1
|
| #include "ansidecl.h"
| #include "system.h"
| #ifdef HAVE_LDFCN_H
| #undef FREAD
| #undef FWRITE
| #include <ldfcn.h>
| #endif
|
|
| int
| main ()
| {
| #ifndef ldgetname
| char *(*pfn) = (char *(*)) ldgetname ;
| #endif
|   ;
|   return 0;
| }
configure:11920: result: no
configure:11934: checking whether times is declared
configure:11966:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:11972: $? = 0
configure:11976: test -z
			 || test ! -s conftest.err
configure:11979: $? = 0
configure:11982: test -s conftest.o
configure:11985: $? = 0
configure:11998: result: yes
configure:12018: checking whether sigaltstack is declared
configure:12048:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:12054: $? = 0
configure:12058: test -z
			 || test ! -s conftest.err
configure:12061: $? = 0
configure:12064: test -s conftest.o
configure:12067: $? = 0
configure:12080: result: yes
configure:12097: checking for struct tms
configure:12125:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:12131: $? = 0
configure:12135: test -z
			 || test ! -s conftest.err
configure:12138: $? = 0
configure:12141: test -s conftest.o
configure:12144: $? = 0
configure:12155: result: yes
configure:12167: checking for clock_t
configure:12192:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-I../../gcc-4.3.3/gcc -I../../gcc-4.3.3/gcc/../include  conftest.c >&5
configure:12198: $? = 0
configure:12202: test -z
			 || test ! -s conftest.err
configure:12205: $? = 0
configure:12208: test -s conftest.o
configure:12211: $? = 0
configure:12222: result: yes
configure:12241: checking for .preinit_array/.init_array/.fini_array support
configure:12262:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:12265: $? = 0
configure:12267: ./conftest
configure:12270: $? = 0
configure:12284: result: yes
configure:12298: checking if mkdir takes one argument
configure:12329:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:12335: $? = 0
configure:12339: test -z
			 || test ! -s conftest.err
configure:12342: $? = 0
configure:12345: test -s conftest.o
configure:12348: $? = 0
configure:12359: result: no
configure:12678: checking for __cxa_atexit
configure:12735:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c  >&5
configure:12741: $? = 0
configure:12745: test -z
			 || test ! -s conftest.err
configure:12748: $? = 0
configure:12751: test -s conftest
configure:12754: $? = 0
configure:12766: result: yes
configure:13042: checking whether NLS is requested
configure:13048: result: yes
configure:13056: checking for catalogs to be installed
configure:13088: result:  be da de el es fi fr id ja nl ru sr sv tr
zh_CN zh_TW be da de el es fi fr id ja nl ru sr sv tr zh_CN zh_TW
configure:13685: checking for a sed that does not truncate output
configure:13741: result: /bin/sed
configure:13757: checking for fgrep
configure:13767: result: grep -F
configure:13802: checking for ld used by
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/
configure:13869: result: ld
configure:13878: checking if the linker (ld) is GNU ld
configure:13893: result: yes
configure:13906: checking for BSD- or MS-compatible name lister (nm)
configure:13955: result: nm
configure:14060: checking the name lister (nm) interface
configure:14067:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:14070: nm "conftest.o"
configure:14073: output
00000000 B some_variable
configure:14080: result: BSD nm
configure:14083: checking whether ln -s works
configure:14087: result: yes
configure:14095: checking the maximum length of command line arguments
configure:14215: result: 1966080
configure:14233: checking whether the shell understands some XSI constructs
configure:14241: result: yes
configure:14245: checking whether the shell understands "+="
configure:14251: result: yes
configure:14286: checking for ld option to reload object files
configure:14293: result: -r
configure:14320: checking how to recognize dependent libraries
configure:14510: result: pass_all
configure:14530: checking for i686-pc-linux-gnu-ar
configure:14556: result: ar
configure:14623: checking for i686-pc-linux-gnu-strip
configure:14652: result: no
configure:14661: checking for strip
configure:14677: found /usr/bin/strip
configure:14688: result: strip
configure:14710: checking for i686-pc-linux-gnu-ranlib
configure:14736: result: ranlib
configure:14855: checking command to parse nm output from
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ object
configure:14972:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:14975: $? = 0
configure:14979: nm conftest.o \| sed -n -e 's/^.*[	
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2 \2/p' \> conftest.nm
configure:14982: $? = 0
configure:15036:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   conftest.c conftstm.o >&5
configure:15039: $? = 0
configure:15077: result: ok
configure:15318: checking for dlfcn.h
configure:15331:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E  conftest.c
configure:15337: $? = 0
configure:15358: result: yes
configure:15419: checking for objdir
configure:15434: result: .libs
configure:15730: checking if  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports -fno-rtti -fno-exceptions
configure:15748:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++
but not for C
configure:15752: $? = 0
configure:15765: result: no
configure:15785: checking for
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ option to produce PIC
configure:16040: result: -fPIC -DPIC
configure:16052: checking if  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ PIC flag -fPIC -DPIC works
configure:16070:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
-fPIC -DPIC -DPIC conftest.c >&5
configure:16074: $? = 0
configure:16087: result: yes
configure:16111: checking if  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ static flag -static works
configure:16139: result: no
configure:16154: checking if  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports -c -o file.o
configure:16175:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer  -o
out/conftest2.o conftest.c >&5
configure:16179: $? = 0
configure:16201: result: yes
configure:16209: checking if  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ supports -c -o file.o
configure:16256: result: yes
configure:16289: checking whether the
/home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ linker (ld) supports shared
libraries
configure:17369: result: yes
configure:17406: checking whether -lc should be explicitly linked in
configure:17411:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -fomit-frame-pointer
conftest.c >&5
configure:17414: $? = 0
configure:17429:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -shared conftest.o  -v -Wl,-soname
-Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:17432: $? = 0
configure:17444: result: no
configure:17608: checking dynamic linker characteristics
configure:18041:  /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -o conftest -g -O2
-fomit-frame-pointer   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:18047: $? = 0
configure:18051: test -z
			 || test ! -s conftest.err
configure:18054: $? = 0
configure:18057: test -s conftest
configure:18060: $? = 0
configure:18284: result: GNU/Linux ld.so
configure:18379: checking how to hardcode library paths into programs
configure:18404: result: immediate
configure:19250: checking whether stripping libraries is possible
configure:19255: result: yes
configure:19290: checking if libtool supports shared libraries
configure:19292: result: yes
configure:19295: checking whether to build shared libraries
configure:19316: result: yes
configure:19319: checking whether to build static libraries
configure:19323: result: yes
configure:19388: checking for as
configure:19406: found /usr/bin/as
configure:19418: result: /usr/bin/as
configure:19437: checking what assembler to use
configure:19474: result: /usr/bin/as
configure:19509: checking for ld
configure:19527: found /usr/bin/ld
configure:19539: result: /usr/bin/ld
configure:19558: checking what linker to use
configure:19583: result: /usr/bin/ld
configure:19605: checking for nm
configure:19623: found /usr/bin/nm
configure:19635: result: /usr/bin/nm
configure:19646: checking what nm to use
configure:19654: result: /usr/bin/nm
configure:19685: checking for objdump
configure:19703: found /usr/bin/objdump
configure:19715: result: /usr/bin/objdump
configure:19726: checking what objdump to use
configure:19736: result: /usr/bin/objdump
configure:19741: checking assembler for .balign and .p2align
configure:19755: /usr/bin/as  -o conftest.o conftest.s >&5
configure:19758: $? = 0
configure:19769: result: yes
configure:19779: checking assembler for .p2align with maximum skip
configure:19792: /usr/bin/as  -o conftest.o conftest.s >&5
configure:19795: $? = 0
configure:19806: result: yes
configure:19816: checking assembler for .literal16
configure:19829: /usr/bin/as  -o conftest.o conftest.s >&5
conftest.s: Assembler messages:
conftest.s:1: Error: unknown pseudo-op: `.literal16'
configure:19832: $? = 1
configure: failed program was
.literal16
configure:19843: result: no
configure:19853: checking assembler for working .subsection -1
configure:19870: /usr/bin/as  -o conftest.o conftest.s >&5
configure:19873: $? = 0
configure:19892: result: yes
configure:19902: checking assembler for .weak
configure:19915: /usr/bin/as  -o conftest.o conftest.s >&5
configure:19918: $? = 0
configure:19929: result: yes
configure:19939: checking assembler for .weakref
configure:19952: /usr/bin/as  -o conftest.o conftest.s >&5
configure:19955: $? = 0
configure:19966: result: yes
configure:19976: checking assembler for .nsubspa comdat
configure:19990: /usr/bin/as  -o conftest.o conftest.s >&5
conftest.s: Assembler messages:
conftest.s:2: Error: unknown pseudo-op: `.nsubspa'
configure:19993: $? = 1
configure: failed program was
	.SPACE $TEXT$
	.NSUBSPA $CODE$,COMDAT
configure:20004: result: no
configure:20021: checking assembler for .hidden
configure:20036: /usr/bin/as  -o conftest.o conftest.s >&5
configure:20039: $? = 0
configure:20050: result: yes
configure:20054: checking linker for .hidden support
configure:20105: result: yes
configure:20120: checking assembler for .sleb128 and .uleb128
configure:20139: /usr/bin/as  -o conftest.o conftest.s >&5
configure:20142: $? = 0
configure:20168: result: yes
configure:20180: checking assembler for eh_frame optimization
configure:20225: /usr/bin/as  -o conftest.o conftest.s >&5
configure:20228: $? = 0
configure:20271: result: yes
configure:20283: checking assembler for section merging support
configure:20297: /usr/bin/as --fatal-warnings -o conftest.o conftest.s >&5
configure:20300: $? = 0
configure:20311: result: yes
configure:20353: checking assembler for COMDAT group support
configure:20367: /usr/bin/as --fatal-warnings -o conftest.o conftest.s >&5
configure:20370: $? = 0
configure:20381: result: yes
configure:20786: checking assembler for thread-local storage support
configure:20799: /usr/bin/as --fatal-warnings -o conftest.o conftest.s >&5
configure:20802: $? = 0
configure:20813: result: yes
configure:20829: checking linker -Bstatic/-Bdynamic option
configure:20850: result: yes
configure:21262: checking assembler for filds and fists mnemonics
configure:21275: /usr/bin/as  -o conftest.o conftest.s >&5
configure:21278: $? = 0
configure:21289: result: yes
configure:21299: checking assembler for cmov syntax
configure:21308: /usr/bin/as  -o conftest.o conftest.s >&5
conftest.s: Assembler messages:
conftest.s:1: Error: no such instruction: `cmovl.l %edx,%eax'
configure:21311: $? = 1
configure: failed program was
cmovl.l %edx, %eax
configure:21322: result: no
configure:21332: checking assembler for ffreep mnemonic
configure:21341: /usr/bin/as  -o conftest.o conftest.s >&5
configure:21344: $? = 0
configure:21355: result: yes
configure:21365: checking assembler for sahf mnemonic
configure:21374: /usr/bin/as  -o conftest.o conftest.s >&5
configure:21377: $? = 0
configure:21388: result: yes
configure:21398: checking assembler for different section symbol subtraction
configure:21413: /usr/bin/as  -o conftest.o conftest.s >&5
configure:21416: $? = 0
configure:21427: result: yes
configure:21439: checking assembler for GOTOFF in data
configure:21456: /usr/bin/as  -o conftest.o conftest.s >&5
configure:21459: $? = 0
configure:21470: result: yes
configure:22116: checking assembler for dwarf2 debug_line support
configure:22130: /usr/bin/as  -o conftest.o conftest.s >&5
configure:22133: $? = 0
configure:22148: result: yes
configure:22156: checking assembler for buggy dwarf2 .file directive
configure:22166: /usr/bin/as  -o conftest.o conftest.s >&5
conftest.s: Assembler messages:
conftest.s:2: Error: file number 1 already allocated
configure:22169: $? = 1
configure: failed program was
	.file 1 "foo.s"
	.file 1 "bar.s"
configure:22180: result: no
configure:22193: checking assembler for --gdwarf2 option
configure:22207: /usr/bin/as --gdwarf2 -o conftest.o conftest.s >&5
configure:22210: $? = 0
configure:22221: result: yes
configure:22231: checking assembler for --gstabs option
configure:22245: /usr/bin/as --gstabs -o conftest.o conftest.s >&5
configure:22248: $? = 0
configure:22255: /usr/bin/as --gstabs -o conftest.o conftest.s 2>&1 |
grep -i warning > /dev/null
configure:22258: $? = 1
configure:22270: result: yes
configure:22280: checking assembler for --debug-prefix-map option
configure:22293: /usr/bin/as --debug-prefix-map /a=/b -o conftest.o
conftest.s >&5
configure:22296: $? = 0
configure:22307: result: yes
configure:22318: checking assembler for tolerance to line number 0
configure:22331: /usr/bin/as -o conftest.o conftest.s >&5 2>conftest.out
configure:22334: $? = 0
configure:22348: result: yes
configure:22358: checking linker read-only and read-write section mixing
configure:22396: result: read-write
configure:22399: checking linker PT_GNU_EH_FRAME support
configure:22421: result: yes
configure:22424: checking linker position independent executable support
configure:22445: result: yes
configure:22448: checking linker EH-compatible garbage collection of sections
configure:22528: result: yes
configure:22535: checking linker --as-needed support
configure:22554: result: yes
configure:22614: checking linker --sysroot support
configure:22630: result: yes
configure:22651: checking __stack_chk_fail in target C library
configure:22795: result: yes
configure:22894: checking whether to enable maintainer-specific
portions of Makefiles
configure:22904: result: no
configure:23304: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

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

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on fedora1

config.status:838: creating as
config.status:838: creating collect-ld
config.status:838: creating nm
config.status:838: creating Makefile
config.status:838: creating gccbug
config.status:838: creating libada-mk
config.status:838: creating ada/Makefile
config.status:940: creating auto-host.h
config.status:1610: executing default commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=' /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/'
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -O2 -fomit-frame-pointer'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GMPINC_set=set
ac_cv_env_GMPINC_value=
ac_cv_env_GMPLIBS_set=set
ac_cv_env_GMPLIBS_value='-lmpfr -lgmp'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i686-pc-linux-gnu
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=i686-pc-linux-gnu
ac_cv_exeext=
ac_cv_func___cxa_atexit=yes
ac_cv_func_alphasort=yes
ac_cv_func_atoll=yes
ac_cv_func_atoq=no
ac_cv_func_clearerr_unlocked=yes
ac_cv_func_clock=yes
ac_cv_func_feof_unlocked=yes
ac_cv_func_ferror_unlocked=yes
ac_cv_func_fflush_unlocked=yes
ac_cv_func_fgetc_unlocked=yes
ac_cv_func_fgets_unlocked=yes
ac_cv_func_fileno_unlocked=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fprintf_unlocked=no
ac_cv_func_fputc_unlocked=yes
ac_cv_func_fputs_unlocked=yes
ac_cv_func_fread_unlocked=yes
ac_cv_func_fwrite_unlocked=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getchar_unlocked=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_kill=yes
ac_cv_func_mbstowcs=yes
ac_cv_func_mincore=yes
ac_cv_func_mmap=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_putc_unlocked=yes
ac_cv_func_putchar_unlocked=yes
ac_cv_func_scandir=yes
ac_cv_func_setlocale=yes
ac_cv_func_setrlimit=yes
ac_cv_func_strsignal=yes
ac_cv_func_sysconf=yes
ac_cv_func_times=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_wcswidth=yes
ac_cv_header_direct_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_ldfcn_h=no
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_file_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_thread_h=no
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_valgrind_h=no
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_gcc_cv_as=/usr/bin/as
ac_cv_path_gcc_cv_ld=/usr/bin/ld
ac_cv_path_gcc_cv_nm=/usr/bin/nm
ac_cv_path_gcc_cv_objdump=/usr/bin/objdump
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC=' /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/'
ac_cv_prog_CPP=' /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E'
ac_cv_prog_FLEX=flex
ac_cv_prog_MAKEINFO='makeinfo --split-size=5000000 --split-size=5000000'
ac_cv_prog_NM=nm
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc__home_vebs_gcc_gcc_build___prev_gcc_xgcc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_fgrep='grep -F'
ac_cv_prog_have_mktemp_command=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_exc_resume=no
ac_cv_search_ldexp='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_void_p=4
ac_cv_struct_tms=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type___int64=no
ac_cv_type_getgroups=gid_t
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_long_long=yes
ac_cv_type_pid_t=yes
ac_cv_type_short=yes
ac_cv_type_ssize_t=yes
ac_cv_type_uid_t=yes
ac_cv_type_void_p=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_path_LD=ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
acx_cv_prog_LN=ln
acx_cv_prog_cc_pedantic__Wno_long_long__Wno_variadic_macros_____________Wno_overlength_strings=yes
acx_cv_prog_cc_warning__W=yes
acx_cv_prog_cc_warning__Wall=yes
acx_cv_prog_cc_warning__Wcpp_compat=yes
acx_cv_prog_cc_warning__Wmissing_format_attribute=yes
acx_cv_prog_cc_warning__Wmissing_prototypes=yes
acx_cv_prog_cc_warning__Wold_style_definition=yes
acx_cv_prog_cc_warning__Wstrict_prototypes=yes
acx_cv_prog_cc_warning__Wwrite_strings=yes
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf,
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_val_LC_MESSAGES=yes
gcc_cv_as=/usr/bin/as
gcc_cv_as_balign_and_p2align=yes
gcc_cv_as_comdat_group=yes
gcc_cv_as_comdat_group_percent=no
gcc_cv_as_debug_prefix_map_flag=yes
gcc_cv_as_dwarf2_debug_line=yes
gcc_cv_as_dwarf2_file_buggy=no
gcc_cv_as_eh_frame=yes
gcc_cv_as_gas_srcdir=../../gcc-4.3.3/gas
gcc_cv_as_gdwarf2_flag=yes
gcc_cv_as_gstabs_flag=yes
gcc_cv_as_hidden=yes
gcc_cv_as_ix86_cmov_sun_syntax=no
gcc_cv_as_ix86_diff_sect_delta=yes
gcc_cv_as_ix86_ffreep=yes
gcc_cv_as_ix86_filds_fists=yes
gcc_cv_as_ix86_gotoff_in_data=yes
gcc_cv_as_ix86_sahf=yes
gcc_cv_as_leb128=yes
gcc_cv_as_line_zero=yes
gcc_cv_as_literal16=no
gcc_cv_as_max_skip_p2align=yes
gcc_cv_as_nsubspa_comdat=no
gcc_cv_as_shf_merge=yes
gcc_cv_as_subsection_m1=yes
gcc_cv_as_tls=yes
gcc_cv_as_weak=yes
gcc_cv_as_weakref=yes
gcc_cv_binutils_srcdir=../../gcc-4.3.3/binutils
gcc_cv_collect2_libs='none required'
gcc_cv_decl_char_bit=yes
gcc_cv_decl_map_anon=yes
gcc_cv_func_mbstowcs_works=yes
gcc_cv_func_mmap_anon=yes
gcc_cv_func_mmap_dev_zero=yes
gcc_cv_func_mmap_file=yes
gcc_cv_gas_major_version=
gcc_cv_gas_minor_version=
gcc_cv_gld_major_version=
gcc_cv_gld_minor_version=
gcc_cv_glibc=yes
gcc_cv_have_decl_abort=yes
gcc_cv_have_decl_asprintf=yes
gcc_cv_have_decl_atof=yes
gcc_cv_have_decl_atol=yes
gcc_cv_have_decl_basename=yes
gcc_cv_have_decl_calloc=yes
gcc_cv_have_decl_clearerr_unlocked=yes
gcc_cv_have_decl_clock=yes
gcc_cv_have_decl_errno=yes
gcc_cv_have_decl_feof_unlocked=yes
gcc_cv_have_decl_ferror_unlocked=yes
gcc_cv_have_decl_fflush_unlocked=yes
gcc_cv_have_decl_fgetc_unlocked=yes
gcc_cv_have_decl_fgets_unlocked=yes
gcc_cv_have_decl_fileno_unlocked=yes
gcc_cv_have_decl_fprintf_unlocked=no
gcc_cv_have_decl_fputc_unlocked=yes
gcc_cv_have_decl_fputs_unlocked=yes
gcc_cv_have_decl_fread_unlocked=yes
gcc_cv_have_decl_free=yes
gcc_cv_have_decl_fwrite_unlocked=yes
gcc_cv_have_decl_getc_unlocked=yes
gcc_cv_have_decl_getchar_unlocked=yes
gcc_cv_have_decl_getcwd=yes
gcc_cv_have_decl_getenv=yes
gcc_cv_have_decl_getopt=no
gcc_cv_have_decl_getpagesize=yes
gcc_cv_have_decl_getrlimit=yes
gcc_cv_have_decl_getrusage=yes
gcc_cv_have_decl_getwd=yes
gcc_cv_have_decl_ldgetname=no
gcc_cv_have_decl_malloc=yes
gcc_cv_have_decl_putc_unlocked=yes
gcc_cv_have_decl_putchar_unlocked=yes
gcc_cv_have_decl_realloc=yes
gcc_cv_have_decl_sbrk=yes
gcc_cv_have_decl_setrlimit=yes
gcc_cv_have_decl_sigaltstack=yes
gcc_cv_have_decl_snprintf=yes
gcc_cv_have_decl_strsignal=yes
gcc_cv_have_decl_strstr=yes
gcc_cv_have_decl_strverscmp=yes
gcc_cv_have_decl_times=yes
gcc_cv_have_decl_vasprintf=yes
gcc_cv_have_decl_vsnprintf=yes
gcc_cv_header_inttypes_h=yes
gcc_cv_header_string=yes
gcc_cv_initfini_array=yes
gcc_cv_ld=/usr/bin/ld
gcc_cv_ld_as_needed=yes
gcc_cv_ld_bfd_srcdir=../../gcc-4.3.3/bfd
gcc_cv_ld_eh_frame_hdr=yes
gcc_cv_ld_eh_gc_sections=yes
gcc_cv_ld_gld_srcdir=../../gcc-4.3.3/ld
gcc_cv_ld_hidden=yes
gcc_cv_ld_pie=yes
gcc_cv_ld_ro_rw_mix=read-write
gcc_cv_ld_static_dynamic=yes
gcc_cv_ld_sysroot=yes
gcc_cv_libc_provides_ssp=yes
gcc_cv_mkdir_takes_one_arg=no
gcc_cv_nm=/usr/bin/nm
gcc_cv_objdump=/usr/bin/objdump
gcc_cv_prog_LN_S='ln -s'
gcc_cv_prog_cmp_skip=gnucompare
gcc_cv_prog_makeinfo_modern=yes
gcc_cv_type_clock_t=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=ld
lt_cv_path_NM=nm
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^
]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\)
\([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern
int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char
\1;/p'\'''
lt_cv_sys_max_cmd_len=1966080

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALL='all.internal'
AR='ar'
AWK='gawk'
BISON='bison'
BUILD_CFLAGS='$(ALL_CFLAGS)'
BUILD_INFO='info'
CATALOGS=' be.gmo da.gmo de.gmo el.gmo es.gmo fi.gmo fr.gmo id.gmo
ja.gmo nl.gmo ru.gmo sr.gmo sv.gmo tr.gmo zh_CN.gmo zh_TW.gmo be.gmo
da.gmo de.gmo el.gmo es.gmo fi.gmo fr.gmo id.gmo ja.gmo nl.gmo ru.gmo
sr.gmo sv.gmo tr.gmo zh_CN.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC=' /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/'
CC_FOR_BUILD='$(CC)'
CFLAGS='-g -O2 -fomit-frame-pointer'
COLLECT2_LIBS=''
CPP=' /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/ -E'
CPPFLAGS=''
CROSS=''
CROSS_SYSTEM_HEADER_DIR='$(gcc_tooldir)/sys-include'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
FGREP='grep -F'
FLEX='flex'
GENCAT='gencat'
GENERATED_MANPAGES='generated-manpages'
GENINSRC='#'
GGC='ggc-page'
GMPINC=''
GMPLIBS='-lmpfr -lgmp'
GMSGFMT='/usr/bin/msgfmt'
GNAT_LIBEXC=''
GREP='grep'
INCINTL=''
INSTALL='/usr/bin/install -c'
INSTALL_DATA='/usr/bin/install -c -m 644'
INSTALL_PROGRAM='/usr/bin/install -c'
INSTOBJEXT='.mo'
LD='ld'
LDEXP_LIB=''
LDFLAGS=''
LIBICONV=''
LIBICONV_DEP=''
LIBINTL=''
LIBINTL_DEP=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN='ln'
LN_S='ln -s'
LTLIBICONV=''
LTLIBOBJS=''
MAINT='#'
MAKEINFO='makeinfo --split-size=5000000 --split-size=5000000'
NM='nm'
NO_MINUS_C_MINUS_O=''
OBJEXT='o'
ORIGINAL_AS_FOR_TARGET='/usr/bin/as'
ORIGINAL_LD_FOR_TARGET='/usr/bin/ld'
ORIGINAL_NM_FOR_TARGET='/usr/bin/nm'
OUTPUT_OPTION='-o $@'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKGVERSION='(GCC) '
POSUB='po'
RANLIB='ranlib'
REPORT_BUGS_TEXI='@uref{http://gcc.gnu.org/bugs.html}'
REPORT_BUGS_TO='<http://gcc.gnu.org/bugs.html>'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STMP_FIXINC='stmp-fixinc'
STMP_FIXPROTO=''
STRIP='strip'
SYSTEM_HEADER_DIR='$(NATIVE_SYSTEM_HEADER_DIR)'
TARGET_GETGROUPS_T='gid_t'
TARGET_SYSTEM_ROOT=''
TARGET_SYSTEM_ROOT_DEFINE=''
TREEBROWSER=''
USE_NLS='yes'
XGETTEXT='/usr/bin/xgettext'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_DUMPBIN=''
ac_ct_RANLIB=''
ac_ct_STRIP='strip'
all_compilers=' gnat1$(exeext) cc1plus$(exeext) f951$(exeext)
jc1$(exeext) jvgenmain$(exeext) cc1obj$(exeext) cc1objplus$(exeext)
tree1$(exeext)'
all_gtfiles=' [ada] $(srcdir)/ada/ada-tree.h $(srcdir)/ada/gigi.h
$(srcdir)/ada/decl.c $(srcdir)/ada/trans.c $(srcdir)/ada/utils.c [cp]
$(srcdir)/cp/rtti.c $(srcdir)/cp/mangle.c $(srcdir)/cp/name-lookup.h
$(srcdir)/cp/name-lookup.c $(srcdir)/cp/cp-tree.h $(srcdir)/cp/decl.h
$(srcdir)/cp/call.c $(srcdir)/cp/decl.c $(srcdir)/cp/decl2.c
$(srcdir)/cp/pt.c $(srcdir)/cp/repo.c $(srcdir)/cp/semantics.c
$(srcdir)/cp/tree.c $(srcdir)/cp/parser.c $(srcdir)/cp/method.c
$(srcdir)/cp/typeck2.c $(srcdir)/c-common.c $(srcdir)/c-common.h
$(srcdir)/c-lex.c $(srcdir)/c-pragma.h $(srcdir)/c-pragma.c
$(srcdir)/cp/class.c $(srcdir)/cp/cp-objcp-common.c [fortran]
$(srcdir)/fortran/f95-lang.c $(srcdir)/fortran/trans-decl.c
$(srcdir)/fortran/trans-intrinsic.c $(srcdir)/fortran/trans-io.c
$(srcdir)/fortran/trans-types.c $(srcdir)/fortran/trans-types.h
$(srcdir)/fortran/trans.h $(srcdir)/fortran/trans-const.h [java]
$(srcdir)/java/java-tree.h $(srcdir)/java/jcf.h $(srcdir)/java/parse.h
$(srcdir)/java/builtins.c $(srcdir)/java/class.c
$(srcdir)/java/constants.c $(srcdir)/java/decl.c $(srcdir)/java/expr.c
$(srcdir)/java/jcf-parse.c $(srcdir)/java/lang.c
$(srcdir)/java/mangle.c $(srcdir)/java/resource.c [objc]
$(srcdir)/objc/objc-act.h $(srcdir)/c-parser.c $(srcdir)/c-tree.h
$(srcdir)/c-decl.c $(srcdir)/c-objc-common.c $(srcdir)/c-common.c
$(srcdir)/c-common.h $(srcdir)/c-pragma.h $(srcdir)/c-pragma.c
$(srcdir)/objc/objc-act.c [objcp] $(srcdir)/objcp/objcp-decl.c
$(srcdir)/objc/objc-act.c $(srcdir)/objc/objc-act.h
$(srcdir)/cp/rtti.c $(srcdir)/cp/mangle.c $(srcdir)/cp/name-lookup.h
$(srcdir)/cp/name-lookup.c $(srcdir)/cp/cp-tree.h $(srcdir)/cp/decl.h
$(srcdir)/cp/call.c $(srcdir)/cp/decl.c $(srcdir)/cp/decl2.c
$(srcdir)/cp/pt.c $(srcdir)/cp/repo.c $(srcdir)/cp/semantics.c
$(srcdir)/cp/tree.c $(srcdir)/cp/parser.c $(srcdir)/cp/method.c
$(srcdir)/cp/typeck2.c $(srcdir)/c-common.c $(srcdir)/c-common.h
$(srcdir)/c-lex.c $(srcdir)/c-pragma.h $(srcdir)/c-pragma.c
$(srcdir)/cp/cp-objcp-common.c [treelang] $(srcdir)/treelang/tree1.c
$(srcdir)/treelang/treetree.c $(srcdir)/treelang/treelang.h [c]
$(srcdir)/c-lang.c $(srcdir)/c-tree.h $(srcdir)/c-decl.c
$(srcdir)/c-common.c $(srcdir)/c-common.h $(srcdir)/c-pragma.h
$(srcdir)/c-pragma.c $(srcdir)/c-objc-common.c $(srcdir)/c-parser.c'
all_lang_makefiles='ada/Makefile'
all_lang_makefrags=' $(srcdir)/ada/Make-lang.in
$(srcdir)/cp/Make-lang.in $(srcdir)/fortran/Make-lang.in
$(srcdir)/java/Make-lang.in $(srcdir)/objc/Make-lang.in
$(srcdir)/objcp/Make-lang.in $(srcdir)/treelang/Make-lang.in'
all_languages=' ada c++ fortran java objc obj-c++ treelang'
all_selected_languages=' c++ fortran java objc'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias='i686-pc-linux-gnu'
build_cpu='i686'
build_exeext=''
build_file_translate=''
build_install_headers_dir='install-headers-tar'
build_libsubdir='.'
build_os='linux-gnu'
build_subdir='build-i686-pc-linux-gnu'
build_vendor='pc'
build_xm_defines=''
build_xm_file_list=' auto-host.h $(srcdir)/../include/ansidecl.h'
build_xm_include_list=' auto-host.h ansidecl.h'
c_target_objs=''
check_languages=' check-c++ check-fortran check-java check-objc'
collect2='collect2$(exeext)'
coverage_flags=''
cpp_install_dir=''
cxx_compat_warn='-Wc++-compat'
cxx_target_objs=''
datadir='${prefix}/share'
datarootdir='$(prefix)/share'
docdir='$(datarootdir)'
dollar=''
enable_decimal_float='bid'
enable_fast_install='yes'
enable_fixed_point='no'
enable_multilib='yes'
enable_shared='yes'
exec_prefix='${prefix}'
extra_gcc_objs='driver-i386.o '
extra_headers_list=' $(srcdir)/config/i386/cpuid.h
$(srcdir)/config/i386/mmintrin.h $(srcdir)/config/i386/mm3dnow.h
$(srcdir)/config/i386/xmmintrin.h $(srcdir)/config/i386/emmintrin.h
$(srcdir)/config/i386/pmmintrin.h $(srcdir)/config/i386/tmmintrin.h
$(srcdir)/config/i386/ammintrin.h $(srcdir)/config/i386/smmintrin.h
$(srcdir)/config/i386/nmmintrin.h $(srcdir)/config/i386/bmmintrin.h
$(srcdir)/config/i386/mmintrin-common.h'
extra_modes_file='$(srcdir)/config/i386/i386-modes.def'
extra_objs=' '
extra_opt_files=' $(srcdir)/config/i386/i386.opt $(srcdir)/config/linux.opt'
extra_parts='crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o'
extra_passes=''
extra_programs=''
float_h_file=''
gcc_config_arguments='../gcc-4.3.3/configure'
gcc_cv_as='/usr/bin/as'
gcc_cv_ld='/usr/bin/ld'
gcc_cv_nm='/usr/bin/nm'
gcc_cv_objdump='/usr/bin/objdump'
gcc_gxx_include_dir='$(libsubdir)/$(libsubdir_to_prefix)include/c++/$(version)'
gcc_tooldir='$(libsubdir)/$(libsubdir_to_prefix)$(target_noncanonical)'
gthread_flags='-DHAVE_GTHR_DEFAULT'
have_mktemp_command='yes'
host='i686-pc-linux-gnu'
host_alias='i686-pc-linux-gnu'
host_cc_for_libada=' /home/vebs/gcc/gcc-build/./prev-gcc/xgcc
-B/home/vebs/gcc/gcc-build/./prev-gcc/
-B/usr/local/i686-pc-linux-gnu/bin/'
host_cpu='i686'
host_exeext=''
host_os='linux-gnu'
host_subdir='.'
host_vendor='pc'
host_xm_defines=''
host_xm_file_list=' auto-host.h $(srcdir)/../include/ansidecl.h'
host_xm_include_list=' auto-host.h ansidecl.h'
htmldir='$(docdir)'
includedir='${prefix}/include'
infodir='${prefix}/info'
inhibit_libc='false'
install=''
lang_opt_files=' ../../gcc-4.3.3/gcc/ada/lang.opt
../../gcc-4.3.3/gcc/fortran/lang.opt ../../gcc-4.3.3/gcc/java/lang.opt
../../gcc-4.3.3/gcc/treelang/lang.opt'
lang_specs_files=' ../../gcc-4.3.3/gcc/cp/lang-specs.h
../../gcc-4.3.3/gcc/fortran/lang-specs.h
../../gcc-4.3.3/gcc/java/lang-specs.h
../../gcc-4.3.3/gcc/objc/lang-specs.h'
lang_tree_files=' ../../gcc-4.3.3/gcc/ada/ada-tree.def
../../gcc-4.3.3/gcc/cp/cp-tree.def
../../gcc-4.3.3/gcc/java/java-tree.def
../../gcc-4.3.3/gcc/objc/objc-tree.def'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libgcc_visibility='yes'
local_prefix='/usr/local'
localstatedir='${prefix}/var'
loose_warn='-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes'
lt_ECHO='echo'
make_compare_target='gnucompare'
mandir='${prefix}/man'
manext='.1'
md_file='i386/i386.md'
nocommon_flag=''
objc_boehm_gc=''
objdir='.libs'
objext='o'
oldincludedir='/usr/include'
onestep=''
out_file='i386/i386.c'
out_host_hook_obj='host-linux.o'
out_object_file='i386.o'
prefix='/usr/local'
program_transform_name='s,y,y,'
ranlib_flags=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
slibdir='$(libdir)'
srcdir='../../gcc-4.3.3/gcc'
strict_warn='-Wold-style-definition -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros 				
-Wno-overlength-strings'
subdirs=' ada cp fortran java objc objcp treelang'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias='i686-pc-linux-gnu'
target_cpu='i686'
target_cpu_default=''
target_noncanonical='i686-pc-linux-gnu'
target_os='linux-gnu'
target_subdir='i686-pc-linux-gnu'
target_vendor='pc'
thread_file='posix'
tm_defines=' UCLIBC_DEFAULT=0'
tm_file_list='options.h $(srcdir)/config/i386/i386.h
$(srcdir)/config/i386/unix.h $(srcdir)/config/i386/att.h
$(srcdir)/config/dbxelf.h $(srcdir)/config/elfos.h
$(srcdir)/config/svr4.h $(srcdir)/config/linux.h
$(srcdir)/config/i386/linux.h $(srcdir)/defaults.h'
tm_include_list='options.h config/i386/i386.h config/i386/unix.h
config/i386/att.h config/dbxelf.h config/elfos.h config/svr4.h
config/linux.h config/i386/linux.h defaults.h'
tm_p_file_list=' $(srcdir)/config/i386/i386-protos.h tm-preds.h'
tm_p_include_list=' config/i386/i386-protos.h tm-preds.h'
tmake_file=' $(srcdir)/config/t-slibgcc-elf-ver
$(srcdir)/config/t-linux $(srcdir)/config/i386/t-crtstuff
$(srcdir)/config/i386/t-crtpc $(srcdir)/config/i386/t-crtfm
$(srcdir)/config/t-dfprules $(srcdir)/config/i386/t-pmm_malloc'
valgrind_command=''
valgrind_path=''
valgrind_path_defines=''
warn_cflags='$(GCC_WARN_CFLAGS)'
xm_defines=''
xm_file_list=' auto-host.h $(srcdir)/../include/ansidecl.h'
xm_include_list=' auto-host.h ansidecl.h'
xmake_file=' $(srcdir)/config/i386/x-i386 $(srcdir)/config/x-linux'
zlibdir='-L../zlib'
zlibinc='-I$(srcdir)/../zlib'

## ------------- ##
## Output files. ##
## ------------- ##

language_hooks='Make-hooks'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define DEFAULT_USE_CXA_ATEXIT 2
#define ENABLE_ASSERT_CHECKING 1
#define ENABLE_DECIMAL_BID_FORMAT 1
#define ENABLE_DECIMAL_FLOAT 1
#define ENABLE_FIXED_POINT 0
#define ENABLE_NLS 1
#define ENABLE_RUNTIME_CHECKING 1
#define EXTRA_MODES_FILE "config/i386/i386-modes.def"
#define GETGROUPS_T gid_t
#define HAVE_ALPHASORT 1
#define HAVE_AS_DEBUG_PREFIX_MAP 1
#define HAVE_AS_DWARF2_DEBUG_LINE 1
#define HAVE_AS_GDWARF2_DEBUG_FLAG 1
#define HAVE_AS_GOTOFF_IN_DATA 1
#define HAVE_AS_GSTABS_DEBUG_FLAG 1
#define HAVE_AS_IX86_DIFF_SECT_DELTA 1
#define HAVE_AS_IX86_FFREEP 1
#define HAVE_AS_IX86_SAHF 1
#define HAVE_AS_LEB128 1
#define HAVE_AS_LINE_ZERO 1
#define HAVE_AS_TLS 1
#define HAVE_ATOLL 1
#define HAVE_CLEARERR_UNLOCKED 1
#define HAVE_CLOCK 1
#define HAVE_CLOCK_T 1
#define HAVE_COMDAT_GROUP 1
#define HAVE_DECL_ABORT 1
#define HAVE_DECL_ASPRINTF 1
#define HAVE_DECL_ATOF 1
#define HAVE_DECL_ATOL 1
#define HAVE_DECL_BASENAME 1
#define HAVE_DECL_CALLOC 1
#define HAVE_DECL_CLEARERR_UNLOCKED 1
#define HAVE_DECL_CLOCK 1
#define HAVE_DECL_ERRNO 1
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FERROR_UNLOCKED 1
#define HAVE_DECL_FFLUSH_UNLOCKED 1
#define HAVE_DECL_FGETC_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 1
#define HAVE_DECL_FILENO_UNLOCKED 1
#define HAVE_DECL_FPRINTF_UNLOCKED 0
#define HAVE_DECL_FPUTC_UNLOCKED 1
#define HAVE_DECL_FPUTS_UNLOCKED 1
#define HAVE_DECL_FREAD_UNLOCKED 1
#define HAVE_DECL_FREE 1
#define HAVE_DECL_FWRITE_UNLOCKED 1
#define HAVE_DECL_GETCHAR_UNLOCKED 1
#define HAVE_DECL_GETCWD 1
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_DECL_GETENV 1
#define HAVE_DECL_GETOPT 0
#define HAVE_DECL_GETPAGESIZE 1
#define HAVE_DECL_GETRLIMIT 1
#define HAVE_DECL_GETRUSAGE 1
#define HAVE_DECL_GETWD 1
#define HAVE_DECL_LDGETNAME 0
#define HAVE_DECL_MALLOC 1
#define HAVE_DECL_PUTCHAR_UNLOCKED 1
#define HAVE_DECL_PUTC_UNLOCKED 1
#define HAVE_DECL_REALLOC 1
#define HAVE_DECL_SBRK 1
#define HAVE_DECL_SETRLIMIT 1
#define HAVE_DECL_SIGALTSTACK 1
#define HAVE_DECL_SNPRINTF 1
#define HAVE_DECL_STRSIGNAL 1
#define HAVE_DECL_STRSTR 1
#define HAVE_DECL_STRVERSCMP 1
#define HAVE_DECL_TIMES 1
#define HAVE_DECL_VASPRINTF 1
#define HAVE_DECL_VSNPRINTF 1
#define HAVE_DLFCN_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FEOF_UNLOCKED 1
#define HAVE_FERROR_UNLOCKED 1
#define HAVE_FFLUSH_UNLOCKED 1
#define HAVE_FGETC_UNLOCKED 1
#define HAVE_FGETS_UNLOCKED 1
#define HAVE_FILENO_UNLOCKED 1
#define HAVE_FORK 1
#define HAVE_FPUTC_UNLOCKED 1
#define HAVE_FPUTS_UNLOCKED 1
#define HAVE_FREAD_UNLOCKED 1
#define HAVE_FWRITE_UNLOCKED 1
#define HAVE_GAS_BALIGN_AND_P2ALIGN 1
#define HAVE_GAS_FILDS_FISTS 1
#define HAVE_GAS_HIDDEN 1
#define HAVE_GAS_MAX_SKIP_P2ALIGN 1
#define HAVE_GAS_SHF_MERGE 1
#define HAVE_GAS_SUBSECTION_ORDERING 1
#define HAVE_GAS_WEAK 1
#define HAVE_GAS_WEAKREF 1
#define HAVE_GETCHAR_UNLOCKED 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_GETIPINFO 1
#define HAVE_GETRLIMIT 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GNU_AS 0
#define HAVE_GNU_LD 0
#define HAVE_ICONV 1
#define HAVE_ICONV_H 1
#define HAVE_INITFINI_ARRAY 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_KILL 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LANGINFO_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LD_AS_NEEDED 1
#define HAVE_LD_EH_FRAME_HDR 1
#define HAVE_LD_EH_GC_SECTIONS 1
#define HAVE_LD_PIE 1
#define HAVE_LD_RO_RW_SECTION_MIXING 1
#define HAVE_LD_STATIC_DYNAMIC 1
#define HAVE_LD_SYSROOT 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LONG_LONG 1
#define HAVE_MALLOC_H 1
#define HAVE_MBSTOWCS 1
#define HAVE_MEMORY_H 1
#define HAVE_MINCORE 1
#define HAVE_MMAP 1
#define HAVE_MMAP_ANON 1
#define HAVE_MMAP_DEV_ZERO 1
#define HAVE_MMAP_FILE 1
#define HAVE_NL_LANGINFO 1
#define HAVE_PUTCHAR_UNLOCKED 1
#define HAVE_PUTC_UNLOCKED 1
#define HAVE_SCANDIR 1
#define HAVE_SETLOCALE 1
#define HAVE_SETRLIMIT 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRSIGNAL 1
#define HAVE_STRUCT_TMS 1
#define HAVE_SYSCONF 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_TIMES 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VFORK 1
#define HAVE_WCHAR_H 1
#define HAVE_WCSWIDTH 1
#define HAVE_WORKING_FORK 1
#define HAVE_WORKING_MBSTOWCS 1
#define HAVE_WORKING_VFORK 1
#define ICONV_CONST
#define LT_OBJDIR ".libs/"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_SHORT 2
#define SIZEOF_VOID_P 4
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define STRING_WITH_STRINGS 1
#define TARGET_LIBC_PROVIDES_SSP 1
#define TIME_WITH_SYS_TIME 1
#define USE_MAPPED_LOCATION 1
#define _GNU_SOURCE 1

configure: exit 0

------------------------------------------------------------------------------------------------------------------------


On Tue, Apr 27, 2010 at 2:32 AM, Ian Lance Taylor <iant@google.com> wrote:
> Vaibhav Shrimali <vaibhav.shrimali@gmail.com> writes:
>
>> When I include these changes and try to build the compiler, it shows
>> some error and stops.
>> It shows some error in i386.md file which was not there when I try to
>> build the compiler without
>> my changes in it.
>
> I'm sorry, but you really have to give us specific information and ask
> specific questions if you hope for help. ?For example, there is
> absolutely nothing I can do with the information that "it shows some
> error in i386.md file." ?If you, for example, showed exactly the
> change you made to the compiler (e.g., using the output of the diff
> program with the -u option) and you showed exactly what the error
> message was (e.g., by cutting and pasting the build output), and you
> asked what the message meant, then we could probably answer your
> question. ?But we can't somehow figure out what is going wrong with
> what you are trying to do. ?It's not because we don't want to help;
> it's because it's impossible.
>
> Ian
>



-- 
Vaibhav Shrimali
BTech(ICT), DA-IICT
Gandhinagar


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]