Subject: Simple FORTRAN Program
To: None <port-i386@netbsd.org>
From: Ray Phillips <r.phillips@mailbox.uq.edu.au>
List: port-i386
Date: 10/09/2001 09:26:45
Dear NetBSD/i386:

I'm no FORTRAN programmer, but I thought this would work

      PRINT *, 'Hello, world.'
      END

This is what happened under NetBSD/i386 1.5.1:

% g77 test.f
/usr/lib/libg2c.so: warning: tempnam() possibly used unsafely, use mkstemp() or
mkdtemp()
% ./a.out
 Hello, world.

So it does work, but why the warning?  Have I omitted an obvious step?


Ray