Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 1996 15:01:43 -0400 (EDT)
From:      Angus Robertson <angus@angus.cosmic.uga.edu>
To:        freebsd-questions@FreeBSD.ORG
Cc:        angus@angus.cosmic.uga.edu
Subject:   Recompiling the kernel under 2.1.5
Message-ID:  <199610121901.PAA06584@angus.cosmic.uga.edu>

next in thread | raw e-mail | index | archive | help
I just installed ppp2.3b3 and so I went to reconfigure the kernel for the
first time :) (I just installed 2.1.5 over ftp3.freebsd.org). I made my
own kernel config file ANGUS, and then did a make depend and then a make,
and this is what happens:

loading kernel
inflate.o: Definitiion of symbol `_inflate' (multiply defined)
zlib.o: Definition of symbol `_inflate' (multiply defined)
*** Error code 1

Stop.

and here is my kernel config file...
I deleted most of the lines...I'm not going to be running X, I only have
two com ports...an SMC Ultra on irq10 300 and cc00, a 630mb EIDE drive and
a floppy drive. That's about it, thanks for any help,

angus


#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
#	$Id: GENERIC,v 1.46.2.18 1996/07/16 08:53:04 davidg Exp $
#

machine		"i386"
cpu		"I386_CPU"
ident		ANGUS
maxusers	4

options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3

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

controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0

# syscons is the default console driver, resembling an SCO console
#device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint
options		"PCVT_FREEBSD=210"	# pcvt running on FreeBSD 2.1
#options		XSERVER			# include code for XFree86
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
#options		PCVT_SCANSET=2		# IBM keyboards are non-std

# Mandatory, don't remove
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

# Order is important here due to intrusive probes, do *not* alphabetize
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device ed1 at isa? port 0x300 net irq  10 iomem 0xd8000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
# 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610121901.PAA06584>