Skip to content

Instantly share code, notes, and snippets.

/configure.diff Secret

Created June 26, 2012 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/074f5fd3a4934161e575 to your computer and use it in GitHub Desktop.
Save anonymous/074f5fd3a4934161e575 to your computer and use it in GitHub Desktop.
diff --git a/lizzy.log b/luis.log
index e571112..df16888 100644
--- a/lizzy.log
+++ b/luis.log
@@ -84,7 +84,7 @@ checking for working volatile... yes
checking for long long... yes
checking for off_t... (cached) yes
checking char bit... 8
-checking size of int... 0
+checking size of int... 4
checking size of short... 2
checking size of long... 4
checking size of long long... 8
@@ -270,42 +270,41 @@ checking for dynamic size alloca... ok
checking for working memcmp... (cached) yes
checking for broken erfc of glibc-2.3.6 on IA64... no
checking for dup2... yes
-checking for memmove... no
-checking for strerror ... no
-checking for strchr... no
-checking for strstr... no
+checking for memmove... yes
+checking for strerror... yes
+checking for strchr... yes
+checking for strstr... yes
checking for crypt... no
-checking for flock ... no
+checking for flock... (cached) yes
checking for isnan... (cached) yes
checking for finite... (cached) yes
checking for isinf... (cached) yes
-checking for hypot... no
-checking for acosh... no
-checking for erf... no
-checking for tgamma... no
+checking for hypot... yes
+checking for acosh... yes
+checking for erf... yes
+checking for tgamma... yes
checking for lgamma_r... no
-checking for cbrt... no
-checking for ... no
+checking for cbrt... yes
checking for strlcpy... no
checking for strlcat... no
checking for ffs... no
checking for setproctitle... no
-checking for signbit... no
-checking for fmod... no
+checking for signbit... yes
+checking for fmod... yes
checking for killpg... no
checking for wait4... no
checking for waitpid... (cached) yes
checking for fork... no
-checking for spawnv... no
+checking for spawnv... yes
checking for syscall... no
checking for __syscall... no
checking for chroot... no
-checking for getcwd... no
+checking for getcwd... yes
checking for eaccess... no
checking for truncate... no
-checking for ftruncate... no
+checking for ftruncate... yes
checking for ftello... no
-checking for chsize... no
+checking for chsize... yes
checking for times... (cached) yes
checking for utimes... no
checking for utimensat... no
@@ -314,9 +313,9 @@ checking for lockf... no
checking for lstat... no
checking for truncate64... no
checking for ftruncate64... no
-checking for ftello64... no
+checking for ftello64... yes
checking for fseeko... (cached) yes
-checking for fseeko64... no
+checking for fseeko64... yes
checking for link... (cached) yes
checking for symlink... no
checking for readlink... no
@@ -350,36 +349,36 @@ checking for getpriority... no
checking for getrlimit... no
checking for setrlimit... no
checking for sysconf... no
-checking for close... no
+checking for close... yes
checking for getpwnam_r... no
checking for getgrnam_r... no
checking for dlopen... no
checking for sigprocmask... no
checking for sigaction... no
checking for sigsetjmp... no
-checking for _setjmp... no
+checking for _setjmp... yes
checking for _longjmp... no
checking for setsid... no
checking for telldir... (cached) yes
checking for seekdir... (cached) yes
checking for fchmod... no
-checking for cosh... no
-checking for sinh... no
-checking for tanh... no
-checking for log2... no
-checking for round... no
-checking for llabs... no
+checking for cosh... yes
+checking for sinh... yes
+checking for tanh... yes
+checking for log2... yes
+checking for round... yes
+checking for llabs... yes
checking for setuid... no
checking for setgid... no
checking for daemon... (cached) no
checking for select_large_fdset... no
checking for setenv... no
checking for unsetenv... no
-checking for mktime... no
+checking for mktime... yes
checking for timegm... no
checking for gmtime_r... (cached) yes
checking for clock_gettime... no
-checking for gettimeofday... no
+checking for gettimeofday... yes
checking for poll... no
checking for ppoll... no
checking for pread... no
@@ -392,27 +391,28 @@ checking for pipe2... no
checking for posix_memalign... no
checking for memalign... no
checking for ioctl... no
-checking for unsetenv returns a value... no
+checking for unsetenv returns a value... yes
checking for __builtin_setjmp... no
checking for setjmp type... setjmp
-checking whether struct tm is in sys/time.h or time.h... sys/time.h
+checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... no
-checking whether tzname is declared... no
-checking for tzname... no
+checking whether tzname is declared... yes
+checking for tzname... yes
checking for struct tm.tm_gmtoff... no
-checking for external int daylight... no
-checking for external timezone... no
+checking for external int daylight... yes
+checking for external timezone... long
checking for external altzone... no
-checking for timezone... no
+checking for timezone... yes
+checking whether timezone requires zero arguments... yes
checking for negative time_t for gmtime(3)... (cached) no
-checking for localtime(3) overflow correctly... no
+checking for localtime(3) overflow correctly... yes
checking for sigsetmask... no
checking for BSD signal semantics... no
checking whether getpgrp requires zero arguments... (cached) no
-checking whether right shift preserve sign bit... no
-checking read count field in FILE structures... not found (OK if using GNU libc)
-checking read buffer ptr field in FILE structures... not found
-checking size of struct stat.st_ino... 0
+checking whether right shift preserve sign bit... yes
+checking read count field in FILE structures... _cnt
+checking read buffer ptr field in FILE structures... _ptr
+checking size of struct stat.st_ino... 2
checking whether struct dirent.d_name is too small... no
checking stack growing direction on i386... -1
checking for backtrace... no
@@ -422,12 +422,12 @@ checking for valgrind/memcheck.h... no
checking whether ELF binaries are produced... (cached) no
checking whether OS depend dynamic link works... yes
checking for strip... strip
-checking whether -Wl,--no-undefined is accepted as LDFLAGS... no
-checking for prefix of external symbols... NONE
+checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
+checking for prefix of external symbols... _
checking for nroff... no
checking for awf... no
.ext/include/i386-mingw32/ruby/config.h updated
-verconf.h unchanged
+verconf.h updated
ruby library version = 2.0.0
configure: creating ./config.status
config.status: creating GNUmakefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment