This is the mail archive of the gcc-bugs@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 build failure on i686-pc-linux-gnu


Gabriel Dos Reis <gdr@integrable-solutions.net> writes:

| Diego Novillo <dnovillo@redhat.com> writes:
| 
| | On Mon, Apr 11, 2005 at 10:59:46PM -0500, Gabriel Dos Reis wrote:
| | 
| | >    -c /home/gdr/redhat/egcs/gcc/crtstuff.c -DCRT_BEGIN \
| | >   -o crtbegin.o
| | > make[1]: *** [crtbegin.o] Aborted
| | > make[1]: Leaving directory `/home/gdr/build/4.1/gcc'
| | > make: *** [all-gcc] Error 2
| | > 
| | What's your top-of-ChangeLog?  Works for me up to
| | 
| | 2005-04-11  Diego Novillo  <dnovillo@redhat.com>
| | 
| |         PR tree-optimization/20933
| |         * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Move
| | 	[ ... ]
| 
| I have
| 
| 2005-04-11  Geoffrey Keating  <geoffk@apple.com>
| 
|         * config/t-slibgcc-darwin: Don't put shared libraries in
|         directories other than $(slibdir).
|         * config/rs6000/darwin.h: Find -m64 libgcc under the name the
|         OS uses for it.

This might be due to the bootstrapping compiler -- I was using a
compiler built from yesterday tree to bootstrap

    Using built-in specs.
    Target: i686-pc-linux-gnu
    Configured with: /home/gdr/redhat/egcs/configure --prefix=/home/gdr --enable-languages=c++ --disable-nls
    Thread model: posix
    gcc version 4.1.0 20050411 (experimental)


Blowing away that compiler and using the native compiler (3.3.1) of my
system let me complete the build.

Whatever problem there was yesterday, it seems to have been fixed.

Thanks,

-- Gaby


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