From owner-freebsd-hackers Wed May 9 8:19:11 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id C701237B424 for ; Wed, 9 May 2001 08:19:08 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from mindspring.com (pool0261.cvx21-bradley.dialup.earthlink.net [209.179.193.6]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id LAA19655; Wed, 9 May 2001 11:19:02 -0400 (EDT) Message-ID: <3AF95FFB.40DCF441@mindspring.com> Date: Wed, 09 May 2001 08:19:23 -0700 From: Terry Lambert Reply-To: tlambert2@mindspring.com X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Makoto MATSUSHITA Cc: hackers@FreeBSD.ORG Subject: Re: Question about building source References: <200105080611.XAA06142@hokkshideh.jetcafe.org> <20010508160646F.matusita@jp.FreeBSD.org> <3AF82432.F150DB51@mindspring.com> <20010509025423Q.matusita@jp.FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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