From owner-freebsd-bugs Tue Feb 28 20:38:20 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id UAA05144 for bugs-outgoing; Tue, 28 Feb 1995 20:38:20 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id UAA05134 for ; Tue, 28 Feb 1995 20:38:10 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id PAA21001; Wed, 1 Mar 1995 15:32:04 +1100 Date: Wed, 1 Mar 1995 15:32:04 +1100 From: Bruce Evans Message-Id: <199503010432.PAA21001@godzilla.zeta.org.au> To: Harlan.Stenn@landmark.com, freebsd-bugs@FreeBSD.org Subject: Re: Problem linking GENERIC kernel in -current Sender: bugs-owner@FreeBSD.org Precedence: bulk >When I rebuild the GENERIC kernel, the link fails with: > loading kernel > userconfig.o: Undefined symbol `_strncmp' referenced from text segment > *** Error code 1 You need to rebuild libkern.a. The dependency for libkern.a only works the first time (i.e., it's broken). Bruce