Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh configure and NetBSD's nawk
- X-seq: zsh-workers 21289
- From: Denis Lagno <dlagno@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: zsh configure and NetBSD's nawk
- Date: Sun, 29 May 2005 23:42:14 +0400
- Cc: tech-userlevel@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: The METAFACH Group
- Reply-to: dlagno@xxxxxxxxxx
- Www-home-page: http://members.fortunecity.de/dilmah
Hi,
configure from zsh (current from cvs) does not work on NetBSD:
checking where signal.h is located... awk: syntax error at source line 1
context is
{ if ($1 ~ >>> \ <<< "sig\") files[$1] = $1 }
awk: illegal statement at source line 2
/usr/include/sys/signal.h
checking where error names are located... awk: syntax error at source line 1
context is
{ if ($1 ~ >>> \ <<< "err\") files[$1] = $1 }
awk: illegal statement at source line 2
configure: error: ERROR MACROS NOT FOUND: please report to developers
Apparently there is something that nawk cannot handle.
Is this non-standard construction or is NetBSD's nawk broken?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author