From owner-freebsd-questions@FreeBSD.ORG Tue Apr 11 17:40:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39D1316A406 for ; Tue, 11 Apr 2006 17:40:42 +0000 (UTC) (envelope-from greenwood.andy@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E67743D49 for ; Tue, 11 Apr 2006 17:40:41 +0000 (GMT) (envelope-from greenwood.andy@gmail.com) Received: by pproxy.gmail.com with SMTP id t32so1403452pyc for ; Tue, 11 Apr 2006 10:40:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=kF+KTmXvJBWbkHSCD1taNgdTlFsmSnatS9IE3nFzBeJ6B1JIEVFbwujdqMQk4a3h+fS/6p84gB4mVDXZ0Xdd64dZL1jOavFhrsUOOhoF1eQKmWV69c2cLH0EylW3Pnht1x7ogjGm76KxkaSQxyN9Acj4ub6hLYnifRNBnTUXfm4= Received: by 10.35.76.9 with SMTP id d9mr732595pyl; Tue, 11 Apr 2006 10:34:18 -0700 (PDT) Received: by 10.35.72.18 with HTTP; Tue, 11 Apr 2006 10:34:18 -0700 (PDT) Message-ID: <3ee9ca710604111034o3fd15ce9n236537ef981b7d86@mail.gmail.com> Date: Tue, 11 Apr 2006 13:34:18 -0400 From: "Andy Greenwood" To: "Jim Stapleton" In-Reply-To: <80f4f2b20604111026i93e19e2jd3360b712db888ae@mail.gmail.com> MIME-Version: 1.0 References: <80f4f2b20604111026i93e19e2jd3360b712db888ae@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: make buildword problem/documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2006 17:40:42 -0000 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html On 4/11/06, Jim Stapleton wrote: > > First of all, where do I find "make buildworld" documentation? It's > mantioned a lot, but I can't find it in the handbook. I'm assuming the > process is just "make buildworld", "make installworld", and that's it, > which will update all the non-ports core software packages on a > machine, but not the kernel itself. > > The second part is, when I have this in my make.conf file, > uncommented, make buildworld fails, when it is commented, make > buildworld works fine (when it fails, it complains about not being > able to find/load various header files): > #CFLAGS=3D-finline-functions -msse -msse2 -msse3 -m3dnow -mfpmath=3Dsse > #CXXFLAGS=3D-finline-functions -msse -msse2 -msse3 -m3dnow -mfpmath=3Dsse > > > thanks, > -Jim Stapleton > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >