This is the mail archive of the gcc-help@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: Milliseconds on DOS


On May  2, 2001, "Daniel Finol" <danielfinol@hotmail.com> wrote:

> - G77 is a compiler and linker all in one isn't it?

Nope.  G77 is a compilation driver that runs f771 (the actual fortran
compiler), as (the assembler) and ld/collect-ld (the linker).

> - What do C libraries have to do with this?

Sorry.  I had missed the fact that you were talking about fortran.

Anyway, I believe the fortran library is built atop the C library.
But I know nothing of fortran, so I have no idea of which functions
are available to manipulate time.

> - The g77_info-8 file describes the Date_and_Time routine, doesn't
> that mean that it is part of the package?

Presumably, yes.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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