From owner-freebsd-questions Tue Oct 15 21:17:43 2002 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 592A437B401 for ; Tue, 15 Oct 2002 21:17:42 -0700 (PDT) Received: from mail.dubium.com (h24-78-225-134.vn.shawcable.net [24.78.225.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DADF43E75 for ; Tue, 15 Oct 2002 21:17:41 -0700 (PDT) (envelope-from joe-dated-1035173950.26c270@dubium.com) Received: (qmail 38785 invoked from network); 16 Oct 2002 04:19:11 -0000 Received: from localhost (HELO fafner.dubium.com) ([127.0.0.1]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 16 Oct 2002 04:19:11 -0000 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@FreeBSD.ORG Subject: Linux Compatability and compiling linux program - problem with... Date: Tue, 15 Oct 2002 21:18:18 -0700 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200210152118.18615.joe@dubium.com> From: joe X-Delivery-Agent: TMDA/0.62 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am atrying to compile a linux program under FreeBSD 4.7-STABLE. I have installed linux_base but seem to be missing a number of files, specifically header files. Here's a portion of the errors when making the program (by the way, it's cdparanoia. I am following the lead of a discussion this last week suggesting the atapicam kernel driver will allow cdparanoia to work...So I managed to get rebuild the kernel with the driver. Next step is to build the application) In file included from scan_devices.c:18: low_interface.h:28: linux/major.h: No such file or directory low_interface.h:29: linux/version.h: No such file or directory low_interface.h:45: scsi/sg.h: No such file or directory low_interface.h:46: scsi/scsi.h: No such file or directory low_interface.h:48: linux/cdrom.h: No such file or directory low_interface.h:49: linux/major.h: No such file or directory In file included from scan_devices.c:20: utils.h:1: endian.h: No such file or directory SoI obviously don't have the header files... Do I need to install the entire linux src? I am stuck at this point. Is there a port which provides this source? -- ---------------------------------------- Joe ----------------------------------------- We have been silent witnesses of evil deeds... Will our inward power of resistance be strong enough for us to find our way back? - Dietrich Bonhoeffer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message