Re: gcc-4.1.2 RC1 build problem

2007-02-06 Thread Ralf Wildenhues
Hello Paolo, all, * Paolo Bonzini wrote on Mon, Feb 05, 2007 at 10:30:41AM CET: > > >The macro $(SYSTEM_HEADER_DIR) is used in a double-quoted context, > >leading to nonportable "...`..."..."...`...", [...] > >Proposed untested patch. (I also haven't checked whether there are > >other instances

Re: gcc-4.1.2 RC1 build problem

2007-02-05 Thread Paolo Bonzini
The macro $(SYSTEM_HEADER_DIR) is used in a double-quoted context, leading to nonportable "...`..."..."...`...", see . Proposed untested patch. (I also haven't checked whether there are other instances of this iss

Re: gcc-4.1.2 RC1 build problem

2007-02-02 Thread Ralf Wildenhues
Hello Kate, all, * Kate Minola wrote on Fri, Feb 02, 2007 at 03:37:05PM CET: > > echo 'SYSTEM_HEADER_DIR="'"`echo /usr/include | sed -e :a -e > "s,[^/]*/\.\.\/,," > -e ta`"'"' \ >> >/home/kate/gcc-4.1.2-20070128/alpha-OSF1-V4/lib/gcc/alphaev56- > dec-osf4.0f/4.1.

Re: gcc-4.1.2 RC1 build problem

2007-02-02 Thread Joe Buck
On Fri, Feb 02, 2007 at 04:15:05PM -0800, Mark Mitchell wrote: > Joe Buck wrote: > > On Fri, Feb 02, 2007 at 05:23:01PM +0100, Eric Botcazou wrote: > >>> dec-osf4.0f/4.1.2/install-tools/mkheaders.conf > >>> /bin/sh: : cannot execute > >>> /bin/sh: /]*/../,, -e ta: not found > >>> sed: Function s,[

Re: gcc-4.1.2 RC1 build problem

2007-02-02 Thread Mark Mitchell
Joe Buck wrote: > On Fri, Feb 02, 2007 at 05:23:01PM +0100, Eric Botcazou wrote: >>> dec-osf4.0f/4.1.2/install-tools/mkheaders.conf >>> /bin/sh: : cannot execute >>> /bin/sh: /]*/../,, -e ta: not found >>> sed: Function s,[ cannot be parsed. >> That should not happen on Solaris if you set CONFIG_SH

Re: gcc-4.1.2 RC1 build problem

2007-02-02 Thread Joe Buck
On Fri, Feb 02, 2007 at 05:23:01PM +0100, Eric Botcazou wrote: > > dec-osf4.0f/4.1.2/install-tools/mkheaders.conf > > /bin/sh: : cannot execute > > /bin/sh: /]*/../,, -e ta: not found > > sed: Function s,[ cannot be parsed. > > That should not happen on Solaris if you set CONFIG_SHELL=/bin/ksh as

Re: gcc-4.1.2 RC1 build problem

2007-02-02 Thread Eric Botcazou
> however during 'make install' on the following architectures > > alphaev56-dec-osf4.0f > alphaev68-dec-osf5.1b > sparc-sun-solaris2.8 > i386-pc-solaris2.10 > i386-pc-solaris2.9 > > I ran into the following problem > > echo 'SYSTEM_HEADER_DIR="'"`echo /usr/include | sed -e

gcc-4.1.2 RC1 build problem

2007-02-02 Thread Kate Minola
I was able to successfully build gcc-4.1.2-20070128 on alphaev56-unknown-linux-gnu ia64-unknown-linux-gnu powerpc64-unknown-linux-gnu x86_64-unknown-linux-gnu i686-pc-linux-gnu however during 'make install' on the following architectures alphaev56-dec-osf4.0f alphaev