<div dir="ltr"><div dir="ltr">On Mon, Jul 27, 2020 at 3:08 AM Rubem Mondaini <<a href="mailto:rmondaini@csrc.ac.cn">rmondaini@csrc.ac.cn</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dears,<br>
<br>
I have tried to install the PETSc library on my machine and I am <br>
failing. I have managed to install it on another one, which possess <br>
similar configurations for the compilers, and there things do seem to be <br>
very much fine.<br>
<br>
I am attaching the corresponding configure.log. Is there something <br>
simple that I am missing?<br></blockquote><div><br></div><div>Your configuration does not need C++, so you can use</div><div><br></div><div>  --with-cxx=0</div><div><br></div><div>If you want to fix it, the first thing to try is turning off autodetection</div><div><br></div><div>  --with-cxxlib-autodetect=0</div><div><br></div><div>which usually means you need something like</div><div><br></div><div>  --LIBS=-lstdc++</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Best,<br>
<br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>