<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Am 16.07.2010 um 22:25 schrieb Rob Withers:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>Woohoo! &nbsp;I made progress. &nbsp;&nbsp;Thanks! &nbsp;Now it is crashing on sound:<br><br>/bin/sh /home1/vawhigso/public_html/squeakelib/Cog/unixbuild/bld/libtool --mode=compile gcc -m32 -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1 &nbsp;-DHAVE_CONFIG_H &nbsp;-I/home1/vawhigso/public_html/squeakelib/Cog/unixbuild/bld -I/home1/vawhigso/public_html/squeakelib/Cog/unixbuild/bld -I/home1/vawhigso/public_html/squeakelib/Cog/platforms/unix/vm -I/home1/vawhigso/public_html/squeakelib/Cog/platforms/Cross/vm -I/home1/vawhigso/public_html/squeakelib/Cog/src/vm &nbsp;&nbsp;&nbsp;-c -o sqUnixSoundALSA.lo /home1/vawhigso/public_html/squeakelib/Cog/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c<br>gcc -m32 -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1 -DHAVE_CONFIG_H -I/home1/vawhigso/public_html/squeakelib/Cog/unixbuild/bld -I/home1/vawhigso/public_html/squeakelib/Cog/unixbuild/bld -I/home1/vawhigso/public_html/squeakelib/Cog/platforms/unix/vm -I/home1/vawhigso/public_html/squeakelib/Cog/platforms/Cross/vm -I/home1/vawhigso/public_html/squeakelib/Cog/src/vm -c /home1/vawhigso/public_html/squeakelib/Cog/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c &nbsp;-fPIC -DPIC -DPIC -o sqUnixSoundALSA.o<br>mv -f sqUnixSoundALSA.o sqUnixSoundALSA.lo<br>/bin/sh /home1/vawhigso/public_html/squeakelib/Cog/unixbuild/bld/libtool --mode=link gcc -m32 -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -msse -DLSB_FIRST=1 &nbsp;&nbsp;&nbsp;-avoid-version -module -rpath /home1/vawhigso/public_html/squeakelib/Cog/Cog/lib/squeak/3.9-7 -o vm-sound-ALSA.la sqUnixSoundALSA.lo -lasound<br>mkdir .libs<br>rm -fr .libs/vm-sound-ALSA.la .libs/vm-sound-ALSA.* .libs/vm-sound-ALSA.*<br>(cd . &amp;&amp; ln -s sqUnixSoundALSA.lo sqUnixSoundALSA.o)<br>gcc -m32 -shared sqUnixSoundALSA.lo &nbsp;-lasound &nbsp;-Wl,-soname -Wl,vm-sound-ALSA -o .libs/vm-sound-ALSA<br>/usr/bin/ld: skipping incompatible /usr/lib64/libasound.so when searching for -lasound<br>/usr/bin/ld: skipping incompatible /usr/lib64/libasound.a when searching for -lasound<br>/usr/bin/ld: cannot find -lasound<br>collect2: ld returned 1 exit status<br>make[1]: *** [vm-sound-ALSA.la] Error 1<br>make: *** [vm-sound-ALSA.la] Error 2<font class="Apple-style-span" color="#006312"><br></font></div></blockquote><br></div><div>This looks like a missing library (Iibasound). You should try to find something like libasound and/or libasound-dev for your distribution.</div><div>And of course It must be 32 bits.&nbsp;</div><div><br></div><div>Andreas</div><div><br></div><br></body></html>