Hi, here the configure script claims that f2c is added anyway:
> [AC_MSG_RESULT(not found, trying to use -lf2c anyway.)]
but then it does this (and the patch doesn't touch that line):
> LDFLAGS="${LDFLAGS}"
which should read (just like the in the BLAS test below)
LDFLAGS="${LDFLAGS} -lf2c"
Best,
Gert
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

