F77 on a DECstation 3100
    Paul Howell 
    grue at caen.engin.umich.edu
       
    Thu Jun 29 09:51:00 AEST 1989
    
    
  
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?
    
    
More information about the Comp.unix.ultrix
mailing list