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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c3f735b2c954355f X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.219.170 with SMTP id pp10mr4864088pbc.1.1338602717390; Fri, 01 Jun 2012 19:05:17 -0700 (PDT) Path: l9ni9543pbj.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: AWS Windos build trouble. Date: Fri, 1 Jun 2012 19:03:47 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <88c7a22d-9dbe-4981-99b7-205d514730f1@googlegroups.com> <4fc7054f$0$12512$ba4acef3@reader.news.orange.fr> <95a04ac3-3adf-4da4-b288-881ef196a631@googlegroups.com> <4fc93eb5$0$21552$ba4acef3@reader.news.orange.fr> NNTP-Posting-Host: 96.2.54.122 Mime-Version: 1.0 X-Trace: posting.google.com 1338602717 14741 127.0.0.1 (2 Jun 2012 02:05:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 2 Jun 2012 02:05:17 +0000 (UTC) In-Reply-To: <4fc93eb5$0$21552$ba4acef3@reader.news.orange.fr> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=96.2.54.122; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-06-01T19:03:47-07:00 List-Id: On Friday, June 1, 2012 5:14:13 PM UTC-5, Pascal Obry wrote: > > Shark8, > > cp: cannot create regular file `/cygdrive/c/Programming/GNAT/2010/bin/.= ./bin/lib > > z.dll': Device or resource busy > > makefile:445: recipe for target `install' failed > > make: *** [install] Error 1 >=20 > Not good, looks like bin/libz.dll is used by another application! That's really odd, I can't think of what would be using it. > > BTW, you should consider upgrading to GPL 2011 or wait a bit for GPL 2012= :) I did, I just re-used the "2010" on the path. One thing that I've got to ask, considering the mixed-binaries cygwin/windo= ws issue, is building this in the cygwin prompt making the build dependent = on cygwin? (That is, if I compile some AWS application, does the resultant = EXE need cygwin on some other [deployment] machine?) I'd much rather have n= o dependency on Cygwin for my final executable.