X-Recipient: archive-cygwin AT delorie DOT 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=dGEyOeZSGjx/vCFAhzkuCb+OgSbvpyKnD+waAsfcwiJiwwYUyS2vJ Vk4ekEP/QKO/9n6+xy5q3ryu21s8rQcU9nk+fnsNrjnGb1MpCJpaPb6zHxO6DE/D cBITuGhtrklX3cNnWcJq//7GsFj0dhSzay9jqQcWrYqhM2DpN/R0iA= 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=kaAz/ohLAoLsjZIh0VDElzW2W5E=; b=GbjZPRNIWZBCxv4mb9a5RsOhejYk pI2GdcMQrnexJQd/4wIvwCHtwd84rh1vGxcm1cPMDSs2z4QFrw2JmGdhP2u8nhj3 mqZFSS7jfE72VdZ1Du7xSU0iPeIPf48hereIPHF0dMbnZMmylF406qLwDldMdfSd dVY07FPfaJxJlI0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,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: <20130618002434.3800@binki> Date: Tue, 18 Jun 2013 00:24:34 +0900 From: wynfield AT gmail DOT com To: 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) <.......delete e-mail addr...> > On 6/16/2013 12:38 AM, ........ > > 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