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: Latest 64 bit test stuff on sourceware


On Feb 17 12:46, Teemu NÃtkinniemi wrote:
> On 17.2.2013 12:02, Corinna Vinschen wrote:
> 
> >>Oh, right.  libc.a, libg.a and libm.a are missing for some reason.
> >>I missed that, sorry.
> >
> >Bug in the bootstrap script.  I uploaded a fixed version of bootstrap.sh
> >and a new base-cygwin-toolchain-install-first-20130217.x86_64.tar.xz.
> 
> I noticed that include files are different in Cygwin64. For example
> dirent.h is from /newlib/libc/include/sys. Is this correct?

Not at all.  Another problem in the bootstrap script.  It's not really
a good idea to use -j at make install time.  The newlib headers have to
be installed first, then the cygwin headers are supposed to overwrite 
the newlib ones.  By using -j, make install in winsup managed to be
faster than make install in newlib, so the newlib headers overwrote
the cygwin headers instead.

I uploaded a changed bootstrap.sh script and a new
base-cygwin-toolchain-install-first-20130217-2.x86_64.tar.xz


Thanks for the heads up,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 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]