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>