Re: Build WIN 64 Binaries on linux?

new topic     » goto parent     » topic index » view thread      » older message » newer message
Thomas said...

Sorry your advice did not change anything.

...

The error:

amd64-mingw32msvc-gcc: Command not found 

That sounds like you do not have the 64-bit cross compiler installed. You should have that installed into /usr/bin, and you will probably have similar directories off of /usr which hold all of the includes and libraries. For example, on my machine, I have:

$ which x86_64-w64-mingw32-gcc 
/usr/bin/x86_64-w64-mingw32-gcc 
 
$ ls /usr/*mingw* 
/usr/i686-w64-mingw32: 
include  lib 
 
/usr/x86_64-w64-mingw32: 
bin  include  lib  share 

Additionally, I posted a Win64 eubin that I just cross compiled.

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu