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=YrYaA9Xoekg8pFGlu1o1Qv4P/vMgDmpxqzEH1TE8lqTJpFAY59rND izXBGYtaSbus4fixkLaebX/RvnYPrnshvt49M0mAwOPHZMCrkTvsUL1H+/4MmGTe 4DuzY3dOobngLjtICtXGbmFSE3WDmCDkQbkE62bDFcqBAB7PThSh5c= 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=R8+KZRdZo05WZEPu2epEwrXym90=; b=HLqG8QNSmt6ULlfwfUkMK0RI0nmw JkFo61Q7WytZtqa9OmYo2B5K57TR9uPdOZHVw4PVvyCllJrx6VTCvDxE6jzWz/OB kiOGdAd+mKoMcjzxk9heLgOgPyOoiruSvLBop/H1UiEyeXryTOSe1F9GjwEh4eEt SBu7AyiJZZvOib4= 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.0 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: <20130616133802.3436@binki> Date: Sun, 16 Jun 2013 13:38:02 +0900 From: wynfield AT gmail DOT com To: cc: Subject: Building a new package help I am trying to build an movgrab, a command line application which can fetch video streams in various formats. It was written for linux systems. But, will almost build on cygwin. The first problem i had was it needed to have /usr/include/sys/file.h included in a couple of files. The last (I believe) problem is the linker can't find zlib to link to. Below is what Makefile outputs when the error occurs. ---------- make processing outputs the below DataProcessing.o: In function `zlibProcessorClose': /usr/src/movgrab/movgrab-1.2.1/libUseful-2.0/DataProcessing.c:839: undefined reference to `_inflateEnd' /usr/src/movgrab/movgrab-1.2.1/libUseful-2.0/DataProcessing.c:840: undefined reference to `_deflateEnd' DataProcessing.o: In function `zlibProcessorRead': ---- Any help or leads would be appreciated. Thank you. -- 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