search for: have_time

Displaying 13 results from an estimated 13 matches for "have_time".

Did you mean: save_time
2005 May 12
0
[LLVMdev] Cygwin binaries
...re: error: Link tests are not allowed after GCC_NO_EXECUTABLES. -------------- Solution: The llvm tools cannot handle dos paths correctly. ============== On error: ============== getruntime.c:54:23: sys/times.h: No such file or directory -------------- Either Solution: Make it explict with #UNDEF HAVE_TIMES in $objdir\i686-pc-mingw32\libiberty\config.h, because it doesn't exist on MinGW. or Solution: Make it explict with #UNDEF HAVE_TIMES in $objdir\mingw32\libiberty\config.h, because it doesn't exist on MinGW. ============== On error: ============== lrealpath.c:110: error: `_PC_PATH_MAX&...
2008 Jul 18
1
system time - windows specific problem
...s/time.h> #endif static void Randomize(RNGtype kind) { /* Only called by GetRNGstate() when there is no .Random.seed */ Int32 seed; #if HAVE_GETTIMEOFDAY { struct timeval tv; gettimeofday (&tv, NULL); seed = ((uint64_t) tv.tv_usec << 16) ^ tv.tv_sec; } #elif HAVE_TIME seed = (Int32) time(NULL); #else /* unlikely, but use random contents */ #endif srand(seed); RNG_Init(kind, seed); } If I try to use directly the time function on windows rather than gettimeofday (which should not be on windows) but it does not solve the problem. I'm...
2005 May 09
3
[LLVMdev] Cygwin binaries
>>Does anyone know a source for a pre-built version of the same? > >To my knowledge there is no pre-built version of the cfe. See following link for CFE :- http://illuvium.com/download/ It maybe a bit out of date. I believe the CFE maybe broken at the moment, at least the Cygwin nightly test reports that it is broken and I believe this is the same thing ?
2010 Sep 03
1
TinycoreLinux Install
...HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define USE_RTTI 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FTIME 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_TIMES 1 | #define HAVE_SYSCONF 1 | /* end confdefs.h. */ | /* Define closefrom to an innocuous variant, in case <limits.h> declares closefrom. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define closefrom innocuous_closefrom | | /* System header to define __stub mac...
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
...AVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_LOG2 1 #define USE_RTTI 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_NANOSLEEP 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_FTIME 1 #define HAVE_TIMER_CREATE 1 #define HAVE_SRANDOM 1 #define HAVE_RANDOM 1 #define HAVE_SIGACTION 1 #define HAVE_SIGSETJMP 1 #define HAVE_GETRUSAGE 1 #define HAVE_TIMES 1 #define HAVE_SYSCONF 1 #define HAVE_SETENV 1 #define HAVE_DIRFD 1 #define HAVE_GETRLIMIT 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_GETHOSTNAME 1 #...
2005 Feb 08
0
Compiling R as a shared library
...1 | #define HAVE_LOG1P 1 | #define HAVE_MATHERR 1 | #define HAVE_MKFIFO 1 | #define HAVE_POPEN 1 | #define HAVE_PUTENV 1 | #define HAVE_RINT 1 | #define HAVE_SETENV 1 | #define HAVE_STRCOLL 1 | #define HAVE_STAT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYSTEM 1 | #define HAVE_TIMES 1 | #define HAVE_UNSETENV 1 | /* end confdefs.h. */ | #include <math.h> | | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | #ifndef isfinite | char *p = (char *) isfinite; | #...
2003 Dec 30
8
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 16:39 ------- tried openssh-SNAP-20031223 does not compile: (cd openbsd-compat && make) gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/ssl/include -Dftruncate=chsize -I/usr/local/include -DHAVE_CONFIG_H -c
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
...e HAVE_SECURITY_PAM_APPL_H 1 #define HAVE_SHADOW_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STROPTS_H 1 #define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_TIME_H 1 #define HAVE_UTIME_H 1 #define HAVE_UTMP_H 1 #define HAVE_UTMPX_H 1 #define HAVE_LIBNSL 1 #define HAVE_LIBSOCKET 1 #define HAVE_LIBZ 1 #define HAVE_UPDWTMP 1 #define HAVE_STRFTIME 1 #define BROKEN_ONE_BYTE_DIRENT_D_NAME 1 #define LIBWRAP 1 #define HAVE_BCOPY 1 #define HAVE_CLOCK 1 #define HAVE_...
2015 Feb 03
2
Fwd: Waiting for Reply regarding "TestCases Failure"
---------- Forwarded message ---------- From: Saad Ahmed <ch.saad.ahmed at gmail.com> Date: 3 February 2015 at 21:10 Subject: Waiting for Reply regarding "TestCases Failure" To: Xapian Development <xapian-devel at lists.xapian.org> I have been waiting for reply regarding any further steps to take. Following are the outputs of commands that you asked me to run. All these
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...TMP 1 #define HAVE_ADDR_V6_IN_UTMPX 1 /* #undef HAVE_SYSLEN_IN_UTMPX */ #define HAVE_PID_IN_UTMP 1 #define HAVE_TYPE_IN_UTMP 1 #define HAVE_TYPE_IN_UTMPX 1 #define HAVE_TV_IN_UTMP 1 #define HAVE_TV_IN_UTMPX 1 #define HAVE_ID_IN_UTMP 1 #define HAVE_ID_IN_UTMPX 1 #define HAVE_EXIT_IN_UTMP 1 /* #undef HAVE_TIME_IN_UTMP */ /* #undef HAVE_TIME_IN_UTMPX */ /* #undef DISABLE_LOGIN */ /* #undef DISABLE_PUTUTLINE */ /* #undef DISABLE_PUTUTXLINE */ /* #undef DISABLE_LASTLOG */ /* #undef NO_SSH_LASTLOG */ /* #undef DISABLE_UTMP */ #define DISABLE_UTMPX 1 /* #undef DISABLE_WTMP */ #define DISABLE_WTMPX 1 /* #undef...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...#define HAVE_SYS_CDEFS_H 1 #define HAVE_SYS_ERRLIST 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_SYS_NERR 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_SYSMACROS_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_TCGETPGRP 1 #define HAVE_TCSENDBREAK 1 #define HAVE_TIME 1 #define HAVE_TIME_H 1 #define HAVE_TIME_IN_UTMP 1 #define HAVE_TIME_IN_UTMPX 1 #define HAVE_TRUNCATE 1 #define HAVE_TV_IN_UTMPX 1 #define HAVE_TYPE_IN_UTMP 1 #define HAVE_TYPE_IN_UTMPX 1 #define HAVE_UINTXX_T 1 #define HAVE_UNISTD_H 1 #define HAVE_UNSETENV 1 #define HAVE_UNSIGNED_LONG_LONG 1 #def...
2000 Feb 07
2
R-0.99.0 is released
...handles cases with numerically 0 or 1 fitted values in binomial and numerically 0 in poisson correctly. (Previously these observations were dropped even though the variances were also numerically 0.) o (-4 + 0i) ^ (1/2) now gives 2i. o system.time() now does sensible things in the non-HAVE_TIMES case, and that and proc.time() have better documentation. o A couple of bugs in the data editor spreadsheet have been eliminated. o Elapsed time in proc.time() is no longer rounded to whole seconds under Unix. o Assigning character vectors to subsets of data frames now works cor...
2000 Feb 07
2
R-0.99.0 is released
...handles cases with numerically 0 or 1 fitted values in binomial and numerically 0 in poisson correctly. (Previously these observations were dropped even though the variances were also numerically 0.) o (-4 + 0i) ^ (1/2) now gives 2i. o system.time() now does sensible things in the non-HAVE_TIMES case, and that and proc.time() have better documentation. o A couple of bugs in the data editor spreadsheet have been eliminated. o Elapsed time in proc.time() is no longer rounded to whole seconds under Unix. o Assigning character vectors to subsets of data frames now works cor...