Re: [OMPI devel] openmpi-1.0.2 - two bugs in Fortran90 M4-macros

2006-05-04 Thread Ralf Wildenhues
> 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

[OMPI devel] openmpi-1.0.2 - two bugs in Fortran90 M4-macros

2006-05-03 Thread Hein Blöd
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,