On Fri, Aug 5, 2011 at 7:30 AM, Greg Peele <aerovec...@hotmail.com> wrote:
> Does anyone know of a site which hosts pre-built Win64 binaries / developer
> kits for common open source C libraries?  I haven't been able to find one so
> I've been building random things such as zlib, libpng, libjpeg, etc. using
> MinGW-w64 since it does not introduce a MSVCRT90/100 dependency and the
> generated code appears to work with all Win64 compilers.   More often than
> not, I have to patch the sources or even write a CMake build since a lot of
> these libraries don't build on Win64 out of the box (many are still
> autotools + MSVC-only).  If there's a place I could contribute my work or
> reuse the work of others that would be great.  If not, would others find it
> helpful if I hosted one?
> Thanks,

I use the following MinGW-w64 distribution under Linux (using TDM
under Windows) and it has quite some libraries.
http://code.google.com/p/mingw-w64-dgn/

And this one has libpng.
http://www.gtk.org/download/win64.php

Not so sure about libjpeg. This one?
http://sourceforge.net/projects/libjpeg-turbo/files/1.1.1/

One the other hand, if you find using VC2008/VC2010 introduces
extra dependencies, you can try to use WDK compilers and it does
not seem to have the extra dependencies. It also seems to have
the best compatibilities with various version of Windows.
http://msdn.microsoft.com/en-us/windows/hardware/gg487428

-- 
Xiaofan

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to