From owner-freebsd-questions Fri Feb 21 13:00:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA22741 for questions-outgoing; Fri, 21 Feb 1997 13:00:22 -0800 (PST) Received: from kodakr.kodak.com (kodakr.kodak.com [150.220.251.69]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA22729 for ; Fri, 21 Feb 1997 13:00:18 -0800 (PST) Received: from corpmail.kodak.com by kodakr.kodak.com with SMTP id AA26294 (5.67b/IDA-1.5 for ); Fri, 21 Feb 1997 15:58:46 -0500 Received: from tag.kodak.com ([150.246.5.10]) by corpmail.kodak.com (post.office MTA v1.9.3b ID# 269-16266) with SMTP id AAA16446 for ; Fri, 21 Feb 1997 15:58:02 -0400 Message-Id: <330E38D4.7E0D@dankaoi.com> Date: Fri, 21 Feb 1997 16:07:48 -0800 From: Cole Jones X-Mailer: Mozilla 3.0Gold (Win16; I) Mime-Version: 1.0 To: FreeBsd-questions@freebsd.org Subject: Undefined symbols in Kernel Compile ??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I just installed FreeBSD 2.1.6. I know it has a MAJOR security bug, but it's a stand-alone PC. Right now I'm just trying to learn some of the basics of FreeBSD. Which brings me to my question. I copied the GENERIC options file to a file called CONCOURSE. I modified CONCOURSE to exclude many of the devices I do not have, as well as include the PS/2 mouse. However, when I do the 'make' after several minutes of compiling I get several "Undefined symbol errors". The exact message is as follows: cd.o: Undefined symbol `_scsi_scsi_cmd` referenced fro text segment cd.o: Undefined symbol `_scsi_start_unit` referenced fro text segment cd.o: Undefined symbol `_scsi_stop_unit` referenced fro text segment cd.o: Undefined symbol `_scsi_prevent` referenced fro text segment ... Several other Undefined symbols have '_scsi' prefixes. I have no SCSI devices and I thought I commented out all the SCSI options in my kernel config file. Any thoughts on what I've screwed up will be appreciated. TIA for your comments!