[racket-dev] creating executables

From: Marijn (hkBst at gentoo.org)
Date: Thu Sep 1 10:24:02 EDT 2011

-----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-----


Posted on the dev mailing list.