Re: [Mingw-w64-public] dll files in mingw/lib andx86_64-w64-mingw32\lib

2012-06-26 Thread Sisyphus
- Original Message - From: "Kai Tietz" To: Sent: Tuesday, June 26, 2012 11:03 PM Subject: Re: [Mingw-w64-public] dll files in mingw/lib andx86_64-w64-mingw32\lib > Hello Rob, > > 2012/6/26 Sisyphus : >> Hi, >> >> When we unzip the mingw-w64-bin_i686-mingw_MMDD.zip cross-compilers

Re: [Mingw-w64-public] [patch] Cygwin support, part 0

2012-06-26 Thread Corinna Vinschen
On Jun 26 16:02, Corinna Vinschen wrote: > On Jun 26 15:34, Kai Tietz wrote: > > Hi Corinna, > > > > 2012/6/26 Corinna Vinschen : > > > Hi, > > > > > > for a start in supporting Cygwin, I created this patch.  It doesn't > > > error out just because _WIN32 is not defined and the new _cygwin.h file

Re: [Mingw-w64-public] [patch] Cygwin support, part 0

2012-06-26 Thread Corinna Vinschen
On Jun 26 15:34, Kai Tietz wrote: > Hi Corinna, > > 2012/6/26 Corinna Vinschen : > > Hi, > > > > for a start in supporting Cygwin, I created this patch.  It doesn't > > error out just because _WIN32 is not defined and the new _cygwin.h file > > (which will probably get a lot more to do later on) j

Re: [Mingw-w64-public] [patch] Cygwin support, part 0

2012-06-26 Thread Kai Tietz
2012/6/26 Jacek Caban : > On 06/26/12 15:34, Kai Tietz wrote: >> Hi Corinna, >> >> 2012/6/26 Corinna Vinschen : >>> Hi, >>> >>> for a start in supporting Cygwin, I created this patch.  It doesn't >>> error out just because _WIN32 is not defined and the new _cygwin.h file >>> (which will probably ge

Re: [Mingw-w64-public] [patch] Cygwin support, part 0

2012-06-26 Thread Jacek Caban
On 06/26/12 15:34, Kai Tietz wrote: > Hi Corinna, > > 2012/6/26 Corinna Vinschen : >> Hi, >> >> for a start in supporting Cygwin, I created this patch. It doesn't >> error out just because _WIN32 is not defined and the new _cygwin.h file >> (which will probably get a lot more to do later on) just

Re: [Mingw-w64-public] [patch] Cygwin support, part 0

2012-06-26 Thread Kai Tietz
Hi Corinna, 2012/6/26 Corinna Vinschen : > Hi, > > for a start in supporting Cygwin, I created this patch.  It doesn't > error out just because _WIN32 is not defined and the new _cygwin.h file > (which will probably get a lot more to do later on) just makes sure that > _mingw.h does not define POS

[Mingw-w64-public] [patch] Cygwin support, part 0

2012-06-26 Thread Corinna Vinschen
Hi, for a start in supporting Cygwin, I created this patch. It doesn't error out just because _WIN32 is not defined and the new _cygwin.h file (which will probably get a lot more to do later on) just makes sure that _mingw.h does not define POSIX types. Additionally, I changed vadefs.h so that i

Re: [Mingw-w64-public] dll files in mingw/lib and x86_64-w64-mingw32\lib

2012-06-26 Thread Kai Tietz
Hello Rob, 2012/6/26 Sisyphus : > Hi, > > When we unzip the mingw-w64-bin_i686-mingw_MMDD.zip cross-compilers we > find a number of dll files (including libgcc_s_sjlj-1.dll and > libstdc++-6.dll) in mingw/lib and x86_64-w64-mingw32/lib, but not in the > 'bin' folder. > > Are we supposed to : >

[Mingw-w64-public] dll files in mingw/lib and x86_64-w64-mingw32\lib

2012-06-26 Thread Sisyphus
Hi, When we unzip the mingw-w64-bin_i686-mingw_MMDD.zip cross-compilers we find a number of dll files (including libgcc_s_sjlj-1.dll and libstdc++-6.dll) in mingw/lib and x86_64-w64-mingw32/lib, but not in the 'bin' folder. Are we supposed to : a) copy those dll's to the 'bin' folder ? or