------- Comment #4 from lucier at math dot purdue dot edu 2010-04-10 20:43 ------- I can't get it to bootstrap with the following:
[monster-mac:~/programs/gcc/gcc-4_4-branch] lucier% cat build-gcc #!/bin/tcsh /bin/rm -rf *; ../../gcc-4_4-branch/configure CC='/pkgs/gcc-4.3.2-64/bin/gcc -mcpu=970 -m64' --build=powerpc64-apple-darwin9.8.0 --host=powerpc64-apple-darwin9.8.0 --target=powerpc64-apple-darwin9.8.0 --prefix=/pkgs/gcc-4.4.4-64 --with-libiconv-prefix=/usr --with-system-zlib; make bootstrap BOOT_LDFLAGS='-Wl,-search_paths_first' >& build.log && (make install) && (make -k -j 8 check RUNTESTFLAGS="--target_board 'unix{-mcpu=970/-m64}'" >& check.log ; make mail-report.log) The error is checking for flex... flex checking lex output file root... configure: error: cannot find output from flex; giving up make[2]: *** [configure-stage1-gmp] Error 1 make[1]: *** [stage1-bubble] Error 2 make: *** [bootstrap] Error 2 And I get the same error if I use your configure line. So I can't reproduce this working with [monster-mac:~/programs/gcc/gcc-4_4-branch] lucier% head LAST_UPDATED gcc/BASE-VER ==> LAST_UPDATED <== Sat Apr 10 16:26:49 EDT 2010 Sat Apr 10 20:26:49 UTC 2010 (revision 158195) ==> gcc/BASE-VER <== 4.4.4 and with in-source gmp, mpfr, and mpc directories. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37632