From owner-freebsd-current@FreeBSD.ORG Mon Mar 1 01:27:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F7716A4CE for ; Mon, 1 Mar 2004 01:27:46 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B11543D1D for ; Mon, 1 Mar 2004 01:27:46 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i219RcC6010155; Mon, 1 Mar 2004 12:27:38 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i219Rcrb010153; Mon, 1 Mar 2004 12:27:38 +0300 (MSK) (envelope-from ache) Date: Mon, 1 Mar 2004 12:27:37 +0300 From: Andrey Chernov To: John Birrell , current@freebsd.org Message-ID: <20040301092737.GA10086@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , John Birrell , current@freebsd.org References: <20040301192548.M16237@freebsd3.cimlogic.com.au> <20040301092211.GA9093@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040301092211.GA9093@nagual.pp.ru> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.5; VDF 6.24.0.28 (host: pobrecita.freebsd.ru) Subject: Re: Assembler broken by getopt_long_only changes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 09:27:46 -0000 On Mon, Mar 01, 2004 at 12:22:11PM +0300, Andrey Chernov wrote: > The bug is somewhere deeper, than your analysis, because all the same > commands (cc, as) called by hand with the same args works, they not works > only from tiff's configure. Maybe configure do something with > environment... I'll look into this ASAP. The bug reason is here: ./configure ... POSIXLY_CORRECT=1; export POSIXLY_CORRECT # disable GNU extensions ... I'll look into our POSIXLY_CORRECT handling... -- Andrey Chernov | http://ache.pp.ru/