[Mingw-w64-public] can a statically linked regex be added to fedora mingw32 and mingw64?

2012-07-29 Thread Simson Garfinkel
Greetings. I develop computer forensic tools using mingw64. It's very important that these tools be statically linked. Would it be possible for the mingw32-libgnurx.noarch and the mingw64-libgnurx.noarch be expanded to include statically linked versions in addition to the DLLs? Thanks, Sims

Re: [Mingw-w64-public] XP64 SP2 and MinGW-w64 v2.0.4: the procedure entry point _chsize_s could not be located in msvcrt.dll

2012-07-29 Thread Ruben Van Boxem
Op 29 jul. 2012 17:11 schreef "Ozkan Sezer" het volgende: > > On 7/29/12, Kai Tietz wrote: > > 2012/7/29 Ruben Van Boxem : > >> 2012/7/29 Kai Tietz > >>> > >>> 2012/7/29 Ruben Van Boxem : > >>> > Hi, > >>> > > >>> > Since last week I have a XP64 VM laying around for ... fun. And > >>> > compatib

Re: [Mingw-w64-public] XP64 SP2 and MinGW-w64 v2.0.4: the procedure entry point _chsize_s could not be located in msvcrt.dll

2012-07-29 Thread Ozkan Sezer
On 7/29/12, Kai Tietz wrote: > 2012/7/29 Ruben Van Boxem : >> 2012/7/29 Kai Tietz >>> >>> 2012/7/29 Ruben Van Boxem : >>> > Hi, >>> > >>> > Since last week I have a XP64 VM laying around for ... fun. And >>> > compatibility checking and bug hunting obviously. >>> > >>> > I built Clang on Windows

Re: [Mingw-w64-public] XP64 SP2 and MinGW-w64 v2.0.4: the procedure entry point _chsize_s could not be located in msvcrt.dll

2012-07-29 Thread niXman
Recently encountered a similar problem when using my build on WINXP. But in my case, the symbol _ctime64_s was not located. -- Regards, niXman ___ Dual-target(32 & 64 bit) MinGW compilers for 32 and 64 bit Windows: http://sourceforge.net/projects/m

Re: [Mingw-w64-public] XP64 SP2 and MinGW-w64 v2.0.4: the procedure entry point _chsize_s could not be located in msvcrt.dll

2012-07-29 Thread Kai Tietz
2012/7/29 Ruben Van Boxem : > 2012/7/29 Kai Tietz >> >> 2012/7/29 Ruben Van Boxem : >> > Hi, >> > >> > Since last week I have a XP64 VM laying around for ... fun. And >> > compatibility checking and bug hunting obviously. >> > >> > I built Clang on Windows 7 x64, and tried running the resultant >>

Re: [Mingw-w64-public] XP64 SP2 and MinGW-w64 v2.0.4: the procedure entry point _chsize_s could not be located in msvcrt.dll

2012-07-29 Thread Ruben Van Boxem
2012/7/29 Kai Tietz > 2012/7/29 Ruben Van Boxem : > > Hi, > > > > Since last week I have a XP64 VM laying around for ... fun. And > > compatibility checking and bug hunting obviously. > > > > I built Clang on Windows 7 x64, and tried running the resultant > executable > > from a shared folder in

Re: [Mingw-w64-public] XP64 SP2 and MinGW-w64 v2.0.4: the procedure entry point _chsize_s could not be located in msvcrt.dll

2012-07-29 Thread Kai Tietz
2012/7/29 Ruben Van Boxem : > Hi, > > Since last week I have a XP64 VM laying around for ... fun. And > compatibility checking and bug hunting obviously. > > I built Clang on Windows 7 x64, and tried running the resultant executable > from a shared folder in the VM. It failed with the error in the

[Mingw-w64-public] XP64 SP2 and MinGW-w64 v2.0.4: the procedure entry point _chsize_s could not be located in msvcrt.dll

2012-07-29 Thread Ruben Van Boxem
Hi, Since last week I have a XP64 VM laying around for ... fun. And compatibility checking and bug hunting obviously. I built Clang on Windows 7 x64, and tried running the resultant executable from a shared folder in the VM. It failed with the error in the email subject. Is this MinGW-w64's faul