<!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">
Manolache Adrian wrote:
<blockquote cite="mid:527357.68951.qm@web56202.mail.re3.yahoo.com"
 type="cite">
  <table border="0" cellpadding="0" cellspacing="0">
    <tbody>
      <tr>
        <td
 style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;"
 valign="top">
        <div><strong>ld: malformed version number: 1.7.411<br>
collect2: ld returned 1 exit status<br>
make[2]: *** [libopenal.1.7.411.dylib] Error 1<br>
make[1]: *** [CMakeFiles/openal.dir/all] Error 2<br>
make: *** [all] Error 2</strong></div>
        <div>&nbsp;</div>
        <div>What am i doing wrong?</div>
        <div>&nbsp;</div>
        </td>
      </tr>
    </tbody>
  </table>
  <br>
</blockquote>
<br>
I think the only thing you're doing wrong is trying to compile
OpenAL-Soft under OSX&nbsp; :-)<br>
<br>
Even after this error is fixed, so far, there is no audio output
backend for OSX, so the only output you could get is a wave file anyway.<br>
<br>
There should already be a native OpenAL implementation as part of OSX
that uses Core Audio.&nbsp; Is there a reason you're not using that?<br>
<br>
--"J"<br>
</body>
</html>