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
suggest to "setenv CONFIG_SHELL /bin/sh" before invoking configure.

> On Thu, Oct 16, 2008 at 3:24 PM, Leonard J. Reder <[EMAIL PROTECTED]> wrote:
> > [...]
> > make TARGETS=oneprocess SHELL="/bin/tcsh" CC="gcc" CFLAGS=" -g -O2 -DIN_GCC
                            ^^^^^^^^^^^^^^^^^
> > [...]
> > make[2]: Entering directory
> > `/home/dlab/pkgs/src/gcc/gcc-3.4.6/gobj/gcc/fixinc'
> > /bin/tcsh ../../../gcc/fixinc/genfixes machname.h
> > SHELL=/bin/sh: Command not found.
> > export: Command not found.
> > if: Expression Syntax.
> > make[2]: *** [machname.h] Error 1
> > make[2]: Leaving directory
> > `/home/dlab/pkgs/src/gcc/gcc-3.4.6/gobj/gcc/fixinc'
> > make[1]: *** [fixinc.sh] Error 2
> > make[1]: Leaving directory `/home/dlab/pkgs/src/gcc/gcc-3.4.6/gobj/gcc'
> > make: *** [all-gcc] Error 2
> >
> > This is my configure line:
> >
> > ../configure --prefix=/home/dlab/pkgs/src/gcc/3.4.6
> > --target=x86_64-redhat-linux
> >
> > When I execute "gcc -dumpmachine" I get this
> >
> > x86_64-redhat-linux
> >
> > Does anyone have any idea of how I can configure to fix this error or is
> > there something else I need to fix here?   Any replies would be appreciated.

HTH, cheers.

l8er
manfred

Reply via email to