This is the mail archive of the cygwin-developers 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: speclib vs. -lc trouble.


On Apr  9 19:59, Dave Korn wrote:
> Dave Korn wrote:
> 
> >   I examined the link map files.  For some reason a whole bunch of .idata$4
> > sections go missing when you add -lc:
> 
> > -00000000 I __imp___fseeko64
> 
> 
>   That's interesting.  In libc.a, there is one archive member supplying
> fseeko64.  In libcygwin.a, there are two, and the new one comes first in the
> archive meaning it'll be linked rather than the one that matches the one in
> libc.a.

Isn't that just the mapping from fseeko to _fseeko64 (see NEW_FUNCTIONS
in Makefile.in)?


Corinna


-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


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