Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!apple!agate!ucbvax!dalvm41b.vnet.ibm.com!freese From: freese@dalvm41b.vnet.ibm.com ("Bradley T. Freese") Newsgroups: comp.unix.aix Subject: Problem with elapsed time functions Message-ID: <9105211355.AA23987@ucbvax.Berkeley.EDU> Date: 21 May 91 13:58:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 19 aquesada@academ01.mty.itesm.mx (Ing. Antonio Quesada Duarte) writes: > Hi there! > I'm developing a project for one of my classes, and it involves. > benchmarks. Therefore, i need to use functions like: > idate > itime > etime > fdate but when i try to link the program the linker says it can't find those functions. Does anybody in netland know in which library can I find them? Thanks a lot!! XL FORTRAN does not provide these routines. To get to this information, you may be able to use the SYSTEM utility subprogram to pass a command to AIX and use its output. Alternately, you can write C functions that do what you need and link them into your project.