The history is available on mingw-w64 homepage.
http://sourceforge.net/apps/trac/mingw-w64/wiki/History
2014-01-25
Best regards,
lh_mouse
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Busin
http://www.gnu.org/software/gcc/index.html has a link for binaries, windows,
that lists http://www.mingw.org as the site for the current implementation of
the windows compiler.
it was my understanding that the mingw project has been dropped in favor of
mingw-builds which has been dropped in fav
Pros of static linking:
1. You do not have dependencies on DLLs that are statically linked;
2. It produces a smaller *package*. For example when there are two functions
named foo() and bar() in the lib and you use only foo(), the linker will strip
bar(). If you do a dynamic linking you'll have to
I was under the impression that the c++ standard library ABIs (?) were such
that static linking was a no-no. did that change?
>
> From: Ruben Van Boxem
>To: "mingw-w64-public@lists.sourceforge.net"
>
>Sent: Monday, January 20, 2014 6:15 AM
>Subject: Re: [Mi
I seem to still be unable to compile my df program for 32-bit even with the new
changes to my gw2 compiler wrapper batch file.
df.o:df.cpp:(.text+0x270c): undefined reference to `_imp__SHValidateUNC@12'
collect2.exe: error: ld returned 1 exit status
grep -i SHValidateUNC *.a
grep: ddk: Is a dire