This is the mail archive of the cygwin-developers@cygwin.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]
Other format: [Raw text]

Re: Problem building with old include and libs for newer DLL?


On Sat, Jul 05, 2003 at 12:39:46AM -0400, Christopher Faylor wrote:
> I was just trying to build a new version of binutils but I wasn't having
> much luck getting as to work.  The problem was stack corruption when
> as called stat().
> 
> Aha, says I.  That's because of the new 64 bit stuff.  I didn't update
> my cross-build environment.  So, I dutifully did so.
> 
> But, now that I think of it, should this have worked without updating to
> new header files and libraries?  Shouldn't the old headers and libraries
> have worked?  Shouldn't the binary have used the older 32 bit interface?

If headers and libcygwin.a match, then yes, it should work.  Headers and
libcygwin.a depend on each other.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


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