__gfortran_transfer_integer_write undefined for Mac OSX.6.8 - gfortran -


i having trouble installing ancient f77 program on mac (os 10.6.8). when compile (with gfortran), following errors:

undefined symbols 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   ... 

etcetera... ideas look?


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -