X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:to:cc:subject; q=dns; s=
	default; b=vMjWRG4NFZjQbzUoQd0UuzsQDCFHvJ8OienxfWpT8n3EeaRq8UcQS
	Pz3W2LXfbfmhkehc0Vc0VWYXajTkPZmQfLBeyVVAkv/bItbSynIu5PTSQaMnSKcI
	Gj+HWkUNh/nYHH+bvE3kINEsKfHIfb7GzvAitKR+4k5/MGAdAooYvg=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:to:cc:subject; s=default;
	 bh=56Ug22ABGoPIFEJq2Gx7Brq0UKs=; b=Sz2NJ/pKCstPbmTqC3h0pIkAOukJ
	QfwKXKyDH4JjVkJBT8DjBH1UaZSok7MhMg6hI7W2OGKxVzoTKCaS/6o1teurDkXe
	HEZILFqHpjOOvbojMIYHuvtKbepSX0L6oWrMjxW/tQlHL12AYhfE/hdG3u2RX6iW
	W8Nro/JTic1eJeU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,HDRS_LCASE,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,SPF_NEUTRAL autolearn=ham version=3.3.1
Message-ID: <20130618002247.2124@binki>
Date: Tue, 18 Jun 2013 00:22:47 +0900
From: wynfield@gmail.com
To: <cygwin@cygwin.com>
cc:
Subject: Re: Building a new package help



Larry,
  thanks.  Your advice, was on the spot and got me closer to making a succsessful build.  The other problem I found was that on cygwin, an additional header file called  "zconf.h" is required and has to be included along with the zlib.h file.  It builds now.

Thanks for your assistance. 

Larry Hall (Cygwin) <............del email>
>
> > The last (I believe) problem is the linker can't find zlib to link to.
> > Below is what Makefile outputs when the error occurs.
> 
> Do you have the zlib-devel package installed?  Does '-lz' occur in
> the makefile and in the right order?  Remember, library dependencies
> on Windows is linear.
> 
> -- 
> Larry
> 

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

