Works fine for me under Gentoo and Gambit 4.6.0:<div><br></div><div><div>aking@hydra ~ $ gsc -exe hello.ss </div><div>aking@hydra ~ $ ./hello </div><div>Helloaking@hydra ~ $</div></div><div><br></div><div>And my system specs:</div>
<div><br></div><div><div>aking@hydra ~ $ uname -a</div><div>Linux hydra 2.6.31-gentoo-r6 #8 SMP Wed Aug 25 21:52:49 EDT 2010 i686 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz GenuineIntel GNU/Linux</div><div>aking@hydra ~ $ gsc -v</div>
<div>v4.6.0 20100119234903</div><div><br></div>You're running a pretty old version of Gambit - you might want to update to something more recent. Cheers,</div><div><br></div><div>  Adam</div><div><br></div><div><br></div>
<div><br><div class="gmail_quote">On Fri, Nov 26, 2010 at 12:09 AM, Matthew Koichi Grimes <span dir="ltr"><<a href="mailto:mkg@cs.nyu.edu">mkg@cs.nyu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I'm trying to compile a trivial program, using gsc 4.2.8 on Ubuntu 10.04. My source file is named hello.ss, and contains one line:<br><br>    (display "hello")<br><br>I try to compile it with this command:<br>


<br>    $ gsc -exe hello.ss<br><br>I get the following error:<br><br>    *** WARNING -- Unknown or improperly placed option: "exe"<br><br>It runs fine under the interpreter if I type "gsi hello.ss", and if I omit the -exe and just type "gsc hello.ss", it compiles to an object file, as expected. So I don't think that Ubuntu's Gambit installation is bad...<br>


<br>Any ideas on what's going on would be greatly appreciated.<br><br>-- Matt<br>
<br>_______________________________________________<br>
Gambit-list mailing list<br>
<a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br>
<a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br>
<br></blockquote></div><br></div>