Date: Wed, 17 Jun 1998 08:15:52 +1000 (EST) From: John Birrell <jb@cimlogic.com.au> To: bruceb@austx.tandem.com Cc: current@FreeBSD.ORG Subject: Re: 0615 make world fails in gperf Message-ID: <199806162215.IAA09495@cimlogic.com.au> In-Reply-To: <199806161448.JAA08938@panther.mpd.tandem.com> from Bruce Burden at "Jun 16, 98 09:48:28 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Burden wrote: > I saw a message that "make world" worked on 06/15, so I > decided to update my machne (last done around 1 Feb). Anyway, > I got the CVSup15.4, re sup'd the source, and attempted to > make world. I ran into a problem in making gperf: I had disk problems the other day and I decide to reinstall from a 2.2.6 CD rather than restoring from a backup tape. I thought I'd see what the problems are taking a recent 2.2.X system and trying to make world. I tried just doing a make world and I got exactly the errors that you have. You need to override the .mk directory on the command line: make -m /usr/src/share/mk world The problem you are having is that the installed .mk files aren't setting the LIBRARY_PATH in the way that the current files do, so instead of linking against the libraries built into ${WORLDTMP}/usr/lib/aout, the ones in /usr/lib are being used. A 'make -m /usr/src/share/mk world' of current sources (as of a few days ago) on a stock 2.2.6 installation worked for me. YMMV. -- 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?199806162215.IAA09495>