[Mingw-w64-public] 4.9.0 experimental 32-bit sjlj posix missing SHValidateUNC

2014-01-24 Thread Jim Michaels
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

Re: [Mingw-w64-public] What to Download?

2014-01-24 Thread lh_mouse
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

[Mingw-w64-public] gcc.gnu.org link to win bins needs updating

2014-01-24 Thread Jim Michaels
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

Re: [Mingw-w64-public] gcc.gnu.org link to win bins needs updating

2014-01-24 Thread lh_mouse
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