Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 1998 12:58:43 +1000
From:      George Michaelson <ggm@dstc.edu.au>
To:        John Birrell <jb@cimlogic.com.au>
Cc:        mcdougall@ameritech.net, freebsd-current@FreeBSD.ORG
Subject:   Re: minor breakage in current for make world (gperf) 
Message-ID:  <16980.894164323@dstc.edu.au>
In-Reply-To: Your message of "Sun, 03 May 1998 07:25:18 %2B1000." <199805022125.HAA09843@cimlogic.com.au> 

next in thread | previous in thread | raw e-mail | index | archive | help

  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16980.894164323>