Hi all, I tried to build zsh 4.3.2 for Interix/SFU/Services for Unix 3.5. While building I encountered these problems: 1. Interix 3.5 doesn't #define XTABS. 2. Interix 3.5 has getrusage(), but not wait3(). This causes problems in signal.c/jobs.c, function update_process(). I made the changes attached, but then there are problems in printtime(). I think my changes are not optimal, either, as when there is getrusage(), it should be used. Thanks for any help Martin