[Bug bootstrap/33511] New: make fails with no rule to make target 'all' in directory gcc

2007-09-20 Thread gmills at library dot berkeley dot edu
er Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gmills at library dot berkeley dot edu GCC build triplet: sparc-sun-solaris2.8 GCC host triplet: sparc-sun-solaris2.8 GCC target triplet: sparc-sun-solaris2.8 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33511

[Bug bootstrap/33511] make fails with no rule to make target 'all' in directory gcc

2007-09-20 Thread gmills at library dot berkeley dot edu
--- Comment #2 from gmills at library dot berkeley dot edu 2007-09-20 20:31 --- ../gcc-4.2.1/configure --enable-languages=c,c++,objc,obj-c++ --with-gnu-as --with-gnu-ld Configuring without --with-gnu-as & --with-gnu-ld doesn't work either. -- http://gcc.gnu.org

[Bug bootstrap/33511] make fails with no rule to make target 'all' in directory gcc

2007-09-21 Thread gmills at library dot berkeley dot edu
--- Comment #4 from gmills at library dot berkeley dot edu 2007-09-21 20:34 --- With the following configure string /usr/local/src/gcc-4.2.1/configure --enable-languages=c,c++,objc,obj-c++ --with-gnu-as --with-gnu-ld I am getting this error. In file included from /usr/local/src

[Bug bootstrap/33511] make fails with no rule to make target 'all' in directory gcc

2007-09-21 Thread gmills at library dot berkeley dot edu
--- Comment #6 from gmills at library dot berkeley dot edu 2007-09-21 20:56 --- Subject: Re: make fails with no rule to make target 'all' in directory gcc No, I'm building in a target directory Garey Mills ebotcazou at gcc dot gnu dot org wrote: > --- Comment

[Bug bootstrap/33511] make fails with no rule to make target 'all' in directory gcc

2007-09-21 Thread gmills at library dot berkeley dot edu
--- Comment #9 from gmills at library dot berkeley dot edu 2007-09-21 21:48 --- Subject: Re: make fails with no rule to make target 'all' in directory gcc ksh ebotcazou at gcc dot gnu dot org wrote: > --- Comment #7 from ebotcazou at gcc dot gnu dot org 200

[Bug bootstrap/33511] make fails with no rule to make target 'all' in directory gcc

2007-09-21 Thread gmills at library dot berkeley dot edu
--- Comment #10 from gmills at library dot berkeley dot edu 2007-09-21 21:49 --- Subject: Re: make fails with no rule to make target 'all' in directory gcc gnu tar. pinskia at gcc dot gnu dot org wrote: > --- Comment #8 from pinskia at gcc dot gnu dot org 200

[Bug bootstrap/33511] make fails with no rule to make target 'all' in directory gcc

2007-09-26 Thread gmills at library dot berkeley dot edu
--- Comment #13 from gmills at library dot berkeley dot edu 2007-09-26 21:02 --- I just wanted to add that I finally got gcc to compile with c, c++, objc and objc++ front ends. The key apparently was to upgrade to the latest gnu tar. The previous version was 1.13 (as far as I can tell