Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!caen.engin.umich.edu!grue From: grue@caen.engin.umich.edu (Paul Howell) Newsgroups: comp.unix.ultrix Subject: F77 on a DECstation 3100 Keywords: F77 Message-ID: <441c0027.1a5bf@moth.engin.umich.edu> Date: 28 Jun 89 23:51:00 GMT Distribution: inet Organization: U of M Engineering, Ann Arbor, Mich. Lines: 14 Has anyone had problems with F77 for the 3100? I have a sample program that does not compile (bad number of arguments to intrinsic function). program easy print *,time() end This works fine on a VAX running Ultrix. The man page on time indicates time takes no arguments, and returns the number of seconds since the epoch. Also, other intrinsic functions appear not to work, or are not in the fortran library (ld error says it's not there!), like fl_min, fl_max. I've heard that F77 for the 3100 is not BSD F77 but a versions specific to the 3100. Why is it broke?