This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gzread, gzdopen, gzclose not found


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]