This is the mail archive of the gcc@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: Mainline problems with libgcc2.c


On Tue, May 21, 2002 at 05:44:27PM +0200, Manfred Hollstein wrote:
> 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.
> 
The problem here is '/gcc/xgcc', note the '/' at the beginning. As near
as I can tell from the Makefile.in it should be './'. I can still
compile 3.1-branch, so I don't believe my tools are broken at this time.
> >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"?
> 
i686 is passed to the system compiler (eg 2.95.3) while athlon is passed
to the newly built compiler.
> HTH, cheers.
> 
> l8er
> manfred
> 
> 

-- 
Gordon Sadler


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