Date: Thu, 10 May 2001 01:01:42 +0900 From: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> To: hackers@FreeBSD.ORG Subject: Re: Question about building source Message-ID: <20010510010142X.matusita@jp.FreeBSD.org> In-Reply-To: <3AF95FFB.40DCF441@mindspring.com> References: <3AF82432.F150DB51@mindspring.com> <20010509025423Q.matusita@jp.FreeBSD.org> <3AF95FFB.40DCF441@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
tlambert2> It still breaks. See bsd.orig.mk; you _can't_ use a tlambert2> compiler other than one installed in the default location, tlambert2> or it will override the compiler defaults which tell it tlambert2> where the correct header and crt0 files live. Really. ??? If you run 'chroot /vol1/FreeBSD /bin/sh', you'll get an environment that /vol1/FreeBSD is /; Compiler is in /usr/bin/cc. Headers are in /usr/include. Crt* files are in /usr/lib. All files are located as it should be. If it doesn't work as you have said, "make release' also _doesn't_ work; we cannot make a distribution. Obviously, it's wrong:) -- - Makoto `MAR' MATSUSHITA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010510010142X.matusita>