Milliseconds on DOS

Alexandre Oliva aoliva@redhat.com
Tue May 1 18:06: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).

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.

-- 
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



More information about the Gcc-help mailing list