<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>I built a "Hello World" program as follows,</DIV>
<DIV> </DIV>
<DIV>>type h.scm</DIV>
<DIV>(display "Hello ")</DIV>
<DIV>>type w.scm</DIV>
<DIV>(display "World")</DIV>
<DIV>>gsc -link h w</DIV>
<DIV>>gsc -obj h.c w.c w_.c</DIV>
<DIV>>gcc -o w.exe h.o w.o w_.o C:/Gambit-C_64bit/v4.7.3/lib/libgambc.a 
-lws2_32</DIV>
<DIV>>w.exe</DIV>
<DIV>Hello World</DIV>
<DIV>></DIV>
<DIV> </DIV>
<DIV>This way, the size of the "w.exe" is 4.61MB.</DIV>
<DIV> </DIV>
<DIV>In Gambit-C manual documents </DIV>
<DIV>3. The Gambit Scheme compiler</DIV>
<DIV>  3.4 Link files </DIV>
<DIV>     ... A "Hello World" program built this way can be 
as small as 5 Kbytes. ...</DIV>
<DIV> </DIV>
<DIV>Could you please teach me how to built program as small as 5 Kbytes 
one.</DIV>
<DIV> </DIV>
<DIV>Thanks in advance.</DIV>
<DIV> </DIV>
<DIV> </DIV></DIV></DIV></BODY></HTML>