<br><br><div class="gmail_quote">On Fri, Jul 16, 2010 at 4:37 PM, Rob Withers <span dir="ltr">&lt;<a href="mailto:reefedjib@yahoo.com">reefedjib@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
<br>
<br>
--------------------------------------------------<br>
From: &quot;Rob Withers&quot; &lt;<a href="mailto:reefedjib@yahoo.com" target="_blank">reefedjib@yahoo.com</a>&gt;<br>
Sent: Friday, July 16, 2010 7:08 PM<div class="im"><br>
To: &quot;Squeak Virtual Machine Development Discussion&quot; &lt;<a href="mailto:vm-dev@lists.squeakfoundation.org" target="_blank">vm-dev@lists.squeakfoundation.org</a>&gt;<br>
Subject: Re: [Vm-dev] Cog on linux<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
</blockquote>
<br>
<br>
<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br><div class="im">
--------------------------------------------------<br>
From: &quot;Levente Uzonyi&quot; &lt;<a href="mailto:leves@elte.hu" target="_blank">leves@elte.hu</a>&gt;<br></div>
Sent: Friday, July 16, 2010 6:44 PM<div class="im"><br>
To: &quot;Squeak Virtual Machine Development Discussion&quot;<br>
&lt;<a href="mailto:vm-dev@lists.squeakfoundation.org" target="_blank">vm-dev@lists.squeakfoundation.org</a>&gt;<br>
Subject: Re: [Vm-dev] Cog on linux<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
On Fri, 16 Jul 2010, Rob Withers wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--------------------------------------------------<br>
From: &quot;Casey Ransberger&quot; &lt;<a href="mailto:casey.obrien.r@gmail.com" target="_blank">casey.obrien.r@gmail.com</a>&gt;<br>
Sent: Friday, July 16, 2010 5:10 PM<br>
To: &quot;Squeak Virtual Machine Development Discussion&quot;<br>
&lt;<a href="mailto:vm-dev@lists.squeakfoundation.org" target="_blank">vm-dev@lists.squeakfoundation.org</a>&gt;<br>
Subject: Re: [Vm-dev] Cog on linux<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I think you just need libasound<br>
<br>
</blockquote>
<br>
Ok guys, I am working on it with my webhost.  I am not sure how I can<br>
install an RPM on their box, so I submitted a ticket.<br>
</blockquote>
<br>
Actually I don&#39;t think that any sound plugin would work, because the<br>
32-bit binaries will not be available. But you don&#39;t need sound at all on<br>
a server, do you?<br>
<br>
</blockquote>
<br></div>
You lost me on 32-bit binaries not being available.  I found<br>
alsa-lib-1.0.13.tar.bz2 and I am preparing to build it.<div class="im"><br>
<br>
My error said:<br>
/usr/bin/ld: skipping incompatible /usr/lib64/libasound.so when searching<br>
for -lasound<br>
/usr/bin/ld: skipping incompatible /usr/lib64/libasound.a when searching<br>
for -lasound<br>
<br></div>
So it looks like I need a .so and a .a file.  As rusty as I am on building<br>
for unix, are these static libs or shared libs?  I do need to figure out how<br>
to cross compile to a 32bit system.  I am researching this for the right<br>
target.  I need i386-linux or something.  I am attaching the config.guess<br>
file they use for this.  Can anyone give me a helpful hand what I should<br>
specify doing ...<br>
<br>
       &#39;./configure --enable-shared=no --enable-static=yes --target=i386-linux&#39;<br>
<br>
</blockquote>
<br>
Damn!  I can&#39;t figure out how to change the install path to other than /usr/include, etc.  I can&#39;t write to those directories.  I am stuck.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Regarding your observation that I don&#39;t need sound on a server, that is spot<br>
on.  It may be too entangled for the time being.<br>
</blockquote>
<br>
Is it possible to unentangle sound?<br></blockquote><div><br></div><div>Try configuring Cog without libalsa.  e.g.</div><div><br></div><div>../../platforms/unix/config/configure --without-vm-sound-ALSA --without-vm-display-fbdev --without-npsqueak -prefix=/home/qwaq/qwaqvm/ CFLAGS=&quot;-g -O1 -msse2 -D_GNU_SOURCE -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0&quot; LIBS=-lpthread</div>
<div> </div><div>and if you have problems with OSS sound you can disable that too</div><div><br></div><div><div>../../platforms/unix/config/configure --without-vm-sound-ALSA --without-vm-sound-OSS --without-vm-display-fbdev --without-npsqueak -prefix=/home/qwaq/qwaqvm/ CFLAGS=&quot;-g -O1 -msse2 -D_GNU_SOURCE -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0&quot; LIBS=-lpthread</div>
</div><div><br></div><div>that will leave you with vm-sound-null which is fine for a server.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Thanks,<br>
Rob<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Cheers,<br>
Rob<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Levente<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks,<br>
Rob<br>
</blockquote></blockquote>
<br>
</blockquote>
</blockquote></div><br>