aboutsummaryrefslogtreecommitdiff
path: root/core/lib/liblzf-3.5/config.log
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2011-02-01 15:11:08 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2011-02-01 15:11:08 -0800
commite5c4cd8a5e188592f8786a265c0cd073c69ac886 (patch)
tree031c4f814372a818f7574cfac84f1fc4749bd9d3 /core/lib/liblzf-3.5/config.log
parentdcfa2ce83bf884008b4e8c02e923da1e49027ba4 (diff)
downloadspark-e5c4cd8a5e188592f8786a265c0cd073c69ac886.tar.gz
spark-e5c4cd8a5e188592f8786a265c0cd073c69ac886.tar.bz2
spark-e5c4cd8a5e188592f8786a265c0cd073c69ac886.zip
Made examples and core subprojects
Diffstat (limited to 'core/lib/liblzf-3.5/config.log')
-rw-r--r--core/lib/liblzf-3.5/config.log515
1 files changed, 515 insertions, 0 deletions
diff --git a/core/lib/liblzf-3.5/config.log b/core/lib/liblzf-3.5/config.log
new file mode 100644
index 0000000000..dfa0a83845
--- /dev/null
+++ b/core/lib/liblzf-3.5/config.log
@@ -0,0 +1,515 @@
+This file contains any messages produced by compilers while
+running configure, to aid debugging if configure makes a mistake.
+
+It was created by configure, which was
+generated by GNU Autoconf 2.60. Invocation command line was
+
+ $ ./configure
+
+## --------- ##
+## Platform. ##
+## --------- ##
+
+hostname = ubuntu
+uname -m = x86_64
+uname -r = 2.6.31-14-server
+uname -s = Linux
+uname -v = #48-Ubuntu SMP Fri Oct 16 15:07:34 UTC 2009
+
+/usr/bin/uname -p = unknown
+/bin/uname -X = unknown
+
+/bin/arch = unknown
+/usr/bin/arch -k = unknown
+/usr/convex/getsysinfo = unknown
+/usr/bin/hostinfo = unknown
+/bin/machine = unknown
+/usr/bin/oslevel = unknown
+/bin/universe = unknown
+
+PATH: /usr/local/sbin
+PATH: /usr/local/bin
+PATH: /usr/sbin
+PATH: /usr/bin
+PATH: /sbin
+PATH: /bin
+PATH: /usr/games
+PATH: /home/matei/scala-2.7.7.final/bin
+
+
+## ----------- ##
+## Core tests. ##
+## ----------- ##
+
+configure:1723: checking for gcc
+configure:1739: found /usr/bin/gcc
+configure:1750: result: gcc
+configure:1988: checking for C compiler version
+configure:1995: gcc --version >&5
+gcc (Ubuntu 4.4.1-4ubuntu8) 4.4.1
+Copyright (C) 2009 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:1998: $? = 0
+configure:2005: gcc -v >&5
+Using built-in specs.
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8)
+configure:2008: $? = 0
+configure:2015: gcc -V >&5
+gcc: '-V' option must have argument
+configure:2018: $? = 1
+configure:2041: checking for C compiler default output file name
+configure:2068: gcc -fPIC conftest.c >&5
+configure:2071: $? = 0
+configure:2117: result: a.out
+configure:2122: checking whether the C compiler works
+configure:2132: ./a.out
+configure:2135: $? = 0
+configure:2152: result: yes
+configure:2159: checking whether we are cross compiling
+configure:2161: result: no
+configure:2164: checking for suffix of executables
+configure:2171: gcc -o conftest -fPIC conftest.c >&5
+configure:2174: $? = 0
+configure:2198: result:
+configure:2204: checking for suffix of object files
+configure:2230: gcc -c -fPIC conftest.c >&5
+configure:2233: $? = 0
+configure:2256: result: o
+configure:2260: checking whether we are using the GNU C compiler
+configure:2289: gcc -c -fPIC conftest.c >&5
+configure:2295: $? = 0
+configure:2302: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:2305: $? = 0
+configure:2312: test -s conftest.o
+configure:2315: $? = 0
+configure:2329: result: yes
+configure:2334: checking whether gcc accepts -g
+configure:2364: gcc -c -g conftest.c >&5
+configure:2370: $? = 0
+configure:2377: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:2380: $? = 0
+configure:2387: test -s conftest.o
+configure:2390: $? = 0
+configure:2520: result: yes
+configure:2537: checking for gcc option to accept ISO C89
+configure:2611: gcc -c -fPIC conftest.c >&5
+configure:2617: $? = 0
+configure:2624: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:2627: $? = 0
+configure:2634: test -s conftest.o
+configure:2637: $? = 0
+configure:2657: result: none needed
+configure:2683: checking for special C compiler options needed for large files
+configure:2810: result: no
+configure:2816: checking for _FILE_OFFSET_BITS value needed for large files
+configure:2852: gcc -c -fPIC conftest.c >&5
+configure:2858: $? = 0
+configure:2865: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:2868: $? = 0
+configure:2875: test -s conftest.o
+configure:2878: $? = 0
+configure:2959: result: no
+configure:2969: checking for _LARGE_FILES value needed for large files
+configure:3005: gcc -c -fPIC conftest.c >&5
+configure:3011: $? = 0
+configure:3018: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:3021: $? = 0
+configure:3028: test -s conftest.o
+configure:3031: $? = 0
+configure:3112: result: no
+configure:3172: checking for gcc
+configure:3199: result: gcc
+configure:3437: checking for C compiler version
+configure:3444: gcc --version >&5
+gcc (Ubuntu 4.4.1-4ubuntu8) 4.4.1
+Copyright (C) 2009 Free Software Foundation, Inc.
+This is free software; see the source for copying conditions. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+configure:3447: $? = 0
+configure:3454: gcc -v >&5
+Using built-in specs.
+Target: x86_64-linux-gnu
+Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
+Thread model: posix
+gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8)
+configure:3457: $? = 0
+configure:3464: gcc -V >&5
+gcc: '-V' option must have argument
+configure:3467: $? = 1
+configure:3470: checking whether we are using the GNU C compiler
+configure:3539: result: yes
+configure:3544: checking whether gcc accepts -g
+configure:3730: result: yes
+configure:3747: checking for gcc option to accept ISO C89
+configure:3867: result: none needed
+configure:3928: checking for ranlib
+configure:3944: found /usr/bin/ranlib
+configure:3955: result: ranlib
+configure:4025: checking for a BSD-compatible install
+configure:4081: result: /usr/bin/install -c
+configure:4097: checking how to run the C preprocessor
+configure:4137: gcc -E conftest.c
+configure:4143: $? = 0
+configure:4181: gcc -E conftest.c
+conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
+configure:4187: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define _GNU_SOURCE 1
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4227: result: gcc -E
+configure:4256: gcc -E conftest.c
+configure:4262: $? = 0
+configure:4300: gcc -E conftest.c
+conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
+configure:4306: $? = 1
+configure: failed program was:
+| /* confdefs.h. */
+| #define PACKAGE_NAME ""
+| #define PACKAGE_TARNAME ""
+| #define PACKAGE_VERSION ""
+| #define PACKAGE_STRING ""
+| #define PACKAGE_BUGREPORT ""
+| #define _GNU_SOURCE 1
+| /* end confdefs.h. */
+| #include <ac_nonexistent.h>
+configure:4351: checking for grep that handles long lines and -e
+configure:4425: result: /bin/grep
+configure:4430: checking for egrep
+configure:4508: result: /bin/grep -E
+configure:4513: checking for ANSI C header files
+configure:4543: gcc -c -fPIC conftest.c >&5
+configure:4549: $? = 0
+configure:4556: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:4559: $? = 0
+configure:4566: test -s conftest.o
+configure:4569: $? = 0
+configure:4665: gcc -o conftest -fPIC conftest.c >&5
+configure:4668: $? = 0
+configure:4674: ./conftest
+configure:4677: $? = 0
+configure:4694: result: yes
+configure:4719: checking for sys/types.h
+configure:4740: gcc -c -fPIC conftest.c >&5
+configure:4746: $? = 0
+configure:4753: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:4756: $? = 0
+configure:4763: test -s conftest.o
+configure:4766: $? = 0
+configure:4779: result: yes
+configure:4719: checking for sys/stat.h
+configure:4740: gcc -c -fPIC conftest.c >&5
+configure:4746: $? = 0
+configure:4753: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:4756: $? = 0
+configure:4763: test -s conftest.o
+configure:4766: $? = 0
+configure:4779: result: yes
+configure:4719: checking for stdlib.h
+configure:4740: gcc -c -fPIC conftest.c >&5
+configure:4746: $? = 0
+configure:4753: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:4756: $? = 0
+configure:4763: test -s conftest.o
+configure:4766: $? = 0
+configure:4779: result: yes
+configure:4719: checking for string.h
+configure:4740: gcc -c -fPIC conftest.c >&5
+configure:4746: $? = 0
+configure:4753: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:4756: $? = 0
+configure:4763: test -s conftest.o
+configure:4766: $? = 0
+configure:4779: result: yes
+configure:4719: checking for memory.h
+configure:4740: gcc -c -fPIC conftest.c >&5
+configure:4746: $? = 0
+configure:4753: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:4756: $? = 0
+configure:4763: test -s conftest.o
+configure:4766: $? = 0
+configure:4779: result: yes
+configure:4719: checking for strings.h
+configure:4740: gcc -c -fPIC conftest.c >&5
+configure:4746: $? = 0
+configure:4753: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:4756: $? = 0
+configure:4763: test -s conftest.o
+configure:4766: $? = 0
+configure:4779: result: yes
+configure:4719: checking for inttypes.h
+configure:4740: gcc -c -fPIC conftest.c >&5
+configure:4746: $? = 0
+configure:4753: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:4756: $? = 0
+configure:4763: test -s conftest.o
+configure:4766: $? = 0
+configure:4779: result: yes
+configure:4719: checking for stdint.h
+configure:4740: gcc -c -fPIC conftest.c >&5
+configure:4746: $? = 0
+configure:4753: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:4756: $? = 0
+configure:4763: test -s conftest.o
+configure:4766: $? = 0
+configure:4779: result: yes
+configure:4719: checking for unistd.h
+configure:4740: gcc -c -fPIC conftest.c >&5
+configure:4746: $? = 0
+configure:4753: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:4756: $? = 0
+configure:4763: test -s conftest.o
+configure:4766: $? = 0
+configure:4779: result: yes
+configure:4791: checking for short
+configure:4821: gcc -c -fPIC conftest.c >&5
+configure:4827: $? = 0
+configure:4834: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:4837: $? = 0
+configure:4844: test -s conftest.o
+configure:4847: $? = 0
+configure:4859: result: yes
+configure:4862: checking size of short
+configure:5250: gcc -o conftest -fPIC conftest.c >&5
+configure:5253: $? = 0
+configure:5259: ./conftest
+configure:5262: $? = 0
+configure:5284: result: 2
+configure:5291: checking for int
+configure:5321: gcc -c -fPIC conftest.c >&5
+configure:5327: $? = 0
+configure:5334: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:5337: $? = 0
+configure:5344: test -s conftest.o
+configure:5347: $? = 0
+configure:5359: result: yes
+configure:5362: checking size of int
+configure:5750: gcc -o conftest -fPIC conftest.c >&5
+configure:5753: $? = 0
+configure:5759: ./conftest
+configure:5762: $? = 0
+configure:5784: result: 4
+configure:5791: checking for long
+configure:5821: gcc -c -fPIC conftest.c >&5
+configure:5827: $? = 0
+configure:5834: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:5837: $? = 0
+configure:5844: test -s conftest.o
+configure:5847: $? = 0
+configure:5859: result: yes
+configure:5862: checking size of long
+configure:6250: gcc -o conftest -fPIC conftest.c >&5
+configure:6253: $? = 0
+configure:6259: ./conftest
+configure:6262: $? = 0
+configure:6284: result: 8
+configure:6292: checking for an ANSI C-conforming const
+configure:6367: gcc -c -fPIC conftest.c >&5
+configure:6373: $? = 0
+configure:6380: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:6383: $? = 0
+configure:6390: test -s conftest.o
+configure:6393: $? = 0
+configure:6405: result: yes
+configure:6415: checking for inline
+configure:6441: gcc -c -fPIC conftest.c >&5
+configure:6447: $? = 0
+configure:6454: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:6457: $? = 0
+configure:6464: test -s conftest.o
+configure:6467: $? = 0
+configure:6482: result: inline
+configure:6516: checking getopt.h usability
+configure:6533: gcc -c -fPIC conftest.c >&5
+configure:6539: $? = 0
+configure:6546: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:6549: $? = 0
+configure:6556: test -s conftest.o
+configure:6559: $? = 0
+configure:6570: result: yes
+configure:6574: checking getopt.h presence
+configure:6589: gcc -E conftest.c
+configure:6595: $? = 0
+configure:6616: result: yes
+configure:6644: checking for getopt.h
+configure:6652: result: yes
+configure:6669: checking for getopt_long
+configure:6725: gcc -o conftest -fPIC conftest.c >&5
+configure:6731: $? = 0
+configure:6738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
+configure:6741: $? = 0
+configure:6748: test -s conftest
+configure:6751: $? = 0
+configure:6765: result: yes
+configure:6885: creating ./config.status
+
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by config.status, which was
+generated by GNU Autoconf 2.60. Invocation command line was
+
+ CONFIG_FILES =
+ CONFIG_HEADERS =
+ CONFIG_LINKS =
+ CONFIG_COMMANDS =
+ $ ./config.status
+
+on ubuntu
+
+config.status:583: creating Makefile
+config.status:583: creating config.h
+config.status:807: config.h is unchanged
+
+## ---------------- ##
+## Cache variables. ##
+## ---------------- ##
+
+ac_cv_c_compiler_gnu=yes
+ac_cv_c_const=yes
+ac_cv_c_inline=inline
+ac_cv_env_CC_set=
+ac_cv_env_CC_value=
+ac_cv_env_CFLAGS_set=set
+ac_cv_env_CFLAGS_value=-fPIC
+ac_cv_env_CPPFLAGS_set=
+ac_cv_env_CPPFLAGS_value=
+ac_cv_env_CPP_set=
+ac_cv_env_CPP_value=
+ac_cv_env_LDFLAGS_set=
+ac_cv_env_LDFLAGS_value=
+ac_cv_env_build_alias_set=
+ac_cv_env_build_alias_value=
+ac_cv_env_host_alias_set=
+ac_cv_env_host_alias_value=
+ac_cv_env_target_alias_set=
+ac_cv_env_target_alias_value=
+ac_cv_func_getopt_long=yes
+ac_cv_header_getopt_h=yes
+ac_cv_header_inttypes_h=yes
+ac_cv_header_memory_h=yes
+ac_cv_header_stdc=yes
+ac_cv_header_stdint_h=yes
+ac_cv_header_stdlib_h=yes
+ac_cv_header_string_h=yes
+ac_cv_header_strings_h=yes
+ac_cv_header_sys_stat_h=yes
+ac_cv_header_sys_types_h=yes
+ac_cv_header_unistd_h=yes
+ac_cv_objext=o
+ac_cv_path_EGREP='/bin/grep -E'
+ac_cv_path_GREP=/bin/grep
+ac_cv_path_install='/usr/bin/install -c'
+ac_cv_prog_CPP='gcc -E'
+ac_cv_prog_ac_ct_CC=gcc
+ac_cv_prog_ac_ct_RANLIB=ranlib
+ac_cv_prog_cc_c89=
+ac_cv_prog_cc_g=yes
+ac_cv_sizeof_int=4
+ac_cv_sizeof_long=8
+ac_cv_sizeof_short=2
+ac_cv_sys_file_offset_bits=no
+ac_cv_sys_large_files=no
+ac_cv_sys_largefile_CC=no
+ac_cv_type_int=yes
+ac_cv_type_long=yes
+ac_cv_type_short=yes
+
+## ----------------- ##
+## Output variables. ##
+## ----------------- ##
+
+CC='gcc'
+CFLAGS='-fPIC -O3 -funroll-all-loops'
+CPP='gcc -E'
+CPPFLAGS=''
+DEFS='-DHAVE_CONFIG_H'
+ECHO_C=''
+ECHO_N='-n'
+ECHO_T=''
+EGREP='/bin/grep -E'
+EXEEXT=''
+GREP='/bin/grep'
+INSTALL_DATA='${INSTALL} -m 644'
+INSTALL_PROGRAM='${INSTALL}'
+INSTALL_SCRIPT='${INSTALL}'
+LDFLAGS=''
+LIBOBJS=''
+LIBS=''
+LTLIBOBJS=''
+OBJEXT='o'
+PACKAGE_BUGREPORT=''
+PACKAGE_NAME=''
+PACKAGE_STRING=''
+PACKAGE_TARNAME=''
+PACKAGE_VERSION=''
+PATH_SEPARATOR=':'
+RANLIB='ranlib'
+SHELL='/bin/bash'
+ac_ct_CC='gcc'
+bindir='${exec_prefix}/bin'
+build_alias=''
+datadir='${datarootdir}'
+datarootdir='${prefix}/share'
+docdir='${datarootdir}/doc/${PACKAGE}'
+dvidir='${docdir}'
+exec_prefix='${prefix}'
+host_alias=''
+htmldir='${docdir}'
+includedir='${prefix}/include'
+infodir='${datarootdir}/info'
+libdir='${exec_prefix}/lib'
+libexecdir='${exec_prefix}/libexec'
+localedir='${datarootdir}/locale'
+localstatedir='${prefix}/var'
+mandir='${datarootdir}/man'
+oldincludedir='/usr/include'
+pdfdir='${docdir}'
+prefix='/usr/local'
+program_transform_name='s,x,x,'
+psdir='${docdir}'
+sbindir='${exec_prefix}/sbin'
+sharedstatedir='${prefix}/com'
+sysconfdir='${prefix}/etc'
+target_alias=''
+
+## ----------- ##
+## confdefs.h. ##
+## ----------- ##
+
+#define PACKAGE_NAME ""
+#define PACKAGE_TARNAME ""
+#define PACKAGE_VERSION ""
+#define PACKAGE_STRING ""
+#define PACKAGE_BUGREPORT ""
+#define _GNU_SOURCE 1
+#define STDC_HEADERS 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRING_H 1
+#define HAVE_MEMORY_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STDINT_H 1
+#define HAVE_UNISTD_H 1
+#define SIZEOF_SHORT 2
+#define SIZEOF_INT 4
+#define SIZEOF_LONG 8
+#define HAVE_GETOPT_H 1
+#define HAVE_GETOPT_LONG 1
+
+configure: exit 0