mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MIT-Scheme-devel] ephemerons in fasl files


From: Taylor R Campbell
Subject: Re: [MIT-Scheme-devel] ephemerons in fasl files
Date: Mon, 6 Sep 2010 03:16:45 +0000
User-agent: IMAIL/1.21; Edwin/3.116; MIT-Scheme/9.0.1

   Date: Sun, 5 Sep 2010 23:02:18 -0400
   From: Gerald Jay Sussman <address@hidden>

   Also, I need to know how to make these so I can use them in the new
   scmutils maker script.

        mit-scheme-X.Y.Z-i386
        mit-scheme-X.Y.Z-x86-64

% cd /path/to/your/favourite/directory                          # 1
% git clone git://git.savannah.gnu.org/mit-scheme.git           # 2
% ./mit-scheme/dist/make-src-files snapshot                     # 3
% ./mit-scheme/dist/make-native-files snapshot ARCH             # 4

ARCH is either i386 or x86-64.  After you have done this, you can copy
the directory to a machine with a different architecture and rerun
just step 4, in order to reduce the time spent in steps 1--3.  Also,
if you want a portable C distribution, after steps 1--3 you can run:

% ./mit-scheme/dist/make-liarc-files snapshot



reply via email to

[Prev in Thread] Current Thread [Next in Thread]