Skip site navigation (1)Skip section navigation (2)
Date:      19 May 1998 07:49:42 -0500
From:      Dave Marquardt <marquard@zilker.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Kernel compilation problems
Message-ID:  <85n2cexw61.fsf@localhost.zilker.net>
In-Reply-To: Justin's message of "Mon, 18 May 1998 15:49:28 -0700"
References:  <3560BAF8.A5FEEBF3@uniserve.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Justin <jkmuir@uniserve.com> writes:
> [1  <multipart/alternative>]
> 
> [1.1  <text/plain; us-ascii (7bit)>]
> Hi there! I was trying, rather unsuccessfully, to recompile my kernel to
> match my hardware (486DX50 - 256K L2, aha1542, NEC 4X scsi cdrom, IBM
> DSAA - 3360 IDE HD, trident vga8900C chipset w/1024K, 3.5 & 5.25
> floppies).   I twiddled with my configuration file a few times but I
> couldn't get it to work.   So here it is.
> 
> Anyone know what I did wrong?
> 
> btw - It compiles for almost an hour, then gives up.   So, here is the
> error that I get when it craps out.
> 
> loading kernel
> igmp.o: Undefined symbol '_loif' referenced from text segment
> ip_output.o: Undefined symbol '_looutput' referenced from text segment
> ** Error code 1

Looks to me like you removed

			  pseudo-device loop

from your config file, which is not really an OPTION when you're
running TCP/IP.

-Dave

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



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