From owner-freebsd-questions@FreeBSD.ORG Wed Jun 22 14:54:01 2005 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 2708516A425 for ; Wed, 22 Jun 2005 14:54:01 +0000 (GMT) (envelope-from vdaelli@hotmail.com) Received: from hotmail.com (bay103-f27.bay103.hotmail.com [65.54.174.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E2E43D55 for ; Wed, 22 Jun 2005 14:54:01 +0000 (GMT) (envelope-from vdaelli@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 22 Jun 2005 07:54:00 -0700 Message-ID: Received: from 65.54.174.210 by by103fd.bay103.hotmail.msn.com with HTTP; Wed, 22 Jun 2005 14:54:00 GMT X-Originating-IP: [65.54.174.210] X-Originating-Email: [vdaelli@hotmail.com] X-Sender: vdaelli@hotmail.com In-Reply-To: <20050622144949.GB10889@orion.daedalusnetworks.priv> From: "Valerio Daelli" To: freebsd-questions@freebsd.org Date: Wed, 22 Jun 2005 14:54:00 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 22 Jun 2005 14:54:00.0821 (UTC) FILETIME=[399B3A50:01C5773A] Subject: Re: make buildworld fails 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: Wed, 22 Jun 2005 14:54:01 -0000 > >Yes. You're using unsupported optimizations. > >Please read very carefully the comments above CFLAGS in > > /usr/share/examples/etc/make.conf > >- Giorgos > Thanks a lot! I'll use a safer optimization. Valeiro