Hello Eric, * Eric Niebler wrote on Sun, Aug 23, 2009 at 01:41:38AM CEST: > checking whether the C compiler works... configure: error: in > `/home/ericne/objdir/i686-pc-cygwin/li > biberty': > configure: error: cannot run C compiled programs. > If you meant to cross compile, use `--host'. > See `config.log' for more details. > checking for egrep... grep -E > checking for i686-pc-cygwin-gcc... /home/ericne/objdir/./gcc/xgcc > -B/home/ericne/objdir/./gcc/ -B/us > r/local/gcc-4.5-20090813//i686-pc-cygwin/bin/ > -B/usr/local/gcc-4.5-20090813//i686-pc-cygwin/lib/ -is > ystem /usr/local/gcc-4.5-20090813//i686-pc-cygwin/include -isystem > /usr/local/gcc-4.5-20090813//i686 > -pc-cygwin/sys-include > make[1]: *** [configure-target-libiberty] Error 1 > make[1]: *** Waiting for unfinished jobs.... > checking for C compiler default output file name... a.exe > checking whether the C compiler works... configure: error: in > `/home/ericne/objdir/i686-pc-cygwin/li > bstdc++-v3': > configure: error: cannot run C compiled programs. > If you meant to cross compile, use `--host'. > See `config.log' for more details. > make[1]: *** [configure-target-libstdc++-v3] Error 1 > make[1]: Leaving directory `/home/ericne/objdir' > make: *** [all] Error 2
You need to look at the config.log file in the /home/ericne/objdir/i686-pc-cygwin/libstdc++-v3 directory. Cheers, Ralf