Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!hplabs!hp-pcd!hpcvca!donr From: donr@hpcvca.CV.HP.COM (Don Reid) Newsgroups: comp.text Subject: Re: TeX on a HP9000/xxx .... Does it exist ? Message-ID: <4660003@hpcvca.CV.HP.COM> Date: 26 May 89 00:28:02 GMT References: <20303@uflorida.cis.ufl.EDU> Organization: Hewlett-Packard Co., Corvallis, Oregon Lines: 57 The following are changes to the Unix TeX distribution to compile on an HP9000/350 under HP-UX 6.2 . In addition to the cc flags, the web2c lex/yacc sources needed changing for 6.2 (which I forgot when I posted the previous response, sorry) ********* ./cmf/MFlib/Makefile ******** 13c13 < CFLAGS = ${CF} ${OPT} -I../${SITEDIR} --- > CFLAGS = ${CF} ${OPT} -I../${SITEDIR} -Wc,-Nd2000 -Wc,-Ns2000 ********* ./ctex/Makefile ******** 10c10 < CFLAGS=$(OPT) -I$(SITEDIR) --- > CFLAGS=$(OPT) -I$(SITEDIR) -Wc,-Nw1000 ********* ./texware/Makefile ******** 11c11 < CFLAGS=$(OPT) -Dlink=link_array -I$(SITEDIR) --- > CFLAGS=$(OPT) -Dlink=link_array -I$(SITEDIR) -Wc,-Nw1000 ********* ./web2cdir/web2c.h ******** 62,68d61 < extern int yyleng; < #ifdef FLEX < extern char *yytext; < #else /* LEX */ < extern char yytext[]; < #endif /* LEX */ < ********* ./web2cdir/web2c.yacc ******** 39a40,46 > > extern int yyleng; > #ifdef FLEX > extern char *yytext; > #else /* LEX */ > extern char yytext[]; > #endif /* LEX */