Date: Tue, 31 Mar 1998 09:29:16 +0300 From: Alexander Litvin <archer@lucky.net> To: current@FreeBSD.ORG Subject: kernel with SOFTUPDATES doesn't link Message-ID: <19980331092916.42639@carrier.kiev.ua>
next in thread | raw e-mail | index | archive | help
Hi, everybody! When attempting to make kernel with 'options SOFTUPDATES', during linking I got: > loading kernel > ffs_softdep.o: Undefined symbol `_time' referenced from text segment > ffs_softdep.o: Undefined symbol `_time' referenced from text segment > ffs_softdep.o: Undefined symbol `_time' referenced from text segment > ffs_softdep.o: Undefined symbol `_time' referenced from text segment > ffs_softdep.o: Undefined symbol `_time' referenced from text segment > ffs_softdep.o: Undefined symbol `_time' referenced from text segment > *** Error code 1 > > Stop. As I understand, that happened after Poul-Henning commit, which killed 'time' variable. Though /sys/ufs/ffs/ffs_softdep.c still depends on time. --- I really hate this damned machine I wish that they would sell it. It never does quite what I want But only what I tell it. 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?19980331092916.42639>