> 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 :a -e > "s,[^/]*/\.\.\/,," -e ta`"'"' \ > > > /home/kate/gcc-4.1.2-20070128/alpha-OSF1-V4/lib/gcc/alpha > >ev56- > > 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 recommended in http://gcc.gnu.org/install/specific.html#x-x-solaris2 -- Eric Botcazou