This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: I need to be helped with g77


Similar to most compilers for posix-ish OS

g77 [options] file.f

whatever your OS uses to execute (./a.out, ./a, )
Unlike CVF, optimization is not on by default, and, by default,
the executable is not named after the first source file.  Most OS
give information by
info g77, with some of the information documented under 'info
gcc.'
Topic more suitable for gcc-help and much web page help.

----- Original Message -----
From: "Dr Vasily G Suvorov" <v.suvorov@eim.surrey.ac.uk>
To: <gcc@gcc.gnu.org>
Sent: Wednesday, October 17, 2001 4:33 AM
Subject: I need to be helped with g77


>
> Sirs,
>
> I have a simple question: how can I start to work with Fortran
g77. I
> have file: file.f or file .for .... How can I compile and run
it ? I
> have never worked with g77 (but only with Compaq's version for
Windows)?
>
> Can you help me?
>
> Sincerely yours,
>
> Vasily


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]