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,f528154bc58ef209 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!cyclone1.gnilink.net!gnilink.net!nx02.iad01.newshosting.com!newshosting.com!newspeer.monmouth.com!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: make on windows Date: Sat, 18 Apr 2009 17:57:55 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <2c940dd9-165c-4c7e-8476-6c8a0d794fd9@g19g2000yql.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1240091875 24627 192.74.137.71 (18 Apr 2009 21:57:55 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Sat, 18 Apr 2009 21:57:55 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:LuFWkCipT008EiI+YOHFwbv3LbI= Xref: g2news1.google.com comp.lang.ada:4536 Date: 2009-04-18T17:57:55-04:00 List-Id: Petter writes: > I am now into installing and perhaps using Gautier's dde things and > need also bindings to win32. After searching a bit, I found that > perhaps GNATCOM and GWindows are going to be useful. I downloaded both > and started to follow instructions in GWindows User Guide, but got > reminded that I do not have a useful make on my box. Searching the web > did not help. Any ideas? I suggest you install cygwin. It has all manner of unix-y stuff for windows, including gnu make. Since disk space is so cheap these days, I install ALL of cygwin on my windows machines, even though I use only a small part of it. Then when somebody says, "you should use the somethingorother program", I type "which somethingorother", and sure enough, it's already there (often). - Bob