Trouble compiling recipes_f-90 with Lahey LF95 v6.2


tweso
04-08-2003, 11:42 AM
I recently purchased the Numerical Recipes for Fortran and am unable to compile them with Lahey LF95 V62. I get the message:

"lf95 --in -c /usr/local/src/recipes_f-90/recipes/vander.f90
f95: Compilation abnormally ended due to SIGSEGV."

Can anyone offer any suggestions on flags I should use,changes I should make to the makefile or any other solutions to this?

Thank you.

Saul Teukolsky
04-09-2003, 08:25 AM
Hi,

Since it looks like all the recipes before vander.f90 compiled successfully, this seems like a compiler problem on that particular routine. You should report it to the vendor. You can try changing compiler flags to see if that helps, e.g. turn off optimization.

As a workaround for the makefile, comment out all the lines that refer to vander or xvander.

Best wishes,
Saul Teukolsky