5 Mar
2000
5 Mar
'00
18:02
"Rafael E. Herrera" wrote:
It's a switch. Type:
$ g77 -o myprogram file1.f file2.f
or $ g77 -c file1.f $ g77 -c file2.f $ g77 -o myprogram file1.o file2.o
Then run it:
$ ./myprogram
-- Rafael
Also, it might be profitable for him to learn about configure and make files. It will make compiling a lot easier if his projects get more complicated. JLK -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/