X-Spam-Check-By: sourceware.org
Message-ID: <439241F1.BFB1EAEE@dessent.net>
Date: Sat, 03 Dec 2005 17:10:09 -0800
From: Brian Dessent <brian@dessent.net>
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: gzread, gzdopen, gzclose not found
References: <BAY104-F240EC9BD932A0C95836D7AD4E0@phx.gbl>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
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

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/

