Hi Bert,<br><br><div class="gmail_quote">On Thu, Mar 3, 2011 at 6:40 PM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de">bert@freudenbergs.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
On 03.03.2011, at 18:31, Juan Vuletich wrote:<br>
<br>
&gt; Bert Freudenberg wrote:<br>
&gt;&gt; On 03.03.2011, at 17:30, Juan Vuletich wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;&gt; I guess I succeeded installing it. Now trying to run like this<br>
&gt;&gt;&gt; sh squeak.sh ../../imagename.image (in .../bin/) gives &#39;libGLU.so.1: cannot open shared object file: No such file or directory / could not find display driver vm-display-x11; wither: / -check that /udr/local/lib/squeak/4.4.7-2357/vm-display-x11.so exists or / ...&#39;<br>

&gt;&gt;&gt; There&#39;s no vm-display-x11.so in the folder from the installation, but there is a so.vm-display... so copying this to have the &#39;.so&#39; at the end... Get the same error. I&#39;m almost giving up.<br>

&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Well, you&#39;re almost there ;)<br>
&gt;&gt;<br>
&gt;&gt; You need either the tar.gz or the .sh, not both. After extracting, you can either install it, or run directly from where you installed it.<br>
&gt;&gt;<br>
&gt;&gt; The libGLU error you are getting now indicates the VM loads successfully. But the vm-display-x11 is linked to OpenGL. The XO has no OpenGL libraries installed. So what you need to do is copy the system&#39;s so.vm-display-x11 (from /usr/lib/squeak) to your new VM directory, overwriting the current version. Then everything should be fine. The system version was compiled without OpenGL support.<br>

&gt;&gt;<br>
&gt;&gt; - Bert -<br></blockquote><div><br></div><div>Does the XO Geode support sse2?  Actually, what is the exact processor in the X0?  Right now the JIT won&#39;t use sse2 instructions if they aren;t available, which translates into no machine code floatng-point primitives.  But I&#39;m also using sse2 instructions to update the 64-bit microsecond clock, so without some rewrite teh current linux Cog does depend on sse2.</div>
<div><br></div><div>best</div><div>Eliot</div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
&gt;&gt;<br>
&gt;&gt;<br>
&gt; Did that. Get same error as before...<br>
&gt;<br>
&gt; Also tried the &#39;all in one&#39; Cuis (based on Squeak&#39;s). The included .sh file does &#39;uname -m&#39; to find out about the CPU. The answer on the XO is i586, not i686, and therefore &#39;all in one&#39; can&#39;t run. I wonder if this would affect the stand alone linux vm, too...<br>

<br>
Unlikely. You would get a different error if this was the problem.<br>
<br>
I&#39;d guess the VM inside the all-in-one is actually an i386 one, so it would run on anything newer than that, too. We should change the script.<br>
<br>
You really just need to make it use the right vm-display-x11 module. Do an ldd on it to see what it links to.<br>
<font color="#888888"><br>
- Bert -<br>
<br>
<br>
<br>
</font></blockquote></div><br>