From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26699 invoked by alias); 15 Feb 2011 03:55:07 -0000 Received: (qmail 26691 invoked by uid 22791); 15 Feb 2011 03:55:07 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Feb 2011 03:55:03 +0000 Received: by iyi20 with SMTP id 20so6068825iyi.0 for ; Mon, 14 Feb 2011 19:55:02 -0800 (PST) Received: by 10.42.218.200 with SMTP id hr8mr6070863icb.219.1297742101210; Mon, 14 Feb 2011 19:55:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.218.10 with HTTP; Mon, 14 Feb 2011 19:54:41 -0800 (PST) In-Reply-To: References: <20110214230458.GT7651@bubble.grove.modra.org> From: kamaraju kusumanchi Date: Tue, 15 Feb 2011 03:55:00 -0000 Message-ID: Subject: Re: implicit declaration of function `compressBound' To: binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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-02/txt/msg00160.txt.bz2 On Mon, Feb 14, 2011 at 10:53 PM, kamaraju kusumanchi wrote: > On Mon, Feb 14, 2011 at 6:04 PM, Alan Modra wrote: >> On Mon, Feb 14, 2011 at 12:36:56PM -0500, kamaraju kusumanchi wrote: >>> /unZipped/binutils-2.21/bfd/compress.c:100: warning: implicit >>> declaration of function `compressBound' >> >> This ought to be defined in your system zlib.h >> > > When I did > > $ grep compressbound /usr/include/zlib.h > > there are no hits. Where does the zlib.h usually reside on Sun Solaris > 2.10? FWIW, binutils 2.20 compiled just fine. > same with grep -i as well. raju