[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).

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

2007-09-25 Thread cboos at neuf dot fr
--- Comment #12 from cboos at neuf dot fr 2007-09-25 15:25 --- (In reply to comment #11) > So are the files reported as missing really missing...? > I had the same issue on HP-UX and I can confirm this was an issue with tar and long file names. On Linux: # tar --version tar (GNU

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

2007-09-22 Thread ebotcazou at gcc dot gnu dot org
--- Comment #11 from ebotcazou at gcc dot gnu dot org 2007-09-22 07:33 --- So are the files reported as missing really missing...? -- 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-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 2007-09-21 21:46 > --

[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 2007-09-21 21:19 >

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

2007-09-21 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-09-21 21:46 --- Also which tar did you untar the tar ball with? GNU tar is required to support long file name lengths. -- 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-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #7 from ebotcazou at gcc dot gnu dot org 2007-09-21 21:19 --- > No, I'm building in a target directory OK. Which config shell do you use? -- 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-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 #5 from ebotcazou

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

2007-09-21 Thread ebotcazou at gcc dot gnu dot org
--- Comment #5 from ebotcazou at gcc dot gnu dot org 2007-09-21 20:40 --- > /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. Aren't you again building within the source tree? -- ebotcazou at gcc do

[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/gc

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

2007-09-20 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2007-09-21 06:24 --- > ../gcc-4.2.1/configure --enable-languages=c,c++,objc,obj-c++ --with-gnu-as > --with-gnu-ld Please follow the instructions at: http://gcc.gnu.org/install/specific.html#x-x-solaris2 -- ebotcazou at gcc dot

[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/bugzilla/show_bug.

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

2007-09-20 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-09-20 20:21 --- How did you run configure? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33511