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

Re: zsh-3.1.2-zefram3



pws@xxxxxx said:
> I got this to compile by altering SHELL in both Src/Makefile and Src/
> Makemod.in.in to point to a version of zsh running as ksh.  This seems
> to be OK (I have zle compiled in). 

Ah, that works better.  I hadn't changed Makemod.in.in before.  Line 94 of 
Src/makepro.awk causes a problem with Solaris2.5.1's nawk:

        sub(/=.*$/, "", dcltor)

Quoting the = seems to fix it.

        sub(/\=.*$/, "", dcltor)

After that it seems to compile OK.




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