From owner-freebsd-questions@FreeBSD.ORG Tue Mar 25 19:41:00 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D332237B401 for ; Tue, 25 Mar 2003 19:41:00 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A007A43F75 for ; Tue, 25 Mar 2003 19:40:59 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a041.otenet.gr [212.205.215.41]) by mailsrv.otenet.gr (8.12.8/8.12.8) with ESMTP id h2Q3ehh1029740; Wed, 26 Mar 2003 05:40:45 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.8/8.12.8) with ESMTP id h2Q3ehOD016306; Wed, 26 Mar 2003 05:40:43 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.8/8.12.8/Submit) id h2Q3egPA016305; Wed, 26 Mar 2003 05:40:42 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 26 Mar 2003 05:40:42 +0200 From: Giorgos Keramidas To: Jesus Daniel Valencia Sanchez Message-ID: <20030326034042.GA16205@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-RAVMilter-Version: 8.4.2(snapshot 20021217) (terpsi) X-Spam-Status: No, hits=-25.2 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, RCVD_IN_UNCONFIRMED_DSBL,REFERENCES,REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-questions@freebsd.org Subject: Re: sockets X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD user questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2003 03:41:03 -0000 X-List-Received-Date: Wed, 26 Mar 2003 03:41:03 -0000 On 2003-03-25 19:07, Jesus Daniel Valencia Sanchez wrote: > > I'm using R4.6.2 and when i try to compile anything with the file > sys/socket.h i get tons of error messages INSIDE that file. is > there anything i should know about it? > > any help will be very appreciated Show us the exact command-line options you're using to compile your programs with and the errors you're getting. - Giorgos