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,start 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!news.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: localhost@example.org Newsgroups: comp.lang.ada Subject: Some questions on packaging Ada code Date: Tue, 8 Mar 2011 18:14:38 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: NNTP-Posting-Host: oFyyGoFNk0pumf/ox6CyyQ.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:17967 Date: 2011-03-08T18:14:38+00:00 List-Id: Hello all! Is it possible to generate an executable using gcc-ada and ncurses that doesn't have any dependencies? I'm thinking about providing an application to people that don't have ada or maybe even gcc installed and certainly not ncurses. I have Linux as my development system. If the answer to this question is yes then my next question would be 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.