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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e52ce473deab9168 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-03 00:53:09 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: 402450@cepsz.unizar.es (Jano) Newsgroups: comp.lang.ada Subject: Re: Gnat sockets undefined reference Date: 3 Feb 2003 00:53:09 -0800 Organization: http://groups.google.com/ Message-ID: <5d6fdb61.0302030053.40fc3453@posting.google.com> References: NNTP-Posting-Host: 80.58.47.42 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1044262389 1091 127.0.0.1 (3 Feb 2003 08:53:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 3 Feb 2003 08:53:09 GMT Xref: archiver1.google.com comp.lang.ada:33710 Date: 2003-02-03T08:53:09+00:00 List-Id: Jano <402450@cepsz.unizar.es> wrote in message news:... > I'm getting these errors: > > (...) > when trying to use gnat.sockets (still not making any call to any of its > members, simply with'ed it). I've tried to pass -lwsock32 in the command > line and with the linker_options pragma, but without success. I'm using > gnat 3.15p on windows 2000 SP3. Answering to myself, I've found the problem to be that I was using AWS and adasockets. Removing the pragma in Sockets.Windows_link also removes the problem... now I don't even need the -lwsock32 option...