Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 4.0.1 build fails on Nextstep 3.3



Juergen Sell wrote:
> Hi,
> 
> I get error from configure:
> 
> >checking where signal.h is located... awk: syntax error near line 1
> >awk: illegal statement near line 1
>
> and compiling fails:
>
> awk -f ../Src/makepro.awk builtin.c Src > builtin.syms
> awk: syntax error near line 15
> awk: illegal statement near line 15
>...

Looks like your awk isn't up to it.  I don't understand the first error ---
can't use subscripted variables?  but the second set appear to be because
gsub is mssing.  NextStep 3.* was supposed to build out of the box,
according to MACHINES.  I wonder if it's related to the following?

Apple/NeXT OpenStep 4.2 for i386.
	Reported to work at least with gcc 2.8.1 and gawk 2.15 patchlevel
	6, but not with the bundled cc 2.7.2.1 and awk.

Are you able to try with gawk (or any other Xawk for non-empty X)?

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author