Date: Wed, 09 May 2001 08:19:23 -0700 From: Terry Lambert <tlambert2@mindspring.com> To: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Cc: hackers@FreeBSD.ORG Subject: Re: Question about building source Message-ID: <3AF95FFB.40DCF441@mindspring.com> References: <200105080611.XAA06142@hokkshideh.jetcafe.org> <20010508160646F.matusita@jp.FreeBSD.org> <3AF82432.F150DB51@mindspring.com> <20010509025423Q.matusita@jp.FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Makoto MATSUSHITA wrote: > > tlambert2> FWIW: This breaks if you have updated your C++ compiler, > tlambert2> since the .mk files incorrectly override the paths for > tlambert2> thing like the RTTI header files and the CRT0 stuff... > > We have chroot(8) already, no problems:) Perhaps the original poster > assume that /vol1/FreeBSD is for a jail(8) environment. It still breaks. See bsd.orig.mk; you _can't_ use a compiler other than one installed in the default location, or it will override the compiler defaults which tell it where the correct header and crt0 files live. Really. -- Terry 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?3AF95FFB.40DCF441>