comp.lang.ada
 help / color / mirror / Atom feed
From: R Tyler Croy <tyler@linux.com>
Subject: Re: Some questions on packaging Ada code
Date: 09 Mar 2011 00:19:27 GMT
Date: 2011-03-09T00:19:27+00:00	[thread overview]
Message-ID: <4d76c78f$0$22138$742ec2ed@news.sonic.net> (raw)
In-Reply-To: slrnincsgh.l4u.localhost@example.org

localhost@example.org wrote:
> 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.

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

-- 
- R. Tyler Croy
--------------------------------------
    Code: http://github.com/rtyler



  parent reply	other threads:[~2011-03-09  0:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-08 18:14 Some questions on packaging Ada code localhost
2011-03-08 20:53 ` Nasser M. Abbasi
2011-03-09 10:32   ` localhost
2011-03-09  0:19 ` R Tyler Croy [this message]
2011-03-09 10:33   ` localhost
2011-03-09 10:44     ` Nasser M. Abbasi
2011-03-09 11:29       ` localhost
2011-03-09 11:22 ` Ludovic Brenta
2011-03-09 11:36   ` localhost
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox