<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="Helvetica, Arial, sans-serif">I'm trying to build
      openssl-1.1.0h on AIX 6.1 with the ultimate goal of building the
      IO::Socket::SSL perl module.<br>
      <br>
      make fails when creating libcrypto.a and libssl.a because, it
      seems, the *.o files are in a format not recognized by ar<br>
      <br>
      I've passed "-Wl,-baix5coff64-rs6000" in config. I've also set
      LDFLAGS="-Wl,-rpath=/usr/local/openssl/lib
      -Wl,-baix5coff64-rs6000" though I don't see how that would have an
      effect on this problem.<br>
      <br>
      I get the same result when I try to run ar command shown in the
      make output from the command line:<br>
              ar r ../test2.sh<br>
      <br>
      where test2.sh contains all the *.o files in crypto<br>
      <br>
      Every source I can find seems to indicate that gcc should just
      'know' what the correct file format is. Am I missing something?
      Well, obviously I'm missing something. Can anyone point out what?<br>
      <br>
      Thanks<br>
    </font>
  </body>
</html>