From owner-freebsd-current Sat May 2 19:59:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA10481 for freebsd-current-outgoing; Sat, 2 May 1998 19:59:01 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from piglet.dstc.edu.au (piglet.dstc.edu.au [130.102.176.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10452 for ; Sat, 2 May 1998 19:58:54 -0700 (PDT) (envelope-from ggm@dstc.edu.au) Received: from dstc.edu.au (sleet.dstc.edu.au [130.102.176.45]) by piglet.dstc.edu.au (8.8.7/8.8.7) with ESMTP id MAA20142; Sun, 3 May 1998 12:58:44 +1000 (EST) To: John Birrell cc: mcdougall@ameritech.net, freebsd-current@FreeBSD.ORG Subject: Re: minor breakage in current for make world (gperf) In-reply-to: Your message of "Sun, 03 May 1998 07:25:18 +1000." <199805022125.HAA09843@cimlogic.com.au> Date: Sun, 03 May 1998 12:58:43 +1000 Message-ID: <16980.894164323@dstc.edu.au> From: George Michaelson Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As a test, would you mind editing src/Makefile and moving: @echo @echo "------------------------------------------------------------ @echo " Rebuilding bootstrap libraries" @echo "------------------------------------------------------------ cd ${.CURDIR} && ${BMAKE} bootstrap-libraries before @echo @echo "------------------------------------------------------------ @echo " Rebuilding tools needed to build the bootstrap libraries" @echo "------------------------------------------------------------ cd ${.CURDIR} && ${BMAKE} lib-tools The problem is that lib-tools wants to link things compiled against headers that don't match the libraries. I did this, and it fixed it fine. thanks. -George To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message