Skip to content
Prev 1337 / 63421 Next

Compiling under Digital Unix

Douglas Bates <bates@stat.wisc.edu> writes:
We *always* define main there... However, we do not generally use f77
to link, so my guess would be that the Fortran compiler supplies a
main() of its own. So perhaps you need to link with (g)cc and add in
some Fortran libraries?