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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2e91a32061bde112 X-Google-Attributes: gid103376,public From: Florian Weimer Subject: Re: JAVA and ADA JGNAT Date: 2000/01/27 Message-ID: <873drjemx3.fsf@deneb.cygnus.argh.org>#1/1 X-Deja-AN: 578344823 References: <862sv5$sug$1@pirates.Armstrong.EDU> <862t3o$9aa1@news.cis.okstate.edu> <86k8r6$alp$1@nnrp1.deja.com> <86kpbu$aik1@news.cis.okstate.edu> <86la8r$519$1@nnrp1.deja.com> <877lgxuquu.fsf@deneb.cygnus.argh.org> <86mqi6$6dd$1@nnrp1.deja.com> Mail-Copies-To: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cygnus.argh.org X-Trace: deneb.cygnus.argh.org 948974968 16079 192.168.1.2 (27 Jan 2000 12:09:28 GMT) Organization: Penguin on board User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.4 Mime-Version: 1.0 Reply-To: Florian Weimer NNTP-Posting-Date: 27 Jan 2000 12:09:28 GMT Newsgroups: comp.lang.ada Date: 2000-01-27T12:09:28+00:00 List-Id: Pascal Martin writes: > This is the reverse, actually: GNAT is very difficult to build. Only if there's no prebuilt binary version for the host platform. Otherwise, it's not a simple `./configure; make; make install', but only a few additional commands are required, and they are well-documented. In particular, you don't have to build seven additional libraries first which hardly anyone else uses, and edit the source code to reflect recent changes in GCC's C and/or C++ implementation. This isn't very difficult either, but it's much more time-consuming.