Re: [Mingw-w64-public] How to detect which threading model is used with the preprocessor?

2014-06-26 Thread C. Thomas Stover
On Thu, 26 Jun 2014 09:12:30 +0200, Etienne Sandré-Chardonnal wrote: > Hi, > > Is it possible to detect the threading model (win32 / pthreads) with the > preprocessor? > > At least I would like to make the code compile in these two cases > - mingw-w64 with native win32 thread support : use win3

Re: [Mingw-w64-public] Building a 64-bit Python-enabled

2012-09-17 Thread Thomas Stover
> From: Ray Donnelly > Not sure you'll be interested but I build my own version of Python > into some Android NDKs, and this Python is cross compilable/compiled. >>From a Linux box, 12 variants can be built (Windows, Mac, Linux) * > (x86, x86_64) * (2.7.3, 3.3.0b1). Native shouldn't be much of a

Re: [Mingw-w64-public] oracle vs google on APIs, affects OSS and android, court

2012-05-14 Thread Thomas Stover
This is getting allot of coverage over at lwn.net btw. On the issue of APIs, if the court were to rule in the manor discussed, it would simply be too destructive to the industry to even contemplate. Every single thing having to do with programming would be subject to frivolous litigation and USA wo

[Mingw-w64-public] LinuxFest Northwest

2012-04-22 Thread Thomas Stover
FYI - out of 50 minute talk / slide show plus a 50 minute demo session, I'll being taking at least a few minutes to demonstrate the creating of win32 and win64 binaries on a linux host using mingw-w64. Many, many people still suffer from windows development migraines daily ignorant that such option

Re: [Mingw-w64-public] need 32+64-bit target ubuntu compiler for 32-bit windows

2012-03-28 Thread Thomas Stover
> Date: Wed, 28 Mar 2012 11:44:16 +0200 > From: Ruben Van Boxem > Get a Fedora VM. They provide packages for cross-compilers for ... > everything (Cygwin, Mac, Windows x86 and x64). > > Ruben > woe woe woe! hold the phone! Is this true? Mac and Cygwin targets? I've googled my face off trying

Re: [Mingw-w64-public] difference betwen host=x86 - > target=x86_64 and host=x86_64 - target=x86_64

2011-11-30 Thread Thomas Stover
Also running x86 on x86_64 requires the presence of 32bit runtime libraries. Usually trivial, but on occasion can be the source of a headache. -- www.thomasstover.com -- All the data continuously generated in your IT inf

[Mingw-w64-public] linux itanium cross compiler build

2011-11-19 Thread Thomas Stover
On CentOS 4.9 (only thing I have been able to install on this "near dumpster dive grade" itanium 2), I thought I would try to build mingw-w64 cross compiler in /opt/crosscompilers/mingw64. -using the guide on the wiki (http://sourceforge.net/apps/trac/mingw-w64/wiki/Cross%20Win32%20and%20Win64%20c