<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/19/2015 09:45 PM, Bradley Lucier
      wrote:<br>
    </div>
    <blockquote cite="mid:54BDC13C.4000100@math.purdue.edu" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div class="moz-cite-prefix">On 01/19/2015 05:04 PM, Hendrik Boom
        wrote:<br>
      </div>
      <blockquote cite="mid:m9jv2a$1bd$1@ger.gmane.org" type="cite">
        <pre wrap="">On Mon, 19 Jan 2015 15:28:19 +0900, Ryuho Yokoyama wrote:

</pre>
        <blockquote type="cite"><br>
          <pre wrap="">This time the size of the "w.exe" is 136KB.  It's very small.
</pre>
        </blockquote>
        <pre wrap="">How can this possibly be considered "small" for such a trivial task, let 
along *very* small?

That's three times the entire RAM of the first machine I ran a HelloWorld 
program on!

I really wonder what is filling up all those K!
</pre>
      </blockquote>
      <br>
      On Ubuntu 14.10, with all updates:<br>
      <br>
      <blockquote><tt>firefly:~/programs/gambit/norvig-spell/gambit>
          cat hello.scm </tt><br>
        <tt>(display "Hello World!\n")</tt><br>
        <tt>firefly:~/programs/gambit/norvig-spell/gambit> gsc -exe
          hello</tt><br>
        <tt>firefly:~/programs/gambit/norvig-spell/gambit> ll hello</tt><br>
        <tt>-rwxrwxr-x 1 lucier lucier 10536 Jan 19 21:44 hello*</tt><br>
        <tt>firefly:~/programs/gambit/norvig-spell/gambit> ./hello </tt><br>
        <tt>Hello World!</tt><br>
        <tt>firefly:~/programs/gambit/norvig-spell/gambit> gsc -v</tt><br>
        <tt>\v4.7.3 20141017031152 x86_64-unknown-linux-gnu "./configure
          '--enable-single-host' '--enable-shared'
          '--enable-multiple-versions' '--enable-char-size=1'"</tt><br>
      </blockquote>
      <br>
      Brad<br>
    </blockquote>
    I forgot:<br>
    <br>
    <blockquote><tt>firefly:~/programs/gambit/norvig-spell/gambit>
        strip hello</tt><br>
      <tt>firefly:~/programs/gambit/norvig-spell/gambit> ll hello</tt><br>
      <tt>-rwxrwxr-x 1 lucier lucier 7352 Jan 19 22:18 hello*</tt><br>
      <tt>firefly:~/programs/gambit/norvig-spell/gambit> ./hello</tt><br>
      <tt>Hello World!</tt><br>
    </blockquote>
    <br>
    Brad<br>
  </body>
</html>