Re: Problem building gcc 3.4.6 on 64 bit linux machine

2008-10-16 Thread Manfred Hollstein
On Fri, 17 Oct 2008, 00:33:08 +0200, Bruce Korb wrote: > You must be trying to rebuild the generated files in the fixincludes > directory. > You shouldn't be. Run: >bash contrib/gcc_update --touch > Good luck - Bruce Another thing that strikes is that he's using /bin/tcsh as the shell; I'd s

Re: Problem building gcc 3.4.6 on 64 bit linux machine

2008-10-16 Thread Bruce Korb
You must be trying to rebuild the generated files in the fixincludes directory. You shouldn't be. Run: bash contrib/gcc_update --touch Good luck - Bruce On Thu, Oct 16, 2008 at 3:24 PM, Leonard J. Reder <[EMAIL PROTECTED]> wrote: > Hello, > > I have a code that requires gcc 3.4.6 to compile it