Re: [racket-users] Cross-building Racket applications for 64bit Windows on Linux

2020-05-23 Thread Dominik Pantůček
I'll try with 3m. I am a bit skeptical here - as the resulting program.exe is about 150M when properly build and apparently has to include a lots of native DLLs. But reading the documentation (again) makes me think that generally it should work. Technically the byte-code should be

Re: [racket-users] Cross-building Racket applications for 64bit Windows on Linux

2020-05-23 Thread Matthew Flatt
Thinking about this a little more, I don't think all the pieces are in place for CS. At least, I don't remember setting up all the pieces... The extra piece needed for Racket CS is a Chez Scheme cross-compiler that runs on Linux but produces machine code for Windows. That can be done --- and it

Re: [racket-users] Cross-building Racket applications for 64bit Windows on Linux

2020-05-23 Thread Matthew Flatt
Have you already tried using `raco exe` on Linux (i.e., using Racket for Linux) but generating Windows executables? https://docs.racket-lang.org/raco/cross-system.html Note that the "tarball" distributions at places like https://download.racket-lang.org/releases/7.7/ can be handy for