Hello.
I have succeed all test of RC2 following OSs:
(I'm not sure that thus report is suitable or not. if not, could
you tell me which list is suitable.)
(1) solaris9 sparc(32bit kernel, with IPv6 setup)
bash-2.05$ uname -a
SunOS jb 5.9 Generic sun4u sparc SUNW,Ultra-5_10
bash-2.05$ gcc --version
2.95.3
bash-2.05$ gmake check
...
======================
All 93 tests passed.
======================
(2) Tru64 5.0
bash-2.05b$ uname -a
OSF1 kiss.my.domain V5.0 910 alpha
with /usr/bin/cc (not gcc)
bash-2.05b$ make SHELL=/usr/local/bin/bash check
...
======================
All 93 tests passed.
======================
(NOTE: I could not do 'make check' with standard sh and ksh.
In case of 'sh', tests had failed and in case of ksh, tests
had hunged up.
I need to do check with 'make SHELL=/usr/local/bin/bash check'.
bash-2.05b$ bash --version
GNU bash, version 2.05b.0(1)-release (alphaev56-dec-osf5.0)
Copyright (C) 2002 Free Software Foundation, Inc.
)
--
S.Honda(fwif0083@mb.infoweb.ne.jp)