<html>Hi,<br>My libstdc++.so.6 is in&nbsp; /usr/sfw/lib<br><br>-bash-3.00# ls /usr/sfw/lib/libstdc++.so*<br>/usr/sfw/lib/libstdc++.so&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/sfw/lib/libstdc++.so.6.0.3<br>/usr/sfw/lib/libstdc++.so.6<br>-bash-3.00#<br><br>How to I tell this to MPI configurator? Have any way?<br><br>Thanks<br><br><div><font face="Verdana" size="2" color="#0000ff"></font>&nbsp;</div>
<blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"><font face="Tahoma" size="2">-----Original Message-----<br><b>From:</b> Anthony Chan [mailto:chan@mcs.anl.gov]<br><b>Sent:</b> Tuesday, November 1, 2011 12:42 PM<br><b>To:</b> mpich-discuss@mcs.anl.gov<br><b>Subject:</b> Re: [mpich-discuss] Fwd: configure: error: unable to determine matching C type for C++ bool<br><br></font>
Your g++ does not work either, same error as before.  It is possible
your c++ is just g++.  If you don't need C++ support, you could disable
it by adding --disable-cxx to your configure command.  If you do need C++
support, you need to find out why libstdc++.so.6 isn't there...


configure:40496: g++ -o conftest   -O2  -I/MPICH/Source/mpich2-1.4.1p1/src/mpl/include -I/MPICH/Source/mpich2-1.4.1p1/src/mpl/include -I/MPICH/Source/mpich2-1.4.1p1/src/openpa/src -I/MPICH/Source/mpich2-1.4.1p1/src/openpa/src   conftest.cpp   &gt;&amp;5
configure:40500: $? = 0
configure:40506: ./conftest
ld.so.1: conftest: fatal: libstdc++.so.6: open failed: No such file or directory
./configure: line 40508:  2921 Killed                  ./conftest$ac_exeext
configure:40510: $? = 137
configure: program exited with status 137

A.Chan
----- Original Message -----
&gt; Sorry again,
&gt; 
&gt; Follows...
&gt; 
&gt; -----Original Message-----
&gt; From: Anthony Chan [mailto:chan@mcs.anl.gov]
&gt; Sent: Tuesday, November 1, 2011 11:59 AM
&gt; To: mpich-discuss@mcs.anl.gov
&gt; Subject: Re: [mpich-discuss] Fwd: configure: error: unable to
&gt; determine matching C type for C++ bool
&gt; 
&gt; ----- Original Message -----&gt; &gt; -bash-3.00# ./configure CC=gcc CXX=g++
&gt; --disable-f77 --disable-fc&gt; --prefix=/MPICH/mpich2-install/ 2&gt;&amp;1 | tee
&gt; c.txt&gt; &gt; This is correct?&gt; &gt; Dont work :0(You need to send us your
&gt; c.txt and config.log to show what went
&gt; wrong.A.Chan_______________________________________________mpich-discuss
&gt; mailing list mpich-discuss@mcs.anl.govTo manage subscription options
&gt; or
&gt; unsubscribe:https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
&gt; 
&gt; _______________________________________________
&gt; mpich-discuss mailing list mpich-discuss@mcs.anl.gov
&gt; To manage subscription options or unsubscribe:
&gt; https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
_______________________________________________
mpich-discuss mailing list     mpich-discuss@mcs.anl.gov
To manage subscription options or unsubscribe:
https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
</blockquote></html>