Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Apr 1998 08:40:48 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Glenn Johnson <gljohns@bellsouth.net>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: error when compiling kernel with SOFTUPDATES 
Message-ID:  <2061.891499248@critter.freebsd.dk>
In-Reply-To: Your message of "Wed, 01 Apr 1998 20:37:56 MDT." <199804020237.UAA00748@gforce.bellsouth.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199804020237.UAA00748@gforce.bellsouth.net>, Glenn Johnson writes:
>options		SOFTUPDATES 
>
>I get the following:
>
>loading kernel
>ffs_softdep.o: Undefined symbol `_time' referenced from text segment
>ffs_softdep.o: Undefined symbol `_time' referenced from text segment

change "tv = time" to "getmicrotime(&tv);"

--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
"Drink MONO-tonic, it goes down but it will NEVER come back up!"

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?2061.891499248>