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 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-23 20:31:07 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!news.gtei.net!enews.sgi.com!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc2.pa.home.com.POSTED!not-for-mail Message-ID: <3B85CD0D.15D8D456@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: Re: My Gnat is rusty - link error References: <3B8571D0.64268D43@home.com> <9m3sfj$g48$1@nh.pace.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 24 Aug 2001 03:31:27 GMT NNTP-Posting-Host: 24.40.31.32 X-Complaints-To: abuse@home.net X-Trace: news1.rdc2.pa.home.com 998623887 24.40.31.32 (Thu, 23 Aug 2001 20:31:27 PDT) NNTP-Posting-Date: Thu, 23 Aug 2001 20:31:27 PDT Xref: archiver1.google.com comp.lang.ada:12370 Date: 2001-08-24T03:31:27+00:00 List-Id: Marin David Condic wrote: > > I believe you have to specify either a linker option or put the following > pragma into your code somewhere: > > pragma Linker_Options ("-lwsock32") ; > > Putting it in the code will make it harder to forget. :-) > > Hope this helps. > > MDC > -- That did the trick, thanks, Tom kerstan@home.com