我在 Mac (OS 10.6.8) 上安装古老的 F77 程序时遇到问题。当我编译(使用 gfortran)时,出现以下错误:
Undefined symbols for architecture x86_64:
"__gfortran_transfer_integer_write", referenced from:
_abfind_ in Abfind.o
_binplot_ in Binplot.o
_binplotprep_ in Binplotprep.o
_blends_ in Blends.o
_chabund_ in Chabund.o
_curve_ in Curve.o
_damping_ in Damping.o
...
"__gfortran_transfer_real_write", referenced from:
_abfind_ in Abfind.o
_abpop_ in Abpop.o
_binplot_ in Binplot.o
_binplotprep_ in Binplotprep.o
_blends_ in Blends.o
_calmod_ in Calmod.o
_chabund_ in Chabund.o
...
等等...任何想法在哪里看?