[comp.sys.mac.programmer] Calling Fortran subs from Think C

rtp1@quads.uchicago.edu (raymond thomas pierrehumbert) (11/02/90)

So far, the net is batting 1000 on solving my problems, so
here goes another one...

Think C is great for developing applications, but for some
of the actual computations I'm doing (complex matrix eigenvalues),
it would be nice to be able to use the existing Fortran source
code, rather than translating 1000 lines into c.  Is there any
way to do this in Think C (I know MPW can, but I really like
the simplicity of Think C, and the TCL).  I know I could
create an assembly listing, but I think Think C won't take
assembly inserts that use 68020 code.
.