[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
g77
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()
The other simple programs I have compiled have run (just a small "Hello World")
fine. I was going to use g77 to do a homework assignment, but before I
spend all my time debugging code, I want to make sure that the bad
results I get, if any, are my fault.
Aaron Jackson jackson@msrce.howard.edu
- Follow-Ups:
- Re: g77
- From: Austin Hook <austin@canuck.com>
- Re: g77
- From: CyberPeasant <listread@bedford.net>
- Re: g77
- From: Theo de Raadt <deraadt@cvs.openbsd.org>