functions/realpath test failure on AIX

2005-07-05 Thread Albert Chin
I've built make-3.81beta3 with the IBM C compiler v7 and GCC 3.4.3. All tests pass except functions/realpath: functions/realpath .. Error running /opt/build/make-3.81beta3/tests/../make (expected 0; got 512): /opt/build/make-3.81beta3/tests/../make -f work/fu

sys_siglist error on IRIX, Tru64 UNIX, HP-UX

2005-07-05 Thread Albert Chin
IRIX has _sys_siglist. Tru64 UNIX has __sys_siglist. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- configure.in.orig 2005-07-05 14:32:45.287084000 -0500 +++ configure.in2005-07-05 14:33:39.677488000 -0500 @@ -167,8 +167,9 @@ fi fi -AC_CHECK_DECLS([sys_siglist],,, -[#include

Re: Test failure on Solaris

2005-07-05 Thread Paul D. Smith
%% Albert Chin <[EMAIL PROTECTED]> writes: ac> The problem is $make_name in variables/SHELL. It is set to "make", ac> running the system-provided make. Yes; this has been fixed in the source already. Please change the reference to $make_name in the SHELL script to $make_path, and it should w

Test failure on Solaris

2005-07-05 Thread Albert Chin
I built make-3.81beta3 and ran the test suite: variables/SHELL . make: Fatal error: No filename argument after -f flag Error running /opt/build/make-3.81beta3/tests/../make (expected 0; got 512): /opt/build/make-3.81beta3/tests/../make -f work/variables/SHE