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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,59afca01cef07608,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f36g2000hsa.googlegroups.com!not-for-mail From: mhamel_98@yahoo.com Newsgroups: comp.lang.ada Subject: AWS help Date: Mon, 12 May 2008 10:44:57 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8250d541-0f44-4d0b-8394-5b9cc44acbcf@f36g2000hsa.googlegroups.com> NNTP-Posting-Host: 132.228.195.206 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1210614298 13177 127.0.0.1 (12 May 2008 17:44:58 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 12 May 2008 17:44:58 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f36g2000hsa.googlegroups.com; posting-host=132.228.195.206; posting-account=5z8IJQkAAAAuH1CVqapXiEqPOXq8UfDM User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:52 Date: 2008-05-12T10:44:57-07:00 List-Id: I would like to use AWS to compliment my command line interface and I am running into a road block. I've got aws-2.3.0 and with the help of Cygwin (gnat 4.1.3 on win2k) and some .gpr editing I was able to make- setup-build the project and run the demos - fine. My next step was to do a simple test using *my* project, basically the hello world demo. So everything compiles fine, but when I get to the linker step, I get the error "c:\gnat\2007..\4.1.3\ld.exe cannot find -lz" Now GNAT is still pretty new to me, the manner in which I incorporated AWS into my project was to include the line "limited with "C:\Ada\AWS- gpl-2.3.0\aws.gpr";" in my local .gpr file, but perhaps I've lost the plot trying to integrate the AWS project into my own?