<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Good evening,<br>
    <br>
    I made some progress. I managed to load the following packages on my
    UbuntuMATE box:<br>
    <br>
    <ul>
      <li>build-essentials</li>
      <li>libgl1-mesa-dev</li>
      <li>libglu1-mesa-dev</li>
      <li>gcc-multilib</li>
    </ul>
    <p>but I could not find i386 versions for the following:<br>
    </p>
    <ul>
      <li>lib32asound2-dev</li>
      <li>ia32-libs</li>
      <li>g++multilib</li>
    </ul>
    <p>I checked out the vm source, switched to
      build.linux32x86/squeak.cog.spur/build and ran ./mvm. Here are a
      couple errors from config.log. Any ideas what I might do?<br>
    </p>
    <p>Many thanks,<br>
      Robert<br>
    </p>
    <blockquote>
      <p>gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13) <br>
        configure:2187: $? = 0<br>
        configure:2189: gcc -m32 -V &lt;/dev/null &gt;&amp;5<br>
        gcc: error: unrecognized command line option '-V'<br>
        gcc: fatal error: no input files<br>
        compilation terminated.<br>
        <br>
        configure:2192: $? = 4<br>
        configure:2215: checking for C compiler default output file name<br>
        configure:2218: gcc -m32 -g -O2 -DNDEBUG -DDEBUGVM=0 -msse2
        -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DCOGMTVM=0  -Wl,-z,now
        conftest.c -lpthread -luuid &gt;&amp;5<br>
        /usr/bin/ld: cannot find -luuid<br>
        collect2: error: ld returned 1 exit status<br>
        configure:2221: $? = 1<br>
        configure: failed program was:<br>
        | /* confdefs.h.  */<br>
        | <br>
        | #define PACKAGE_NAME ""<br>
        | #define PACKAGE_TARNAME ""<br>
        | #define PACKAGE_VERSION ""<br>
        | #define PACKAGE_STRING ""<br>
        | #define PACKAGE_BUGREPORT ""<br>
        | #define SQ_VERSION ".-"<br>
        | #define OS_TYPE "unix"<br>
        | #define VM_HOST "i686-pc-linux-gnu"<br>
        | #define VM_HOST_OS "linux-gnu"<br>
        | #define VM_HOST_CPU "i686"<br>
        | /* end confdefs.h.  */<br>
        | <br>
        | int<br>
        | main ()<br>
        | {<br>
        | <br>
        |   ;<br>
        |   return 0;<br>
        | }<br>
        configure:2260: error: C compiler cannot create executables<br>
        See `config.log' for more details.</p>
    </blockquote>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <br>
  </body>
</html>