<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    My configure flags are pretty straightforward:<br>
    <br>
         ./configure --prefix=/usr --enable-m64-build --without-javac
    --with-odbc=/usr<br>
    <br>
    WHY does erlang insist on doing this for the installation?<br>
    <br>
         /usr/lib/erlang/bin/./erl<br>
    <br>
    No other program is going to find this in a reasonable $PATH
    setting.<br>
    <br>
    The ./configure --prefix=/usr should assume /usr as the root and
    bin/ underneath that, just like any other program.   Am I missing
    something here.<br>
    <br>
    <br>
    <br>
    Forrest<br>
    <br>
  </body>
</html>