Displaying 9 results from an estimated 9 matches for "kern_usrstack".
2016 Feb 01
1
Wrong config check for __libc_stack_end
...f ... #elseif ... #else ... # endif
branch which *uses* the __libc_stack_end "variable" would
hopefully be a speedup in comparison with the alternatives; from
system.c mentioned above:
#if defined(HAVE_LIBC_STACK_END)
R_CStackStart = (uintptr_t) __libc_stack_end;
#elif defined(HAVE_KERN_USRSTACK)
{
/* Borrowed from mzscheme/gc/os_dep.c */
int nm[2] = {CTL_KERN, KERN_USRSTACK};
void * base;
size_t len = sizeof(void *);
(void) sysctl(nm, 2, &base, &len, NULL, 0);
R_CStackStart = (uintptr_t) base;
}
#else
if(R_running_as_main_program) {
/* This is not the main progr...
2008 Nov 04
1
R 2.8.0 compilation...
...b/tk8.5/tkConfig.sh
checking whether compiling/linking Tcl/Tk code works... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether KERN_USRSTACK sysctl is supported... no
checking for cached Java settings... no
checking for Fortran flag to compile .f90 files... none
checking for Fortran flag to compile .f95 files... none
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether _snprintf is...
2007 Feb 07
2
problems installing R on Linux
...C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... (cached) yes
checking whether KERN_USRSTACK sysctl is supported... no
checking for visible __lib_stack_end... yes
. . .
checking for g77... g77
checking whether we are using the GNU Fortran compiler... yes
checking whether g77 accepts -g... yes
. . .
checking for bison... no
checking for CFPreferencesCopyAppValue... (cached) no
ch...
2006 Jul 28
3
R uses private function in libc (PR#9107)
...the symbol:
__libc_stack_end;
however, newer versions of libc no longer export it. R has some serious
problems around this, because the code has:
# ifdef linux
extern void * __libc_stack_end;
# endif
and
#if defined(linux)
R_CStackStart = (uintptr_t) __libc_stack_end;
#elif defined(HAVE_KERN_USRSTACK)
in r-2.3.1/src/unix/system.c
This code needs to be fixed. It is causing all sorts of problems when trying to
run R across multiple systems with different libc versions.
--Quanah
2016 Feb 01
3
Wrong config check for __libc_stack_end
>>>>> Alba Pompeo <albapompeo at gmail.com>
>>>>> on Fri, 29 Jan 2016 08:23:26 -0200 writes:
> Here is my log from 'make check' using an Intel i5 64-bit
> processor - http://pastebin.com/raw/N6SYAuFX Here is
> Isaac's log from 'make check' using an Intel Atom 32-bit
> processor -
2006 May 18
0
R-devel and PGI 6.0 compile error
...pecial C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... 1
checking for fseeko... (cached) yes
checking whether KERN_USRSTACK sysctl is supported... no
checking for lpr... lpr
checking for paperconf... false
checking for java... /usr/bin/java
checking for javac... /usr/bin/javac
checking whether Java interpreter works... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
chec...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...sec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether KERN_USRSTACK sysctl is supported... no
checking for visible __lib_stack_end... yes
checking for lpr... no
checking for lp... no
checking for paperconf... /usr/bin/paperconf
checking for java... no
checking for javac... no
checking for javah... no
checking for jar... no
checking whether Java compiler works... no...
2008 Dec 22
1
Error compiling R.2.8.1 with gcc 4.4 on Mac OS 10.5.6
...leap seconds are treated according to POSIX... yes
checking for setitimer... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether KERN_USRSTACK sysctl is supported... yes
checking for lpr... lpr
checking for paperconf... false
checking for java... /usr/bin/java
checking for javac... /usr/bin/javac
checking for javah... /usr/bin/javah
checking for jar... /usr/bin/jar
checking whether Java compiler works... yes
checking whether Java compiler...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...leap seconds are treated according to POSIX... yes
checking for setitimer... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether KERN_USRSTACK sysctl is supported... yes
checking for lpr... lpr
checking for paperconf... false
checking for java... /usr/bin/java
checking for javac... /usr/bin/javac
checking for javah... /usr/bin/javah
checking for jar... /usr/bin/jar
checking whether Java compiler works... yes
checking whether Java compiler...