Displaying 13 results from an estimated 13 matches for "have_times".
Did you mean:
have_utimes
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
Hi all,
I'm currently implementing quasi random generation (torus) on R
(package randtoolbox available on CRAN). Even if it is not a great
idea, I decided to use the machine time to initiate the seed. So when
the seed is not specified by the user, the pkg uses the time machine
time.
Hence the following R code should produce different uniform variates :
> for(i in
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 macr...
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
...;
#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
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_SYS_ERRNO_H 1
#define HA...
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;
| #e...
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
Greetings.
I am having a problem getting OpenSSH to configure on a Solaris 5.8 box.
I have installed gcc 3.2.2, OpenSSL 0.9.6g.
The config script dies with the error:
OpenSSL version header not found.
OpenSSL is installed in /usr/local/ssl. A check of the config.log
file indicates that the test program appears to be core dumping. I
have included relavent (I hope) portions of config.log
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
Details of installation attached.
Effect: when I build and test (with full path names) ssh in the openssh...
directory, everything works fine. When I "install" it as per attached file
into a test-directory and run it from there, there are 2 phenomena:
either it just hangs, eating 96% of CPU
or it dies with a Segmentation fault (this is what happens most often)
Help needed
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
I am trying to build openssh-4.3p2 portable source under Cygwin running
under Windows XP SP2.
I have installed Cygwin 1.5.19-4 along with these significant packages
(installed using the cygwin setup program):
gcc 3.4.4-1
minires-devel 1.00-1
openssl 0.9.8a-1
openssl-devel 0.9.8a-1
openssl097 0.9.7i-1
tcp_wrappers 7.6-1
zlib 1.2.3-1
I used the instructions in openssh-4.3p2/contrib./cygwin/README
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 corr...
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 corr...