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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5d819a12831be771 X-Google-Attributes: gid103376,public From: Mark Eichin Subject: Re: Building an Ada compiler Date: 1996/06/29 Message-ID: #1/1 X-Deja-AN: 162831177 sender: eichin@maneki-neko.cygnus.com references: <4r023h$jt2@newsbf02.news.aol.com> organization: Cygnus Support, Eastern USA newsgroups: comp.lang.ada Date: 1996-06-29T00:00:00+00:00 List-Id: Just because the GNAT mac ports currently require machten, doesn't mean that a native-mac port is out of reach... there are already GCC ports to Mac that run under MPW (or there were a few years ago, before the boycott ended - so they should be easier to find now.) If you've got at least one unix-gcc wizard and one mac-wizard, (preferably in the same body :-) you can probably make a good estimate of what it would take to get GNAT to use that gcc support (I don't actually know if it is up-to-date in the current FSF release.) Then the big challenge is the Ada Runtime; again, look at the example gnat ones and figure out how/if yo can do that kind of thing under macos...