gzread, gzdopen, gzclose not found

Brian Dessent brian@dessent.net
Sun Dec 4 01:10:00 GMT 2005


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/



More information about the Cygwin mailing list