From owner-freebsd-questions Wed Dec 1 3:21:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 2B19314E9C for ; Wed, 1 Dec 1999 03:21:28 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11t7p3-000EKT-00; Wed, 01 Dec 1999 13:21:21 +0200 From: Sheldon Hearn To: Fabio Miranda Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Compiling problems In-reply-to: Your message of "Tue, 30 Nov 1999 09:16:27 PST." <19991130171627.21250.qmail@web111.yahoomail.com> Date: Wed, 01 Dec 1999 13:21:21 +0200 Message-ID: <55084.944047281@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 30 Nov 1999 09:16:27 PST, Fabio Miranda wrote: > Hi, I am a FreeBSD 3.2-release user and i have seriou > compiling problems, because, I cant compile anything i > download from the web. Always i obtain error messages. This depends on how you installed FreeBSD 3.2 . Did you install the developer distribution? If you chose a minimal installation, you may be missing stuff. > What can i do for make my FreeBSD box a better place > for compiling?. Install the developer distribution (including sources). > sometimes, the problem are the includes, for example, > protocols.h, Where can i get them? We don't have a protocols.h . Sounds like the software you downloaded is for Linux. Linux's libc doesn't have all the inet stuff in it, so software intended for compilation under Linux will expect additional headers and libraries to be present for inet support. You may find the software you're looking for in the FreeBSD Ports Collection, in which case you can compile it within a FreeBSD-friendly framework or download a pre-compiled package. Check out: http://www.freebsd.org/ports/ Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message