Problem building gcc 3.4.6 on 64 bit linux machine

2008-10-16 Thread Leonard J. Reder
Hello, I have a code that requires gcc 3.4.6 to compile it so I am attempting to build for my fedora 9 64 bit linux machine. It is having trouble doing this: gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long

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 so

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