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-Thread: 103376,7972cb596f5c5a22 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news2.google.com!news.germany.com!npeer.de.kpn-eurorings.net!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Porting Ada code to Linux From: Georg Bauhaus In-Reply-To: <1162304266.131951.152900@e64g2000cwd.googlegroups.com> References: <1162304266.131951.152900@e64g2000cwd.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-Id: <1162305055.13329.13.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Tue, 31 Oct 2006 15:30:56 +0100 NNTP-Posting-Date: 31 Oct 2006 15:22:54 CET NNTP-Posting-Host: 29d79dce.newsspool4.arcor-online.net X-Trace: DXC=5YN]GeCJBjRYI9]OHn9o5^4IUK7LkKESVTiQOITnENoRFU`4:K;4eRWQmTSbe9jPFTEfZkXQAHYSQ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:7294 Date: 2006-10-31T15:22:54+01:00 List-Id: On Tue, 2006-10-31 at 06:17 -0800, Bill wrote: > So, it seems like there should be a Linux equivalent of Win32, but we > have not been able find it. Can anyone point us to a replacement for > these packages that will make the compiler AND the linker happy? Is > there anything else we should know about in our effort to complete this > port? The Win32 library is Windows specific, a different operating system is going to use different system calls. However, in order to get things started, you could try the Wine libraries. They can be found here: http://www.winehq.com/