<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 4/3/2010 5:56 PM, Jared Wein wrote:
<blockquote
 cite="mid:s2y15fa14981004031756xaacee643o33354450f60bf140@mail.gmail.com"
 type="cite"><span class="Apple-style-span"
 style="font-family: arial,sans-serif; font-size: 13px; border-collapse: collapse;">
  <div>I'm having problems building SRILM on my Ubuntu virtual machine.</div>
  <div><br>
  </div>
  <div>I have tried `make World` with the following results:</div>
  <div><br>
  </div>
  <div>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">jared@jared-desktop:~/Downloads/srilm$
make World</blockquote>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">/bin/sh:
/home/jared/Downloads/srilm/sbin/machine-type: not found</blockquote>
  </div>
  </span></blockquote>
the problem is right here:&nbsp;&nbsp; the machine-type cannot be executed.<br>
I suspect you need to install csh/tcsh .<br>
Alternatively, you can bypass the problem by invoking <br>
<br>
make MACHINE_TYPE=i686 ...<br>
<br>
Andreas<br>
<br>
</body>
</html>