search for: __lib_stack_end

Displaying 3 results from an estimated 3 matches for "__lib_stack_end".

Did you mean: __libc_stack_end
2008 Jun 07
1
Fail to call AC_CACHE_CHECK on R 2.7.0 for Solaris
...ut looking at configure.ac, I think AC_CACHE_CHECK is only called on Linux, and not on Solaris. Obviously this could explain why this bit of Sage works on Linux, but not Solaris. ## check for visible __libc_stack_end on Linux case "${host_os}" in linux*) AC_CACHE_CHECK([for visible __lib_stack_end], [r_cv_libc_stack_end], [AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include "confdefs.h" #include <stdlib.h> extern void * __libc_stack_end; So it seems to me this will never work, as the the relevant macro is not run on Solaris. It begs the obvious question why does this work when...
2007 Feb 07
2
problems installing R on Linux
..._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 checking for CFLocaleCopyCurrent... (cached) no checking whether...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...ruct 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 checking whether Java compiler works for version 1.4... no che...