Yep, I downloaded and installed 4.6 (you can create a one-off ubuntu package of it by using checkinstall) in its stead. The -exe option is working now.<div><br></div><div>Thanks,</div><div>-- Matt <br><br><div class="gmail_quote">

On Fri, Nov 26, 2010 at 7:37 AM, Marc Feeley <span dir="ltr"><<a href="mailto:feeley@iro.umontreal.ca">feeley@iro.umontreal.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5"><br>
On 2010-11-26, at 12:09 AM, Matthew Koichi Grimes wrote:<br>
<br>
> 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>
</div></div>The -exe option came out in Gambit v4.5.0 (released August 2009).  The version you are using, Gambit v4.2.8, came out in May 2008.  You need to upgrade!<br>
<font color="#888888"><br>
Marc<br>
<br>
<br>
</font></blockquote></div><br></div>