Milliseconds on DOS

Daniel Finol danielfinol@hotmail.com
Tue May 1 22:25:00 GMT 2001


On Apr 30, 2001, "Daniel Finol" <danielfinol@hotmail.com> wrote:

>   I'm using G77 on a DOS box under Windows98.  I need to measure time
>   in milliseconds.  But neither MClock, MCLock8, System_Clock,
>   Date_and_Time nor times is recognized by the compiler (I get the
>   "undefined symbol" error).

Alexandre Oliva wrote:

>This is a message from the linker, not from the compiler, and it
>indicates the C library (which is not part of the compiler either)
>doesn't contain the functions you called.  I don't know which C
>library you're using, so it's hard to tell which function to
>recommend.

Thanks to Alexandre for his answer but I still have some questions (I'm new 
to GNU software, I'm Borland C++ 3.1 user):

- G77 is a compiler and linker all in one isn't it? (I'm using the GNU G77 
version 0.5.19, it comes with the EMX Dos extender)

- What do C libraries have to do with this? Is G77 "just" a Fortran-2-C + 
C-Compiler? In any case I'm using (or trying to use) the libraries that come 
with the G77 package (the .a files in the lib directory).

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

Thanks again to Alexandre and to any one who can give me further help.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com .



More information about the Gcc-help mailing list