Thanks for the help, everyone.<br><br>I was able to successfully install the PET components and the ERG from <a href="http://cl.naist.jp/%7Eeric-n/ubuntu-nlp/" target="_blank">http://cl.naist.jp/~eric-n/ubuntu-nlp/</a>.<br>
<br>I&#39;m still going to try and build PET on my Mac using the latest source from the SVN repository.<br><br><div class="gmail_quote">On Wed, Jul 9, 2008 at 7:35 AM, Eric Nichols &lt;<a href="mailto:eric-n@is.naist.jp">eric-n@is.naist.jp</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">It would probably be best to use a later version of PET. The uname problem has been fixed in <a href="http://0.99.13." target="_blank">0.99.13.</a><br>
If you can&#39;t for some reason, here is the patch I used to fix uname.<br><br>Eric<br>
<br>diff -Nru pet-0.99.11.orig/<a href="http://configure.ac" target="_blank">configure.ac</a> pet-0.99.11.new/<a href="http://configure.ac" target="_blank">configure.ac</a><br>--- pet-0.99.11.orig/<a href="http://configure.ac" target="_blank">configure.ac</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2006-03-05 17:47:31.000000000 +0900<br>

+++ pet-0.99.11.new/<a href="http://configure.ac" target="_blank">configure.ac</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2006-03-05 17:33:03.000000000 +0900<br>@@ -48,7 +48,9 @@<br>&nbsp;#<br>&nbsp;if uname -i &gt; /dev/null 2&gt;&amp;1; then<br>&nbsp;&nbsp; CPU=$(uname -i)<br>
-&nbsp; if test &quot;${cpu}&quot; = &quot;unknown&quot; ; then cpu=$(uname -m); fi<br>
+&nbsp; # Works better when the variable names match ;-) Eric Nichols &lt;<a href="mailto:eric-n@is.naist.jp" target="_blank">eric-n@is.naist.jp</a>&gt; -- Mar. 17, 2006<br>+&nbsp; #if test &quot;${cpu}&quot; = &quot;unknown&quot; ; then cpu=$(uname -m); fi<br>

+&nbsp; if test &quot;${CPU}&quot; = &quot;unknown&quot; ; then CPU=$(uname -m); fi<br>&nbsp;else<br>&nbsp;&nbsp; CPU=$(uname -m)<br>&nbsp;fi<div><div></div><div class="Wj3C7c"><br><br><br><div class="gmail_quote">On Wed, Jul 9, 2008 at 8:28 AM, Francis Bond &lt;<a href="mailto:fcbond@gmail.com" target="_blank">fcbond@gmail.com</a>&gt; wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">G&#39;day,<br>
<br>
there are packages for ubuntu at: <a href="http://cl.naist.jp/%7Eeric-n/ubuntu-nlp/" target="_blank">http://cl.naist.jp/~eric-n/ubuntu-nlp/</a><br>
<br>
2008/7/9 Bill McNeill (UW) &lt;<a href="mailto:billmcn@u.washington.edu" target="_blank">billmcn@u.washington.edu</a>&gt;:<br>
&gt; I just tried to build pet-0.99-12 on Ubuntu. &nbsp;I see the following error when<br>
&gt; I try to run configure:<br>
&gt;<br>
&gt; $ ./configure<br>
&gt; checking for a BSD-compatible install... /usr/bin/install -c<br>
&gt; checking whether build environment is sane... yes<br>
&gt; checking for gawk... no<br>
&gt; checking for mawk... mawk<br>
&gt; checking whether make sets $(MAKE)... yes<br>
&gt; lkb: unknown Linux architecture (check `uname -m&#39;); exit.<br>
&gt;<br>
&gt; On my Ubuntu install, both &#39;uname -i&#39; and &#39;uname -m&#39; return &#39;i686&#39;. &nbsp;It<br>
&gt; seems like this should be recognized by the switch statement in line 1849 of<br>
&gt; the configure script.<br>
<br>
Eric: did you have to patch anything to build?<br>
<font color="#888888"><br>
--<br>
Francis Bond &lt;<a href="http://www2.nict.go.jp/x/x161/en/member/bond/" target="_blank">http://www2.nict.go.jp/x/x161/en/member/bond/</a>&gt;<br>
NICT Language Infrastructure Group<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Bill McNeill<br><a href="http://staff.washington.edu/billmcn/index.shtml">http://staff.washington.edu/billmcn/index.shtml</a>