From owner-freebsd-questions@FreeBSD.ORG Tue Apr 11 17:26:12 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 D744C16A462 for ; Tue, 11 Apr 2006 17:26:12 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 319DC43D73 for ; Tue, 11 Apr 2006 17:26:07 +0000 (GMT) (envelope-from stapleton.41@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so884450wxc for ; Tue, 11 Apr 2006 10:26:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=l6Fu5UnIyAflgNGpwAGHJ6Ps/GE1kJ2XoeOdP22MJ38NGieK11mM4Zpx8Dq/l6mxtxeBw49CRj9yrwgHZkflNPfhsKOh320grkb3SD5Sxj8ZDwgKv8bsH9fNNLHQrRJ+givPIt7GdI4jJTVUitjyjJt/Jp3H33vWWCZf6xyzzYc= Received: by 10.70.72.10 with SMTP id u10mr5631513wxa; Tue, 11 Apr 2006 10:26:06 -0700 (PDT) Received: by 10.70.75.7 with HTTP; Tue, 11 Apr 2006 10:26:06 -0700 (PDT) Message-ID: <80f4f2b20604111026i93e19e2jd3360b712db888ae@mail.gmail.com> Date: Tue, 11 Apr 2006 17:26:06 +0000 From: "Jim Stapleton" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 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:26:12 -0000 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