Any opinions on this topic ? -------- Original Message -------- X-Mozilla-Status: 0001 X-Mozilla-Status2: 00000000 Message-ID: <[EMAIL PROTECTED]> Date: Wed, 05 Dec 2001 12:28:28 +0100 From: Pavel Tsekov <[EMAIL PROTECTED]> X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2 i686) X-Accept-Language: en MIME-Version: 1.0 To: Robert Collins <[EMAIL PROTECTED]> Subject: Re: linux -> cygwin cross compiler References: <[EMAIL PROTECTED]> <083a01c17cc3$b85798e0$0200a8c0@lifelesswks> <[EMAIL PROTECTED]> <086f01c17cce$c9bdf060$0200a8c0@lifelesswks> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <088001c17ccf$8d13e3d0$02 <03fe01c17d7f$1627a4e0$0200a8c0@lifelesswks> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit
> > > Btw one thing - I've found many #include <strings.h> in > > the latest sources - shouldn't this be changed to #include > > <string.h> ? mingw doesnt have strings.h. Btw It seems that > > if you have string.h you dont need strings.h (I'm under > > the impression that string.h include strings.h on linux) > > > > Does this sound reasonable ? > > I dunno. Setup builds with -mno-cygwin with FAIK uses all mingw headers, > so I don't know whether that is needed or not. Thats probably better > asked on-list :}. > Yes but it gives various include paths from cygwin build and newlib build - this means that you compile only in this environment (i.e. winsup env). If you try only mingw it wont work :) However I've fixed that for me locally
