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


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