[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: g77





On Tue, 3 Mar 1998, Aaron Jackson wrote:

> Is there something wrong with g77?  For a simple program I get some strange
> warnings for example:
> 
> MushMouth:jackson {113} cat hw1.f
>         Program test
>         End
> MushMouth:jackson {114} g77 hw1.f
> endfile.o: warning: tmpnam() possibly used unsafely; consider using mkstemp()
> open.o: warning: tmpnam() possibly used unsafely; consider using mkstemp()

I get the same message, but it doesn't seem to matter.  I have run some
very large g77 programs successfully.

Austin Hook