From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 28 Aug 93 15:50:24 GMT From: mcsun!julienas!enpc!sp1!re@uunet.uu.net (Rolf EBERT) Subject: Re: GNAT on NT anybody Message-ID: List-Id: In article <1993Aug26.154913.25742@enterprise.rdd.lmsc.lockheed.com> bschiff@st c.lockheed.com (Barry Schiff) writes: > Has anybody tried to use GNAT on NT or anything else yet? If so hows it going ? ^^^^^^^^^^^^^ I don't know what you call "anything else", but it was quite easy to "port" GNAT to Linux. Linux is a freeware UNIX system for 386/486 PCs, mostly POSIX compliant. You copy the GNAT Sparc distribution onto the official GCC distribution, reconfigure and make like: % ./configure --host=sun-sparc-sunos4.1.3 --target=i386-unknown-linux % make gnat1 and you get a Linux executable gnat1. (you have to set up a cross assembler and a crosslinker beforehand, of course) I tested it by recompiling gnat1 again on the Linux PC. Seems to work OK. For more information on crosscompiling read the info files about GCC. I doubt that there already is a port of GCC to Windows-NT. So you will be on your own. Rolf -- ----------------------------------------------------------------------------- Rolf Ebert Groupe Informatique et Systemes Energetiques GISE EMP-ENPC Tel: +33 1 43044098 app 3475 FAX: +33 1 43046364 La Courtine Cedex Internet: ebert@enpc.fr F-93167 Noisy le Grand -----------------------------------------------------------------------------