autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Call for testing CVS Autoconf


From: Lars Hecking
Subject: Re: Call for testing CVS Autoconf
Date: Thu, 30 Nov 2000 10:37:15 +0000
User-agent: Mutt/1.3.12i

 
> > Pavel> AC_FUNC_MKTIME
> > 
> > Lars, could you
> > 
> >         cd ~tests
> >         ./testsuite -v 80 >debug.log 2>&1
> 
>  Here's the result:
 
 Sorry for sending another follow-up ...

 0. SunOS localhost 4.1.4 2 sun4c unknown
 1. there is no man page for mktime()
 2. there is no prototype for mktime() in /usr/include
 3. but fixincludes has generated one for gcc
    .../2.8.1/include/time.h:extern long mktime (struct tm *);
 4 the function is indeed available:
   $ nm -o /lib/libc.a |grep -i mktime
   /lib/libc.a:localtime.o:000021e4 T _mktime




reply via email to

[Prev in Thread] Current Thread [Next in Thread]