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,53d1d1eed63370ea X-Google-Attributes: gid103376,public From: mfeldman@seas.gwu.edu (Michael Feldman) Subject: Re: compile on a pc to a sparc Date: 1996/07/10 Message-ID: <4s0puh$52a@felix.seas.gwu.edu>#1/1 X-Deja-AN: 167620948 references: <4rrivk$naf@cville-srv.wam.umd.edu> organization: George Washington University newsgroups: comp.lang.ada Date: 1996-07-10T00:00:00+00:00 List-Id: In article <4rrivk$naf@cville-srv.wam.umd.edu>, Eric Anthony Spear wrote: >I'm successfully using Gnat on my OS/2 Pentium system at home. However, >I'd like to run my finished ada program on my sparc at work (it's much >faster). Rather than having to remake the compiler at work, I'd like to >recompile on my Pentium so that the result is an executable that will run >on the Sparc architecture. Sparc = Solaris? > >Can this be done? > You can build a cross-compiler on your OS/2 box if you wish, but this takes a large amount of disk/time resources and a fair amount of knowledge. If you've never done it, it will eat up much more of your time than getting a compiler on the SPARC will. Why not just ftp the SPARC binaries and install on the SPARC? There's nothing to "make" - the binaries install in a few minutes. If you have enough disk space, you can put it in your own directory if getting the computer center to install it is a hassle. OTOH, if they are already supporting GNU stuff, why not just ask them to install GNAT publicly? It's just a few minutes of their time, and then other UMd folks can use it too! Mike Feldman