- 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
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
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
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
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
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
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
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 :
>
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