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
> 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
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
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
> 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
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
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