Bart, thank you for your response. I have included in this mail the output of config (cfg.out) and make (mk.out) on HPUX 11 for zsh-3.1.6. I also tried on HPUX 10 and was not able to get it to work. However, I was able to successfully build my old archive of zsh-3.0.2 on HPUX 11 with no problems. The error to note in cfg.out is ########################################## creating cache ./config.cache configuring for zsh 3.1.6 checking host system type... Invalid configuration `hppa2.0n-hp-hpux11.00': machine `hppa2.0n-hp' not recognized ... ./configure[2861]: test: Specify a parameter with this command. ########################################### Finally, after trying a few different things (like running configure on HPUX 10 and making on HPUX 11, etc) I started getting this error: ###################################### ~/Shar/zsh/zsh-3.1.6 > make No suffix list. /home/julio/Shar/zsh/zsh-3.1.6/Src No suffix list. if test -f mymods.conf; then \ cat mymods.conf > modules-bltin; \ elif test N = N; then \ cat ./xmods.conf > modules-bltin; \ elif test no != yes; then \ echo comp1 > modules-bltin; \ else \ echo > modules-bltin; \ fi ( cd .. && /bin/sh Src/mkmodindex.sh Src ) \ > modules.index.tmp `modules.index' is up to date. cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod creating Src/Makemod.in creating Src/Makemod creating Src/Builtins/Makefile.in creating Src/Builtins/Makefile /home/julio/Shar/zsh/zsh-3.1.6/Src/Builtins creating Src/Modules/Makefile.in creating Src/Modules/Makefile /home/julio/Shar/zsh/zsh-3.1.6/Src/Modules creating Src/Zle/Makefile.in creating Src/Zle/Makefile /home/julio/Shar/zsh/zsh-3.1.6/Src/Zle nawk -f ./signames1.awk /usr/include/sys/signal.h >sigtmp.c 'cc -E' sigtmp.c >sigtmp.out sh: cc -E: not found. *** Error exit code 127 Stop. *** Error exit code 1 Stop. *** Error exit code 1 Stop. ############################################ I hope this helps. Thanks! -- Julio Garcia - - - (970) 898-3168 - FAX (970) 898-2038 -----Original Message----- From: Bart Schaefer [mailto:schaefer@zanshin.com] Sent: Monday, October 11, 1999 4:49 PM To: GARCIA,JULIO (HP-FtCollins,ex1) Subject: Re: zsh-3.1.6 on hppa2.0n-hp-hpux11.00? On Mon, 11 Oct 1999, GARCIA,JULIO (HP-FtCollins,ex1) wrote: > I wanted to get newer bits compiled on HPUX B.11.00 and was not > able to compile. Could you please send a description of exactly how the compile failed, to ? Thanks.