Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 1998 12:42:42 -0400
From:      Adam McDougall <mcdougall@ameritech.net>
To:        John Birrell <jb@cimlogic.com.au>
Cc:        ggm@dstc.edu.au, freebsd-current@FreeBSD.ORG
Subject:   Re: minor breakage in current for make world (gperf)
Message-ID:  <354C9E81.DB06A726@ameritech.net>
References:  <199805022125.HAA09843@cimlogic.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
John Birrell wrote:

> 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

  That did the trick! Perfect make world, didnt even notice the bc problem(or has it been fixed?)


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?354C9E81.DB06A726>