<div dir="ltr">And that would be 64 bit Linux.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 24, 2013 at 11:47 AM, Dominick LoBraico <span dir="ltr">&lt;<a href="mailto:d@lobraico.com" target="_blank">d@lobraico.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Matt,<div><br></div><div>Thanks for your response! I&#39;m sorry that I never got back to you, it looks like my gmail filters shuttled this away without my noticing.</div>

<div><br></div><div>
I&#39;m attaching client.rkt for your reference. If you&#39;d like the entire program, I could get that to you as well, just let me know.</div><div><br></div><div>best,</div><div>Dominick</div></div><div class="HOEnZb"><div class="h5">

<div class="gmail_extra">
<br><br><div class="gmail_quote">On Wed, Apr 10, 2013 at 8:34 AM, Matthew Flatt <span dir="ltr">&lt;<a href="mailto:mflatt@cs.utah.edu" target="_blank">mflatt@cs.utah.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


This problem looks familiar, but I think I wasn&#39;t able to replicate it<br>
when I last tried, and I&#39;m not able to replicate it now (even using<br>
`funcitonal-command&#39;).<br>
<br>
Could you send me &quot;client.rkt&quot;, or some sharable variant that has the<br>
same problem?<br>
<br>
Also, are you using a 32-bit or 64-bit build on Linux?<br>
<br>
Thanks!<br>
<div><div><br>
At Mon, 08 Apr 2013 17:00:29 -0500, &quot;D. LoBraico&quot; wrote:<br>
&gt; I have a command-line application that I have been compiling with Racket<br>
&gt; 5.3.3 as follows:<br>
&gt;<br>
&gt; raco exe client.rkt<br>
&gt; raco distribute client-dist client<br>
&gt;<br>
&gt; This creates a client-dist directory that I can then use to distribute<br>
&gt; my work to other machines running the same operating system. Up until<br>
&gt; this point I have been doing this on Mac OS X with no trouble. Now I am<br>
&gt; trying to replicate this process on a Linux machine. I run the same<br>
&gt; steps on a Linux box and have what appears to be the same client-dist<br>
&gt; directory.<br>
&gt;<br>
&gt; The difference, is that for some reason the version compiled on Linux<br>
&gt; does not work! That is to say, the binary in client-dist/bin does not<br>
&gt; function (even on the original machine that it was compiled on) in the<br>
&gt; same way as the binary that resulted from `raco exe<br>
&gt; client.rkt`. Specifically, it seems as if the executable thinks that it<br>
&gt; is getting more command-line arguments than it is. I modified my code to<br>
&gt; print all of the command-line arguments in hopes of getting some insight<br>
&gt; into this and get this:<br>
&gt;<br>
&gt; $ /tmp/client-dist/bin/client &quot;test&quot;<br>
&gt; client: expects no arguments on the command line, given 3 arguments:   &quot;test&quot;<br>
&gt;<br>
&gt; I suspect that whatever those 2 invisible arguments are is causing me<br>
&gt; trouble, but I can&#39;t for the life of me figure out where they are coming<br>
&gt; from. In case it is relevant, I am using the functional-command package<br>
&gt; from PLaneT for command-line parsing.<br>
&gt;<br>
&gt; Any ideas?<br>
&gt;<br>
&gt; best,<br>
&gt; Dominick<br>
</div></div>&gt; ____________________<br>
&gt;   Racket Users list:<br>
&gt;   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>