I unfortunately do not have access to an Absoft compiler to test this
with; it looks like GNU Libtool is getting the wrong arguments to
pass to the f95 compiler to build a shared library.
A quick workaround for this issue would be to disable the MPI F90
bindings with the --disable-mpi-f90 s
Please see the "Getting Help" page on the OMPI web site (look in the
links in the navigation on the left-hand side) -- we need some more
information from you in order to correctly diagnose the problem.
Thanks.
On Jun 30, 2007, at 5:50 AM, Ed D'Azevedo wrote:
I am trying to build o
I'm not a bash user -- but don't you need to export PATH,
LD_LIBRARY_PATH, and MANPATH?
It could be that something else later is exporting PATH (and
therefore your changes "take effect"), but nothing exports
LD_LIBRARY_PATH (and therefore your changes get lost).
On Jun 28, 2007, at 12:34