[racket-dev] creating executables

From: Vincent St-Amour (stamourv at ccs.neu.edu)
Date: Thu Sep 1 11:27:55 EDT 2011

I had a similar problem on Linux x86. Matthew just pushed a fix, and
now everything works for me. Haven't tried on amd64, though.

Vincent


At Thu, 01 Sep 2011 16:24:02 +0200,
Marijn wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi list,
> 
> when creating executables from racket, when I choose (the defaults)
> standalone based on racket, it will say "creating executable for
> distribution". I did not choose for distribution, so that is wrong.The
> created executable fails to run like this:
> 
> $ ./hello
> read failed to read all 885878182 bytes from file
> /home/marijn/racketzooi/./hello
> Aborted
> 
> 
> 
> My test program:
> 
> 
> 
> #lang racket
> 
> (print "hello")
> 
> 
> 
> This is on amd64 Linux with a racket from a day old.
> 
> Marijn
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.18 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAk5flYIACgkQp/VmCx0OL2y3fwCgnJ7uf7DQTaBHlcxXdOk/evoq
> 8jQAoMPuoC321g0MT+r9axDE6gMUeP5q
> =j8W+
> -----END PGP SIGNATURE-----
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/dev


Posted on the dev mailing list.