Re: GCC build error (missing separator)

2008-06-06 Thread Dan Nicholson
On Thu, Jun 5, 2008 at 5:59 PM, Ken Moffat <[EMAIL PROTECTED]> wrote: > On Fri, Jun 06, 2008 at 07:12:21AM +0930, Sharif Oerton wrote: >> On Friday 06 June 2008 02:58:03 Ken Moffat wrote: >> > When the build failed, did you not see a series of messages >> > something like "making all in foo" "maki

Re: GCC build error (missing separator)

2008-06-06 Thread Ken Moffat
Second attempt to reply, this time from a subscribed address... On Fri, Jun 06, 2008 at 02:56:20PM +0930, Sharif Oerton wrote: > > > > e.g. perhaps the '\' in the second sed was not the last character > > on a line (it's a continuation, just like in the configure command). > > Getting that wrong

Re: GCC build error (missing separator)

2008-06-06 Thread Ken Moffat
On Fri, Jun 06, 2008 at 02:56:20PM +0930, Sharif Oerton wrote: > > > > e.g. perhaps the '\' in the second sed was not the last character > > on a line (it's a continuation, just like in the configure command). > > Getting that wrong could conceivably wipe out gcc/Makefile.in - what > > do you get f

Re: GCC build error (missing separator)

2008-06-05 Thread Sharif Oerton
On Friday 06 June 2008 10:29:27 Ken Moffat wrote: > In that case, I have no idea what the specific cause is. I guess > you are missing something essential - it almost sounds as if make > itself is not found, but you couldn't have got this far. > > Ah, at the start of pass 2 we copy gcc/Makefile.

Re: GCC build error (missing separator)

2008-06-05 Thread Ken Moffat
On Fri, Jun 06, 2008 at 07:12:21AM +0930, Sharif Oerton wrote: > On Friday 06 June 2008 02:58:03 Ken Moffat wrote: > > When the build failed, did you not see a series of messages > > something like "making all in foo" "making all in foo/bar", followed > > by an error message, then a series of othe

Re: GCC build error (missing separator)

2008-06-05 Thread Sharif Oerton
On Friday 06 June 2008 02:58:03 Ken Moffat wrote: > When the build failed, did you not see a series of messages > something like "making all in foo" "making all in foo/bar", followed > by an error message, then a series of other messages as it leaves > directories, before the final "Error n" ? No

Re: GCC build error (missing separator)

2008-06-05 Thread Ken Moffat
On Thu, Jun 05, 2008 at 06:53:33PM +0930, Sharif Oerton wrote: > > I'm not quite sure where to look to find out which directory was being used, > I'm sorry. The only makefile I can see is the one in the gcc-build directory. > The configure script makes no mention of which directory. > When th

Re: GCC build error (missing separator)

2008-06-05 Thread Sharif Oerton
On Wednesday 04 June 2008 23:04:56 Ken Moffat wrote: > On Wed, Jun 04, 2008 at 01:39:36PM +0930, Sharif Oerton wrote: > > Hi all, > > > > I'm building GCC, pass two, and I'm pretty sure I've entered everything > > exactly as instructed (I did it twice just to make sure). > > > > The error I get is

Re: GCC build error (missing separator)

2008-06-04 Thread Ken Moffat
On Wed, Jun 04, 2008 at 01:39:36PM +0930, Sharif Oerton wrote: > Hi all, > > I'm building GCC, pass two, and I'm pretty sure I've entered everything > exactly as instructed (I did it twice just to make sure). > > The error I get is > > Makefile:275: *** missing separator. Stop. > > Line 275

GCC build error (missing separator)

2008-06-04 Thread Sharif Oerton
Hi all, I'm building GCC, pass two, and I'm pretty sure I've entered everything exactly as instructed (I did it twice just to make sure). The error I get is Makefile:275: *** missing separator. Stop. Line 275 in the makefile is @SET_MAKE@ . Not being versed in makefile syntax I'm not sure