Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 1999 07:13:57 +0900
From:      Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
To:        Forrest Aldrich <forrie@forrie.com>
Cc:        freebsd-current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp
Subject:   Re: New errors in building kernel 3.0-current 
Message-ID:  <199901112213.HAA24634@zodiac.mech.utsunomiya-u.ac.jp>
In-Reply-To: Your message of "Mon, 11 Jan 1999 14:28:35 EST." <4.1.19990111142728.009db210@206.25.93.69> 
References:  <4.1.19990111142728.009db210@206.25.93.69> 

next in thread | previous in thread | raw e-mail | index | archive | help

>I know about the splash screen option, and I added the recent
>syscons mods that were announced.  However, I'm getting this
>error when compiling the kernel (just cvsupped):
>
>loading kernel
>syscons.o: In function `scioctl':
>syscons.o(.text+0x1a51): undefined reference to `wait_scrn_saver_stop'
>syscons.o: In function `sccnupdate':
>syscons.o(.text+0x2846): undefined reference to `stop_scrn_saver'
>syscons.o: In function `scrn_timer':
>syscons.o(.text+0x2a4c): undefined reference to `stop_scrn_saver'
>syscons.o: In function `sc_clean_up':
>syscons.o(.text+0x4814): undefined reference to `wait_scrn_saver_stop'
>*** Error code 1
>
>Am I missing an option in the kernel config?

Add
	pseudo-device splash
to your kernel config.

Kazu

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



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