Re: [OMPI users] IBM XL compilers[Scanned]

2007-02-20 Thread Tim Prins
This is strange. I just ran the exact command you gave, and it worked just fine. However, I do notice one potential, unrelated problem. You set $F90, but $F90 is not used. The variable you want is $FC. Similarly CCFLAGS should be CXXFLAGS. Also, I don't believe any of the *LINKER variables

Re: [OMPI users] IBM XL compilers[Scanned]

2007-02-20 Thread Arif Ali
Tim Prins wrote: Hi Arif, This is a problem with libtool and the IBM compilers and shared libraries. The easiest thing to do is to build static libraries instead by passing "--disable-shared --enable-static" to configure. I am currently unaware of any workarounds to make compiling shared li

Re: [OMPI users] IBM XL compilers[Scanned]

2007-02-20 Thread Tim Prins
Hi Arif, This is a problem with libtool and the IBM compilers and shared libraries. The easiest thing to do is to build static libraries instead by passing "--disable-shared --enable-static" to configure. I am currently unaware of any workarounds to make compiling shared libraries work wi