I am trying to run PET on OS X.&nbsp; I downloaded <span class="icon">pet-0.99.12.tar.gz</span> from <a href="http://pet.opendfki.de/">http://pet.opendfki.de/</a>.&nbsp; When I tried to run the configure script I saw the following:<br>
<br><span style="font-family: courier new,monospace;">$ ./configure </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">checking for a BSD-compatible install... /usr/bin/install -c</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">checking whether build environment is sane... yes</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">checking for gawk... gawk</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">checking whether make sets $(MAKE)... yes</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">lkb: unknown Linux kernel version (check `uname -r&#39;); exit.</span><br style="font-family: courier new,monospace;">
<br>The issue is the value returned by &#39;uname -r&#39;.&nbsp; On OS X it&#39;s this<br><br><span style="font-family: courier new,monospace;">$ uname -r</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">8.11.1</span><br style="font-family: courier new,monospace;">
<br>but the relevant switch statement in the configure script only recognizes kernel version numbers of the form 2.4* and 2.6*.<br clear="all"><br>Can anyone suggest workarounds?&nbsp; Has anyone compiled this for OS X?&nbsp; OS X is generally Linux compliant, so it seems like it should be possible to make this work.<br>
<br>Thanks.<br><br>-- <br>Bill McNeill<br><a href="http://staff.washington.edu/billmcn/index.shtml">http://staff.washington.edu/billmcn/index.shtml</a>