Our workaround was to create a symbolic link under /usr/bin as follows,
#ln -s /usr/bin/c++filt /usr/bin/c++filt3
- Cliff
-----Original Message-----
From: lam-bounces_at_[hidden] [mailto:lam-bounces_at_[hidden]] On Behalf Of
Brian Barrett
Sent: Monday, December 19, 2005 4:40 PM
To: General LAM/MPI mailing list
Subject: Re: LAM: LAM-MPI configure fails at XLC++
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
_______________________________________________
This list is archived at http://www.lam-mpi.org/MailArchives/lam/
|