Path: utzoo!attcan!uunet!snorkelwacker!tut.cis.ohio-state.edu!ucbvax!LAMBDA.LANL.GOV!scp From: scp@LAMBDA.LANL.GOV (Stephen C. Pope) Newsgroups: comp.sys.celerity Subject: Re: X for Celerity? Message-ID: Date: 13 Feb 90 21:24:55 GMT References: <28116@brunix.UUCP> <6709@celit.fps.com> Sender: daemon@ucbvax.BERKELEY.EDU Organization: Advanced Computing Lab, LANL, NM Lines: 29 I've got X11R4 up and running on my Model 500. There was a hitch in compiling mit/extensions/lib/xinput, but this library isn't used by anything in the standard distribution anyway, so who cares! The problem arises due to the small mindedness of the C compiler, which uses static tables for everything, and is much to small for compiking big codes. I'm still trying to compile XView, but with no luck; I just can't break things up small enough for that compiler. here's my accell.cf file: (you'll have to put the obvious #ifdef accell stuff into Imake.tmpl) /* try it */ #define OSMajorVersion 4 #define OSMinorVersion 1 #define HasPutenv YES #define HasVoidSignalReturn NO #define HasBsearch YES #define HasFortran YES #define HasNdbm YES #define HasDESLibrary NO #define BuildServer NO #define BuildExamples NO #define StripInstalledPrograms YES