Re: [Mingw-w64-public] lrotl (final)

2015-03-03 Thread Ozkan Sezer
On 2/26/15, Kai Tietz wrote: > Hey dw, > > Thanks for the explanation. I wanted to be sure we have the reasoning > for this change explicit documented. So I have no more objections. > The patch is ok. Please go ahead. > > Thanks, > Kai Since no one else did, I applied the patch to both master

Re: [Mingw-w64-public] completely lost building/linking DLLs

2015-03-03 Thread Ozkan Sezer
On 3/3/15, Earnie wrote: >> -Original Message- >> From: David Macek [mailto:david.mace...@gmail.com] >> >> I think mingw should generally look for .a files (not .lib), specifically >> .dll.a. in case >> of DLL link stubs. >> > > Binutils will handle .lib as well as .dll libraries *not* th

Re: [Mingw-w64-public] completely lost building/linking DLLs

2015-03-03 Thread Earnie
> -Original Message- > From: David Macek [mailto:david.mace...@gmail.com] > > I think mingw should generally look for .a files (not .lib), specifically > .dll.a. in case > of DLL link stubs. > Binutils will handle .lib as well as .dll libraries so creating import libraries of a differe

Re: [Mingw-w64-public] completely lost building/linking DLLs

2015-03-03 Thread David Macek
On 2. 3. 2015 15:25, David Rysdam wrote: > I'm lost. Is there a tutorial for this? Try looking at these two, which seem to be still up to date: http://www.mingw.org/wiki/createimportlibraries http://www.mingw.org/wiki/sampledll I think mingw should generally look for .a files (not .lib), specif