Re: [racket-users] Re: Crosscompiling executables

2016-10-27 Thread David Storrs
On Thu, Oct 27, 2016 at 9:12 AM, Matthew Flatt wrote: > At Wed, 26 Oct 2016 15:16:03 -0400, David Storrs wrote: >> On Wed, Oct 26, 2016 at 2:30 PM, Matthew Flatt wrote: >> > At Wed, 26 Oct 2016 14:01:15 -0400, David Storrs wrote: >> >> What is "-l-" ? (That's an "ell", right? Not a 1 / pi

Re: [racket-users] Re: Crosscompiling executables

2016-10-27 Thread Matthew Flatt
At Wed, 26 Oct 2016 15:16:03 -0400, David Storrs wrote: > On Wed, Oct 26, 2016 at 2:30 PM, Matthew Flatt wrote: > > At Wed, 26 Oct 2016 14:01:15 -0400, David Storrs wrote: > >> What is "-l-" ? (That's an "ell", right? Not a 1 / pipe / > >> etc.) I would have expected a space between the -

Re: [racket-users] Re: Crosscompiling executables

2016-10-26 Thread David Storrs
On Wed, Oct 26, 2016 at 2:30 PM, Matthew Flatt wrote: > At Wed, 26 Oct 2016 14:01:15 -0400, David Storrs wrote: >> That document talks about running raco pkg, although I would have >> expected raco exe. I'm guessing, but it seems like the process for >> crosscompiling a racket file target.rkt wou

Re: [racket-users] Re: Crosscompiling executables

2016-10-26 Thread Matthew Flatt
At Wed, 26 Oct 2016 14:01:15 -0400, David Storrs wrote: > That document talks about running raco pkg, although I would have > expected raco exe. I'm guessing, but it seems like the process for > crosscompiling a racket file target.rkt would be: > > 1) Download a .tgz for Windows (making sure that

Re: [racket-users] Re: Crosscompiling executables

2016-10-26 Thread David Storrs
That document talks about running raco pkg, although I would have expected raco exe. I'm guessing, but it seems like the process for crosscompiling a racket file target.rkt would be: 1) Download a .tgz for Windows (making sure that you choose 32-bit or 64-bit as appropriate to the target machine)

Re: [racket-users] Re: Crosscompiling executables

2016-10-26 Thread Matthew Flatt
It's now possible. See http://docs.racket-lang.org/raco/cross-system.html In contrast to the previous discussion, https://groups.google.com/d/msg/racket-users/bYR1ZF86NGI/5pcS5FYVCgAJ we now distribute ".tgz" files containing a minimal Racket distribution for each platform: http://download