> export LDFLAGS=-lSystemStubs
Libraries generally belong in $LIBS rather than in $LDFLAGS.
> Bugfix: Replace in both files the line:
>
> OMPI_LOG_COMMAND([$FC $FCFLAGS $FCFLAGS_f90 conftestf.f90 conftest.o -
> o conftest]
>
> with
>
> OMPI_LOG_COMMAND([$FC $FCFLAGS $FCFLAGS_f90 conftes
Hi,
I found two bugs in the M4-macros
openmpi-1.0.2/config/f90_get_sizeof.m4
openmpi-1.0.2/config/f90_get_alignment.m4
In both files a Fortran90 and a C module is created as test files for
compilation. Anyway, they suffer from missing $LDFLAGS entries in the
right position,