From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id RAA28593 for ; Sat, 30 Mar 1996 17:47:41 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id CAA13123; Sat, 30 Mar 1996 02:38:16 -0500 (EST) Resent-Date: Sat, 30 Mar 1996 02:38:16 -0500 (EST) Message-Id: <9603291603.AA12430@arzana.co.uk> Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 3.3 v118.2) X-Face: "DUA/H"BiYj%_*yvwAjLR?ycXwS|*3A/A"NqH4x9&Jbr6+tSCj!UL{aZ(nmNy$(s#S-L84/% GY[_m/j*[6=N+\k7G[FhME}GRZ]k[Lv32S];%8Dm_KQC*'L?%8OnhZzAMVAgc).r0,xhfP_R YI[Z44Z!Q-PWa5u>@7!f{W9x]+V*)"#NJ5LQa/{ X-Nextstep-Mailer: Mail 3.3 (Enhance 1.2b3) Sender: "Andrew D. Forkes" From: Andrew_Forkes@arzana.co.uk Date: Fri, 29 Mar 96 16:03:14 GMT To: zsh-workers@math.gatech.edu Subject: Make problem - zsh 2.6-beta13 under NeXTSTEP3.3 Reply-To: Andrew_Forkes@arzana.co.uk Resent-Message-ID: <"4HiKm.0.wC3.dJENn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/874 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hi, I have been trying to install zsh 2.6-beta13 under NeXTSTEP-Intel486-V3.3, but have come across an error while trying to build the distribution: Make compiles up the source (Src) directory no problems, and then moves forward to the Doc directory, after which I receive a "No Suffix list." error. I also notice it on the very first line after starting a make. andrew:ellcia> make No suffix list. for subdir in Src Doc Etc Functions StartupFiles Misc Util; do (cd $subdir && make CC='cc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H' CFLAGS='-Wall -Wno-implicit -Wmissing-prototypes -fwritable-strings -O2' LDFLAGS='' LIBS='-ltermcap' prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin' infodir='/usr/local/info' mandir='/usr/local/man' manext='1' all) || exit 1; done sed -n -f ./makepro.sed builtin.c > builtin.pro sed -n -f ./makepro.sed compat.c > compat.pro sed -n -f ./makepro.sed cond.c > cond.pro : : ... {Snip on the compile stuff} ... : cp zshexpn.man zshexpn.1 cp zshmisc.man zshmisc.1 cp zshoptions.man zshoptions.1 cp zshparam.man zshparam.1 cp zshzle.man zshzle.1 sed -e 's|path-to-man-pages|/usr/local/man/man1|' ./zshall.man > zshall.1 No suffix list. No suffix list. No suffix list. No suffix list. No suffix list. Any clues to a fix would be great. BTW, I'm not a member of this list. Many thanks, and congratulations on such an excellent shell! ------- Andrew D. Forkes email: (NeXTmail & MIME are fine!) "Peace cannot be achieved by force, only understanding." - ALBERT EINSTEIN 1879-1955