> >>> * A couple of tests fail: > >>> > >>> FAIL: test-mbrtowc4.sh > >>> FAIL: test-mbrtowc3.sh > >>> FAIL: test-mbsrtowcs4.sh > >>> FAIL: test-setlocale2.sh > >>> FAIL: test-mbrtowc3.sh (exit: 262) > >>> FAIL: test-mbrtowc4.sh (exit: 262) > >>> FAIL: test-mbsrtowcs4.sh (exit: 262) > >>> FAIL: test-setlocale2.sh (exit: 1) > >> > >> This is for gnulib, I'll forward this to them. Does it show with > >> GCC too? > > > > yes: > > > > FAIL: test-mbrtowc4.sh > > FAIL: test-mbrtowc3.sh > > FAIL: test-mbsrtowcs4.sh > > FAIL: test-setlocale2.sh > > FAIL: test-mbrtowc3.sh (exit: 262) > > FAIL: test-mbrtowc4.sh (exit: 262) > > FAIL: test-mbsrtowcs4.sh (exit: 262) > > FAIL: test-setlocale2.sh (exit: 1) > > These are the remaining failures in the grep test suite under Solaris.
And one more question: where is /bin/sh placed in your path? Is configure using it or something else (which you can see from the generated config.status or Makefile, looking at the shebang or SHELL=/path/to/sh lines respectively)? Thanks! Paolo