This is the mail archive of the cygwin@sources.redhat.com 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]

Re: missing gmtime_r & localtime_r in .a files


On Tue, Dec 12, 2000 at 06:12:59PM -0800, Joseph Heled wrote:
>While I see the prototype for gmtime_r & localtime_r in /usr/include/time.h, the
>linker reports they are not found.
>
>I tried 'nm *.a | grep gmtime_r' in /usr/lib, which gave no hits.
>
>I am using cygwin version 1.15. gcc version is gcc-2.95.2-5.

The headers that are used by Cygwin come from 'newlib'.  We don't
necessarily export every single function from the newlib library in
cygwin.

So, if you get a "not found" error when linking then you can believe it.
It's not available in cygwin.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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