From owner-freebsd-hackers Thu Dec 28 14:11:02 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03668 for hackers-outgoing; Thu, 28 Dec 1995 14:11:02 -0800 (PST) Received: from sponsor.octet.com (root@sponsor.octet.com [204.141.97.15]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA03657 for ; Thu, 28 Dec 1995 14:10:57 -0800 (PST) Received: (from root@localhost) by sponsor.octet.com (8.6.12/8.6.12) id RAA13047 for hackers@freebsd.org; Thu, 28 Dec 1995 17:02:18 GMT From: Daniel Leeds Message-Id: <199512281702.RAA13047@sponsor.octet.com> Subject: kernel compile woes To: hackers@freebsd.org Date: Thu, 28 Dec 1995 17:02:17 +0000 () X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-hackers@freebsd.org Precedence: bulk The following is my kernel config and the errors I get at compile. I am not new to this, and have been compiling kernels since 1.0.2, right now I am confused as to what is wrong...thanks. ******ERROR GIVEN*********** loading kernel if_ethersubr.o: Undefined symbol `_looutput' referenced from text segment if_ether.o: Undefined symbol `_loif' referenced from text segment igmp.o: Undefined symbol `_loif' referenced from text segment ip_output.o: Undefined symbol `_looutput' referenced from text segment *** Error code 1 Stop. *********KERNEL CONFIG********* # # # machine "i386" cpu "I486_CPU" ident SPONSOR maxusers 10 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options SYSVSHM options SYSVSEM options SYSVMSG config kernel root on wd0 controller isa0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr pseudo-device ether pseudo-device log pseudo-device sl 1 # ijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's