This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mainline problems with libgcc2.c
Gordon Sadler wrote:
> I cannot reproduce... because I now have the following for past 2-3
> days:
> /gcc/xgcc -B/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -dumpspecs > tmp-specs
> /bin/sh: /gcc/xgcc: No such file or directory
Just a guess; what does "ldd /gcc/xgcc" say? It looks to me as if
a shared lib isn't available.
> make[2]: *** [specs] Error 127
> make[2]: Leaving directory `/usr/local/src/build/gcc/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/usr/local/src/build/gcc/gcc'
> make: *** [bootstrap] Error 2
>
> However my configury has not changed. I've attached the compile.sh I run
> to accomplish the whole thing from cron. I've commented out the check
> and mail-log as I cannot bootstrap for now.
Why are you using both "-march=athlon" and "-march=i686"?
HTH, cheers.
l8er
manfred