From owner-freebsd-current Mon Jan 22 17:02:05 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA07346 for current-outgoing; Mon, 22 Jan 1996 17:02:05 -0800 (PST) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA07337 for ; Mon, 22 Jan 1996 17:02:03 -0800 (PST) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.6.12/8.6.12) with ESMTP id RAA12754; Mon, 22 Jan 1996 17:01:56 -0800 Message-Id: <199601230101.RAA12754@austin.polstra.com> To: vince@apollo.COSC.GOV cc: freebsd-current@freebsd.org Subject: Re: problems in -current (was Re: awk broken ???) In-reply-to: Your message of "Mon, 22 Jan 1996 16:52:05 PST." Date: Mon, 22 Jan 1996 17:01:56 -0800 From: John Polstra Sender: owner-current@freebsd.org Precedence: bulk Vince write: > > > Hmmm, what did you guys do to fix this problem? > > > > I just supped src/share/mk (and everything else) from freefall and > > made world :-) > > I did that already but doesn't seem to work... =( Vince, please take a look at src/share/mk/bsd.lib.mk. Near the top, it should say this: # $Id: bsd.lib.mk,v 1.29 1996/01/21 17:26:25 jdp Exp $ If the revision number --------^ is not 1.29, then you still have the bad version of the file. Another way to tell is to grep for the string "CPLUSPLUSLIB". If that string is not present in the file, then you still have the bad version. Also check /usr/share/mk/bsd.lib.mk, just to make sure that you haven't somehow installed the bad version of the file there. If you have the up-to-date (1.29) version of the file, and you are still having the same problems, then you must be skipping some part of the build process, and still using bad old libraries. -- John