<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Your `mpicc -show` output shows there is no bug in mpicc script.<br>
    <br>
    I tried to configure mpiblast with MPICH v3.2 release. I see a
    slightly different error reported if searching `mpicc -V` in
    config.log, but the configure is completed without any error. <br>
    <br>
    I think the configure just tries to get some compiler information
    through common options such as `--version`,  `-v`, or `-V`.  But it
    does not break the configure if any of those options is unsupported.
    So you can just ignore this error message. Please let us know if you
    find other problem break the compiling.<br>
    <br>
    Btw, here is the error message on my side. I think we see different
    errors for `-V` option just because of a different GCC version.<br>
    gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC)<br>
    configure:2855: $? = 0<br>
    configure:2862:
    /home/minsi/git/mpich.git.v3.2/build-gnu-tcp/install/bin/mpicc -V
    >&5<br>
    gcc: error: unrecognized command line option '-V'<br>
    <br>
    Min<br>
    <div class="moz-cite-prefix">On 4/17/17 4:50 PM, Chandler wrote:<br>
    </div>
    <blockquote cite="mid:4bc934f4-f09f-36a1-8610-8a58aeb123c3@email.arizona.edu" type="cite">Min Si wrote on 04/15/2017 11:02 AM:
      <br>
      <blockquote type="cite">Can you try `mpicc -show` ?
        <br>
      </blockquote>
      <br>
      $ mpicc -show
      <br>
      gcc -I/opt/mpich-install/include -L/opt/mpich-install/lib
      -Wl,-rpath -Wl,/opt/mpich-install/lib -Wl,--enable-new-dtags -lmpi
      <br>
      <br>
      <blockquote type="cite">Is  "mpicc -V" checked by mpiblast
        configure?
        <br>
      </blockquote>
      <br>
      Yes.  I attached config.log
      <br>
      <br>
      <br>
      On 4/15/17 11:01 AM, Jeff Hammond wrote:
      <br>
      <blockquote type="cite">
        <blockquote type="cite">Try "mpicc -v". I don't remember if GCC
          version flag is case insensitive.
          <br>
        </blockquote>
      </blockquote>
      <br>
      Yes mpicc -v does work as expected
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
discuss mailing list     <a class="moz-txt-link-abbreviated" href="mailto:discuss@mpich.org">discuss@mpich.org</a>
To manage subscription options or unsubscribe:
<a class="moz-txt-link-freetext" href="https://lists.mpich.org/mailman/listinfo/discuss">https://lists.mpich.org/mailman/listinfo/discuss</a></pre>
    </blockquote>
    <br>
  </body>
</html>