From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c244f5de2c060a0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-18 07:39:32 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!chcgil2-snh1.gtei.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: compiler server ...... for Gnat Date: 18 Sep 2001 09:39:27 -0500 Organization: LJK Software Message-ID: <5Xyxox4$NLnN@eisner.encompasserve.org> References: <20010918135517.5d3a4ba1.tonygair@blueyonder.co.uk> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1000823971 15887 192.135.80.34 (18 Sep 2001 14:39:31 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 18 Sep 2001 14:39:31 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:13156 Date: 2001-09-18T09:39:27-05:00 List-Id: In article <20010918135517.5d3a4ba1.tonygair@blueyonder.co.uk>, Tony Gair writes: > > Does anyone know how to modify the GNAT Compiler so > that it provides compilation services across a network > rather than across a file system, On VMS you should be able to specify a DECnet filespec or directory every place you previously specified a normal filespec or directory (such as on the SET DEFAULT command). It typically takes special effort to prevent this :-) when writing a program like GNAT. > It would also be helpful to know peoples thoughts on > the difficulty and wether I would be sued for doing this. Presuming you mean "sued by ACT", any agreement you have with them would govern whether they would prevail in a US lawsuit. In the US anyone can sue, it is winning that gets tricky. Your email address indicates the UK, and I have no idea whether that part of US law was copied from England or not.