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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ec455cd1b33cc1b7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-05 07:31:14 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.nacamar.de!easynet-quince!easynet.net!teaser.fr!wanadoo.fr!not-for-mail From: "abdel" Newsgroups: comp.lang.ada Subject: Re: socket Date: Wed, 5 Mar 2003 16:31:13 +0100 Organization: Wanadoo, l'internet avec France Telecom Message-ID: References: NNTP-Posting-Host: alagny-106-2-1-11.abo.wanadoo.fr X-Trace: news-reader0.wanadoo.fr 1046878273 4717 80.13.8.11 (5 Mar 2003 15:31:13 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 5 Mar 2003 15:31:13 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:34909 Date: 2003-03-05T15:31:13+00:00 List-Id: "Preben Randhol" wrote: > Have you tried the examples? yes of course i have traid some examples but when i compile some errors will accur and i don't see from where that could come : ./sockets-thin.o: In function `sockets__thin__c_poll': c:/docume~1/abdel/bureau/adasoc~1/adasoc~1.5/examples/socket s-thin.adb:157: undefined reference to `select@20' c:/docume~1/abdel/bureau/adasoc~1/adasoc~1.5/examples/socket s-thin.adb:170: undefined reference to `__WSAFDIsSet@8' c:/docume~1/abdel/bureau/adasoc~1/adasoc~1.5/examples/socket s-thin.adb:170: undefined reference to `__WSAFDIsSet@8' ... ./sockets-naming.o: In function `sockets__naming__get_peer': c:/docume~1/abdel/bureau/adasoc~1/adasoc~1.5/examples/socket s-naming.adb:159: undefined reference to `getpeername@12' ... ./sockets.o: In function `sockets__accept_socket': c:/docume~1/abdel/bureau/adasoc~1/adasoc~1.5/examples/socket s.adb:134: undefined reference to `accept@12' .. from where that could come