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,3e1a441230fd13e4 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: GNAT Cross-compile Date: 1997/02/07 Message-ID: #1/1 X-Deja-AN: 215227498 references: <32FB468A.41C6@polydrom.com> organization: New York University newsgroups: comp.lang.ada Date: 1997-02-07T00:00:00+00:00 List-Id: Christoph asks "Is is possible to build executables for SOLARIS or HP-Unix on a Intel Win32 machine?. If so, which file sets do I have to install an where can I find documentation. Thanks Christoph.Ruch" It is quite possible, but if you are asking the questoin at this level, you should be warned that this is not a trivial process, and you will have to become familiar with the general building procedures for gcc, and understand how the make file works. This is definitely not a plug-and-ply operation that can be done by someone with no knowlegde of GCC.