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

Make problem - zsh 2.6-beta13 under NeXTSTEP3.3



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: <Andrew_Forkes@xxxxxxxxxxxx> (NeXTmail & MIME are fine!)
"Peace cannot be achieved by force, only understanding." - ALBERT  
EINSTEIN 1879-1955




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