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,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.234.38 with SMTP id ub6mr833254pbc.2.1338441180245; Wed, 30 May 2012 22:13:00 -0700 (PDT) Path: l9ni2499pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: AWS Windos build trouble. Date: Wed, 30 May 2012 21:56:03 -0700 (PDT) Organization: http://groups.google.com Message-ID: <88c7a22d-9dbe-4981-99b7-205d514730f1@googlegroups.com> NNTP-Posting-Host: 96.2.54.122 Mime-Version: 1.0 X-Trace: posting.google.com 1338441180 29541 127.0.0.1 (31 May 2012 05:13:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 31 May 2012 05:13:00 +0000 (UTC) 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-05-30T21:56:03-07:00 List-Id: Alright; I got AWS to build (using cygwin) though it fails on make install. "Not too much of a problem" I foolishly thought to myself, as I tried to ma= nually put the proper files under the includes directory (which required so= me fishing about the GPR files), create a project for it, and compile all t= he files... which I did, but now I'm getting this mess of errors [compiling= the AWS "Hello World"]: gnatmake -d -PC:\AWS\aws_test.gpr Test.adb gnatbind -I- -x C:\AWS\Obj\test.ali gnatlink C:\AWS\Obj\test.ali -o C:\AWS\test.exe Warning: resolving _getpeername by linking to _getpeername@12 Use --enable-stdcall-fixup to disable these warnings Use --disable-stdcall-fixup to disable these fixups Warning: resolving _getsockname by linking to _getsockname@12 Warning: resolving _gethostname by linking to _gethostname@8 Warning: resolving _gethostbyname by linking to _gethostbyname@4 Warning: resolving _gethostbyaddr by linking to _gethostbyaddr@12 Warning: resolving _accept by linking to _accept@12 Warning: resolving _bind by linking to _bind@12 Warning: resolving _connect by linking to _connect@12 Warning: resolving _listen by linking to _listen@8 Warning: resolving _recvfrom by linking to _recvfrom@24 Warning: resolving _setsockopt by linking to _setsockopt@20 Warning: resolving _shutdown by linking to _shutdown@8 Warning: resolving _socket by linking to _socket@12 C:\AWS\Obj\sockets-naming.o:sockets-naming.adb:(.text+0x498b): undefined re= ference to `inet_addr' C:\AWS\Obj\sockets.o:sockets.adb:(.text+0x1f4b): undefined reference to `se= nd' C:\AWS\Obj\sockets.o:sockets.adb:(.text+0x2351): undefined reference to `so= cketpair' C:\AWS\Obj\aws-net-poll_events.o:aws-net-poll_events.adb:(.text+0x125b): un= defined reference to `poll' C:\AWS\Obj\aws-net.o:aws-net.adb:(.text+0xd7a): undefined reference to `soc= ket_strerror' C:\AWS\Obj\zlib-thin.o:zlib-thin.adb:(.text+0xbf): undefined reference to `= deflateInit2_' C:\AWS\Obj\zlib-thin.o:zlib-thin.adb:(.text+0xeb): undefined reference to `= inflateInit2_' C:\AWS\Obj\zlib-thin.o:zlib-thin.adb:(.text+0x1cb): undefined reference to = `zlibVersion' C:\AWS\Obj\zlib.o:zlib.adb:(.text+0x873): undefined reference to `crc32' C:\AWS\Obj\zlib.o:zlib.adb:(.text+0x195b): undefined reference to `zlibVers= ion' C:\AWS\Obj\zlib.o:zlib.adb:(.rdata+0x208): undefined reference to `inflate' C:\AWS\Obj\zlib.o:zlib.adb:(.rdata+0x20c): undefined reference to `inflateE= nd' C:\AWS\Obj\zlib.o:zlib.adb:(.rdata+0x210): undefined reference to `deflate' C:\AWS\Obj\zlib.o:zlib.adb:(.rdata+0x214): undefined reference to `deflateE= nd' collect2: ld returned 1 exit status gnatlink: error when calling C:\Programming\GNAT\2010\bin\gcc.exe gnatmake: *** link failed. I'm stuck at the end of my rope.