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,807ea75fdd8baa41 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!news.wiretrip.org!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: localhost@example.org Newsgroups: comp.lang.ada Subject: Re: Some questions on packaging Ada code Date: Wed, 9 Mar 2011 10:33:49 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: <4d76c78f$0$22138$742ec2ed@news.sonic.net> NNTP-Posting-Host: 1fBP04fsPqTkkcvlQyUnMA.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news1.google.com comp.lang.ada:17980 Date: 2011-03-09T10:33:49+00:00 List-Id: >> can I generate a standalone Windows executable from Linux easily enough >> or should I take the source over to Windows somehow and build it >> there. Thanks for your help. > > You would certainly need to either cross-compile for Windows or build on > Windows directly. Windows and Linux have different executable and library > formats, so even if the Ada code is portable between the platforms, the > libraries and runtimes won't be I realize that which is why I asked can I generate a standalone Windows executable from Linux easily enough or should I build the source on Windows. I don't know what steps are involved in cross compiling or if its a good idea.