From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23696 invoked by alias); 24 Sep 2003 23:43:18 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 23683 invoked from network); 24 Sep 2003 23:43:17 -0000 Received: from unknown (HELO fridge.mylittleisp.net) (62.49.203.74) by sources.redhat.com with SMTP; 24 Sep 2003 23:43:17 -0000 Received: from [192.168.0.40] (bedroom.mdsh.local [192.168.0.40]) by fridge.mylittleisp.net (8.12.8/8.12.8) with ESMTP id h8P0hGmj008746 for ; Thu, 25 Sep 2003 00:43:16 GMT Date: Thu, 25 Sep 2003 02:33:00 -0000 From: Mark Himsley To: cygwin@cygwin.com Subject: Re: Linking with zlib Message-ID: <57119296.1064450594@[192.168.0.40]> In-Reply-To: References: <54590953.1064448066@[192.168.0.40]> X-Archive: encrypt MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-SW-Source: 2003-09/txt/msg01572.txt.bz2 On 24 September 2003 19:22 -0400 Igor Pechtchanski wrote: > The -lz should go to the *end* of the compile line (at least, after the .c > file). Ah - damn, I've read that before but it obviously hadn't sunk in. Editing the Makefile to put -lz after the .c file worked exactly as you suggested. I shall see if I can look into the Makefile.am and Makefile.in to correct that problem and feed it back to the author. > Hope this helps, It did :-) Thanks! -- Mark Himsley -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/