From owner-freebsd-current Thu Nov 13 18:37:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA16804 for current-outgoing; Thu, 13 Nov 1997 18:37:18 -0800 (PST) (envelope-from owner-freebsd-current) Received: from word.smith.net.au (client92.securenet.net [205.205.79.37]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA16770 for ; Thu, 13 Nov 1997 18:36:56 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id CAA01176; Fri, 14 Nov 1997 02:29:51 +1030 (CST) Message-Id: <199711131559.CAA01176@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Tim Vanderhoek cc: "Michael R. Rudel" , current@FreeBSD.ORG Subject: Re: Linux header files In-reply-to: Your message of "Wed, 12 Nov 1997 16:42:26 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 14 Nov 1997 02:29:51 +1030 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Tue, 11 Nov 1997, Michael R. Rudel wrote: > > [Linux headers] > > Perhaps we could somehow get these header files in the FreeBSD > > distribution, only interfaced to the FreeBSD operating system instead? > > This would make compiling stuff much eaiser. > > I think there is a port which does this. Linux-devel, or > something... ? I vaguely seem to remember Mike Smith being > behind this, so you might possibly be able to narrow your search > down to ones he maintains. It looks like my reply to the previous message was lost, so I'll try again. - There is zero chance of getting Linux-specific headers into the FreeBSD distribution. That's why they're Linux-specific. - If you are trying to build a Linux executable on FreeBSD, you will want the linux-emul and linux-devel packages installed. Neither of these will help you build a FreeBSD executable from Linux-centric sources. - If you are trying to build a FreeBSD executable, the correct fix is to patch the application's sources to include the correct FreeBSD headers, and submit your patches to the application's maintainers. This will make compiling stuff easer. mike