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: Help Needed


On Mon, 2 Jul 2001, Satyanarayana Muthuswamy wrote:

> Hi
> 
> My name is Satya
> I am a graduate student at the Univ of Minnesota
> 
> First of all let me thank you for the g77 compiler.
> I work in Windows 2000.

See http://www.cygwin.com/ and http://www.mingw.org/ -- both provide
GNU Fortran 77 compilers that will run on Windows 2000, but with very
different runtime behaviour. Mingw site has a short description on
the difference between the two.

> I have a question on the Fortran Language.
> 
> How can we call an external executable (DOS - exe file) inside a Fortran
> program? 

GNU Fortran 77 runtime library provides SYSTEM, which you can use. You'll
have to read the runtime library documentation for that.

Regards,
Mumit


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