Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!yale!cmcl2!lanl!lambda!lambda.lanl.gov!scp From: scp@blanche.LANL>GOV (Stephen C. Pope) Newsgroups: comp.sys.celerity Subject: Re: X for Celerity? Message-ID: GOV> Date: 13 Feb 90 21:24:55 GMT References: <28116@brunix.UUCP> <6709@celit.fps.com> Sender: news@lambda.UUCP Reply-To: scp@acl.lanl.gov Distribution: usa Organization: Advanced Computing Lab, LANL, NM Lines: 29 In-reply-to: dave@fps.com's message of 6 Feb 90 01:45:32 GMT 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