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,3fc79ad704f81a40 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-10 15:54:01 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!gatech!newsxfer.itd.umich.edu!zip.eecs.umich.edu!panix!cmcl2!lab.ultra.nyu.edu!kenner From: kenner@lab.ultra.nyu.edu (Richard Kenner) Newsgroups: comp.lang.ada Subject: Re: Writing a Mac Ada compiler Date: 10 Mar 1995 15:30:58 GMT Organization: New York University Ultracomputer Research Lab Message-ID: <3jprbi$m5f@cmcl2.NYU.EDU> References: NNTP-Posting-Host: lab.ultra.nyu.edu Date: 1995-03-10T15:30:58+00:00 List-Id: In article evans@evans.pgh.pa.us (Arthur Evans Jr) writes: >An important early decision to make in planning a GCC port to MPW would >be whether to use the MPW linker or GCC's. GCC is a compiler that generates assembly language, so the term "GCC's linker" is meaningless. Perhaps you mean the GNU linker (gld). As far as I know, it has not been ported to MPW.