<html>Hi, Thanks for help!<br><br>Yes I have g++, see:<br><br>-bash-3.00# g++ -v<br>Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/specs<br>Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77<br>Thread model: posix<br>gcc version 3.4.6<br>-bash-3.00#<br><br><br>GCC:<br><br>-bash-3.00# gcc -v<br>Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/specs<br>Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77<br>Thread model: posix<br>gcc version 3.4.6<br>-bash-3.00#<br><br>I did try: <br><div> <br>-bash-3.00# ./configure CC=gcc CXX=g++ --disable-f77 --disable-fc --prefix=/MPICH/mpich2-install/ 2&gt;&amp;1 | tee c.txt<br><br>This is correct?<br><br>Dont work :0(<br><br>Help please<br></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 11:24 AM<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>
It appears your automatic chosen C++ compiler, c++, can't produce a working executable
for chosen C compiler, gcc.
 
configure:40191: checking size of bool
configure:40496: c++ -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:  9798 Killed                  ./conftest$ac_exeext
configure:40510: $? = 137
configure: program exited with status 137

Is there g++ on your Solaris box ?  If so, you could set CC=gcc and CXX=g++ as part
of configure command, or you can set both to Sun's compilers.

A.Chan

----- Original Message -----
&gt; Sorry!
&gt; 
&gt; -----Original Message-----
&gt; From: Pavan Balaji [mailto:balaji@mcs.anl.gov]
&gt; Sent: Tuesday, November 1, 2011 09:55 AM
&gt; To: renato@dokfile.com
&gt; Cc: mpich-discuss@mcs.anl.gov
&gt; Subject: Re: [mpich-discuss] configure: error: unable to determine
&gt; matching C type for C++ bool
&gt; 
&gt; Hello,On 11/01/2011 08:52 AM, renato@dokfile.com wrote:&gt; Hi Thanks for
&gt; help!&gt;&gt; Follows c.txt (log)Can you send us all the files listed in
&gt; step 1(i) in the README? The top-level config.log file is specifically
&gt; what I'm looking for, but we might need other files too. -- Pavan--
&gt; Pavan Balajihttp://www.mcs.anl.gov/~balaji
&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>