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,24c886836d1e1ef8,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-23 14:17:58 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newshub2.home.com!news.home.com!news1.rdc2.pa.home.com.POSTED!not-for-mail Message-ID: <3B8571D0.64268D43@home.com> From: Thomas Kerstan Organization: @Home Network X-Mailer: Mozilla 4.76 [en]C-AtHome0407 (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: My Gnat is rusty - link error Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 23 Aug 2001 21:02:16 GMT NNTP-Posting-Host: 24.40.31.32 X-Complaints-To: abuse@home.net X-Trace: news1.rdc2.pa.home.com 998600536 24.40.31.32 (Thu, 23 Aug 2001 14:02:16 PDT) NNTP-Posting-Date: Thu, 23 Aug 2001 14:02:16 PDT Xref: archiver1.google.com comp.lang.ada:12358 Date: 2001-08-23T21:02:16+00:00 List-Id: I have GNAT 3.12 on a windows 95 machine. (the machine also has GNAT 3.01a but I believe that should be irrelevant) I am able to generate executables for the samples that are included in the win32ada/samples directory but when I try to compile/bind/link (using gnatmake) some code that uses the win32.winsock binding for sockets the compile and bind complete without errors, but the gnatlink gives undefined reference to 'WSAStartup@8' undefined reference to ... messages for all of the winsock routines. any help would be appreciated, thanks, Tom kerstan@home.com