[Vm-dev] building the vm on linux - setting up tools

Robert Withers robert.w.withers at gmail.com
Mon Oct 12 05:07:22 UTC 2015


Good evening,

I made some progress. I managed to load the following packages on my 
UbuntuMATE box:

  * build-essentials
  * libgl1-mesa-dev
  * libglu1-mesa-dev
  * gcc-multilib

but I could not find i386 versions for the following:

  * lib32asound2-dev
  * ia32-libs
  * g++multilib

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?

Many thanks,
Robert

    gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
    configure:2187: $? = 0
    configure:2189: gcc -m32 -V </dev/null >&5
    gcc: error: unrecognized command line option '-V'
    gcc: fatal error: no input files
    compilation terminated.

    configure:2192: $? = 4
    configure:2215: checking for C compiler default output file name
    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 >&5
    /usr/bin/ld: cannot find -luuid
    collect2: error: ld returned 1 exit status
    configure:2221: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    |
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define SQ_VERSION ".-"
    | #define OS_TYPE "unix"
    | #define VM_HOST "i686-pc-linux-gnu"
    | #define VM_HOST_OS "linux-gnu"
    | #define VM_HOST_CPU "i686"
    | /* end confdefs.h.  */
    |
    | int
    | main ()
    | {
    |
    |   ;
    |   return 0;
    | }
    configure:2260: error: C compiler cannot create executables
    See `config.log' for more details.






-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20151012/51cd5ef8/attachment-0001.htm


More information about the Vm-dev mailing list