Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 1998 07:25:18 +1000 (EST)
From:      John Birrell <jb@cimlogic.com.au>
To:        mcdougall@ameritech.net
Cc:        jb@cimlogic.com.au, ggm@dstc.edu.au, freebsd-current@FreeBSD.ORG
Subject:   Re: minor breakage in current for make world (gperf)
Message-ID:  <199805022125.HAA09843@cimlogic.com.au>
In-Reply-To: <354B2079.DB0EA380@ameritech.net> from Adam McDougall at "May 2, 98 09:32:42 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Adam McDougall wrote:
>   I get the same thing and have for a few days, in a make world.  Is there an easy way to get around this so I can do a proper build, or would a real fix be easier? :)

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.

-- 
John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/
CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137

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?199805022125.HAA09843>