Re: buildvm cross compile

  • From: Mike Pall <mike-1311@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Fri, 8 Nov 2013 13:32:36 +0100

steve@xxxxxxxxxxxxxxx wrote:
> I am trying to build luajit on windows, and our build machine has different 
> number of bits (32) than our target (64)
> 
> Is this currently supported?

Nope, the pointer sizes have to match. The other way round works,
because 64 bit hosts can (usually) run a 32 bit binary as an
intermediate build step.

--Mike

Other related posts: