From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20178 invoked by alias); 26 Apr 2011 18:39:41 -0000 Received: (qmail 20170 invoked by uid 22791); 26 Apr 2011 18:39:41 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-pz0-f41.google.com (HELO mail-pz0-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Apr 2011 18:39:27 +0000 Received: by pzk4 with SMTP id 4so689944pzk.0 for ; Tue, 26 Apr 2011 11:39:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.71.193 with SMTP id x1mr1187825pbu.429.1303843166555; Tue, 26 Apr 2011 11:39:26 -0700 (PDT) Received: by 10.68.40.99 with HTTP; Tue, 26 Apr 2011 11:39:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 26 Apr 2011 18:39:00 -0000 Message-ID: Subject: Re: binutils prerequisites (recent zlib version - what else?) From: Steffen Dettmer To: binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-04/txt/msg00384.txt.bz2 On Tue, Apr 26, 2011 at 8:18 PM, Ian Lance Taylor wrote: > kevin diggs writes: > >> On Tue, Apr 26, 2011 at 11:26 AM, Ian Lance Taylor wro= te: >>> >>> Unrecognized --with options are ignored. =A0The difference in the >>> >>> Ian >>> >> Why? Wouldn't it be better to tell the poor, confused user that they >> are configuring up the wrong tree? Here I think the binutils/bfd/configure should check for ../../zlib, which will be there in "gcc combined build", and use it, shouldn't it? but of course then zlib needs to be built first etc. maybe configure --help should have some support for AC_CONFIG_SUBDIRS? However, in this case it would still be missleading, because binutils have --with-zlib (but no support for --with-system-zlib), gcc has only (?) --with-system-zlib, so it seems to be let's say "incompati= ble" a bit. Steffen