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,95ccd347a31905c3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-09 15:39:45 PST Path: supernews.google.com!sn-xit-02!sn-xit-01!supernews.com!feeder.qis.net!newsfeed.nyu.edu!typhoon.nyu.edu!lab.ultra.nyu.edu!kenner Newsgroups: comp.lang.ada Subject: Re: Searching for HP GNAT Binaries References: <3A819DD8.8643753E@home.com> <95s8fc$6s$1@nnrp1.deja.com> Organization: New York University Ultracomputer Research Lab From: kenner@lab.ultra.nyu.edu (Richard Kenner) Message-ID: Date: Fri, 09 Feb 2001 23:39:25 GMT NNTP-Posting-Host: 128.122.140.194 X-Trace: typhoon.nyu.edu 981761965 128.122.140.194 (Fri, 09 Feb 2001 18:39:25 EST) NNTP-Posting-Date: Fri, 09 Feb 2001 18:39:25 EST Xref: supernews.google.com comp.lang.ada:5087 Date: 2001-02-09T23:39:25+00:00 List-Id: In article <95s8fc$6s$1@nnrp1.deja.com> Ted Dennison writes: >Well, not exactly. You *could* do a cross-compile. That's more work than >I'd care to do for fun though. It's actually not all that much work if you are intimately familiar with cross-compilation and the GCC build process and are doing it to a supported GNAT target. You can do it in 7 commands, if I'm counting right and the machines share a file system. However, this is very much the situation that if you know understand the process, you don't need to be told those 7 commands and if you don't understand what's going on, knowing those 7 commands isn't going to be of much help since they will differ in detail depending on how you've set up your directories.