X-Spam-Check-By: sourceware.org Message-ID: <439241F1.BFB1EAEE@dessent.net> Date: Sat, 03 Dec 2005 17:10:09 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: gzread, gzdopen, gzclose not found References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Robert Body wrote: > Building Libs/libclanApp.so > Libs/libclanCore.a(datafile_inputprovider.o): In function > `_ZNSt11_Deque_baseI18CL_Zipped_PositionSaIS0_EED2Ev': > There's still not enough information. You need to find out what command this makefile is running that is causing the error. And then modify it to have -lz in the correct location. On cygwin the output file should be cygclanApp.dll, not libclanApp.so, so that right there tells me that this makefile probably hardcodes such things, which means that it is probably not portable and was likely hand written by someone who has no concept of any other *nix than linux. WHy can't people just use libtool? You should try asking these questions on the clanlib mailing list / forum / whatever. Brian -- 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/