bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Subject: [GNU Autoconf 2.59c] testsuite: 21 failed


From: Ralf Menzel
Subject: Subject: [GNU Autoconf 2.59c] testsuite: 21 failed
Date: Fri, 17 Jun 2005 14:33:28 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.17 (Jumbo Shrimp, usg-unix-v)

Hello,

this is again a bug report for my (mostly) native Sparc/Solaris 9
system. Seems like the native awk of Solaris 9 doesn't know about the
builtin function `sub':

--- snip ---
[anarion:suncc5.6]278> echo 111 | awk '{sub(/1/,2);print}'
awk: syntax error near line 1
awk: illegal statement near line 1
[anarion:suncc5.6]279> echo 111 | nawk '{sub(/1/,2);print}'
211
--- snip ---

I send the testsuite.log as attachment.

Bye,
Ralf Menzel

Attachment: testsuite.log
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]