<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
One thing that would be a great initial first step would be an
inventory of all the <br>
tools and commands needed for OpenJDK, together with suggested
references<br>
of where to find the tools. I'm thinking this would be a great
reference on the<br>
OpenJDK website somewhere.<br>
<br>
-- Jon<br>
<br>
Roman Kennke wrote:
<blockquote cite="mid:1208811429.10093.32.camel@moonlight" type="cite">
  <pre wrap="">Hi,

Am Montag, den 21.04.2008, 19:10 +0200 schrieb Thorbjørn Ravn Andersen:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Kelly O'Hair skrev  den 21-04-2008 18:11:
    </pre>
    <blockquote type="cite">
      <pre wrap="">
Roman Kennke wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">Hi there,

I've just setup a box with the soon-to-be-released Ubuntu 8.04, and see
a number of problems:

Minor: make sanity does not check for gawk and c++, although the build
requires them. Maybe there are some more of these, but this is what I
found.

        </pre>
      </blockquote>
      <pre wrap="">We never have done sanity checks on all the unix command tools.
The sanity checks on the compilers usually involved finding the version
number and verifying it, but even then it might only result in a warning.
Over the past few years, most of the fatal sanity checks have been
relaxed to warnings to allow for maximum flexibility. Most compilers
and tools between Solaris, Windows, Linux, etc. are rather inconsistent
when it comes to getting their version string.
But I suppose we could always check for at least their existence.

Verifying the Linux package list is very difficult to maintain for all 
the
variations of Linux.

I'm open to solutions here.
      </pre>
    </blockquote>
    <pre wrap="">Would a reasonable approach be setting up a configure script (GNU 
autoconf) to detect the appropriate things that will work (i.e. using 
bash instead of dash, is gawk or awk available) etc, and then use the 
output from that?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I think that's a great idea, and we could look at what IcedTea does in
this respect...

Cheers, Roman

  </pre>
</blockquote>
<br>
</body>
</html>