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
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
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