From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13797 invoked by alias); 26 Apr 2011 16:34:51 -0000 Received: (qmail 13601 invoked by uid 22791); 26 Apr 2011 16:34:49 -0000 X-SWARE-Spam-Status: No, hits=-2.4 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-pv0-f169.google.com (HELO mail-pv0-f169.google.com) (74.125.83.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Apr 2011 16:34:26 +0000 Received: by pvc12 with SMTP id 12so788852pvc.0 for ; Tue, 26 Apr 2011 09:34:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.21.167 with SMTP id w7mr1140965pbe.27.1303835666060; Tue, 26 Apr 2011 09:34:26 -0700 (PDT) Received: by 10.68.40.99 with HTTP; Tue, 26 Apr 2011 09:34:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 26 Apr 2011 16:34: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 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/msg00376.txt.bz2 ohh silly me, sorry, I sent my reply to the wrong list :-( I'm trying again: >> I noticed that gcc has an option `--with-system-zlib', so in >> total I would need --with-system-zlib=no, but if I understand >> correctly this is not supported by binutil/bfd. >> Did I understand correctly? > > Unrecognized --with options are ignored. Yes, I know this from autoconf. > The difference in the options > is because for gcc, zlib is not optional when building libjava. For the > binutils zlib is always optional. so gcc can be built against its own zlib which is included in gcc source but binutils cannot? I though it could be possible to force to use the own zlib, which seems to be impossible. anyway, I don't need Java ATM. Thanks for your quick replies and help, Steffen ---------- End of Forwarded message from ---------- From: Steffen Dettmer Date: Tue, Apr 26, 2011 at 6:32 PM Subject: Re: binutils prerequisites (recent zlib version - what else?) To: Ian Lance Taylor Cc: gcc-help