LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Brian Barrett (brbarret_at_[hidden])
Date: 2005-12-19 17:40:07


On Dec 19, 2005, at 5:22 PM, Bryan Follis wrote:

> Here is the file that was generated:
>
> <config.log>
>
> On Dec 19, 2005, at 3:45 PM, Brian Barrett wrote:
>
>> On Dec 19, 2005, at 3:29 PM, Bryan Follis wrote:
>>
>>> checking for true/false... yes
>>> checking size of bool... -1
>>> configure: WARNING: *** Problem running configure test!
>>> configure: WARNING: *** See config.log for details.
>>> configure: error: *** Cannot continue.
>>>
>>> Any ideas on how to fix this problem?
>>
>> The size of bool test is the first that tries to run a program
>> compiled with the C++ compiler. Usually this is indicative of a
>> problem with shared libraries or the like. If you could send the
>> config.log file generated by configure, it should help us determine
>> what is going wrong.

It looks like xlc++ isn't configured properly, as you can see from
the errors below. This isn't a problem with LAM/MPI, but with your
installation of xlc++. I'm not sure what the current status of XL
support on Tiger, but at one point there was no official support. I
believe if you Google around on the web, you can find instructions
for all the configuration changes you have to make in order to
properly configure the compiler.

configure:8753: /opt/ibmcmp/vacpp/6.0/bin/xlc++ -O3 conftest.cc -o
conftest
/opt/ibmcmp/vacpp/6.0/bin/xlc++: 1501-221 cannot exec program c+
+filt3 - No such file or directory
/opt/ibmcmp/vacpp/6.0/bin/xlc++: 1501-221 cannot exec program c+
+filt3 - No such file or directory
configure:8754: result: yes
configure:8805: checking size of bool

Brian