From owner-freebsd-bugs@FreeBSD.ORG Fri Apr 15 19:50:48 2005 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D9F716A4CE for ; Fri, 15 Apr 2005 19:50:48 +0000 (GMT) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1AFB43D48 for ; Fri, 15 Apr 2005 19:50:47 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 7DBCE99757E for ; Fri, 15 Apr 2005 21:56:05 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 54397-08 for ; Fri, 15 Apr 2005 21:56:05 +0200 (CEST) Received: from [80.98.207.149] (catv-5062cf95.catv.broadband.hu [80.98.207.149]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id D4D139974BA for ; Fri, 15 Apr 2005 21:56:04 +0200 (CEST) Message-ID: <42601B14.3080606@t-hosting.hu> Date: Fri, 15 Apr 2005 21:50:44 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Subject: Minor bug in libstdc++ compilation by make buildworld X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 19:50:48 -0000 Hello there, I was wondering why make buildworld fails and I found on some mailing list archives that one should comment CXXFLAGS out to fix this issue. I was also able to get around with this, but I've realized that the problem has nothing to do with code optimization. Even if I specify a CXXFLAGS=-O in make.conf the whole make buildworld fails. It certainly must be some kinda Makefile deficiency and as far I see it could be easily fixed by a programmer. And as I think it should be fixed. It would be nice to use optimized CPP flags and have a faster and optimized code. And many end-user would be happy to have this opportunity. I'm looking forward to Your answer. Best regards, Gábor Kövesdán