Skip to content

Instantly share code, notes, and snippets.

@danbri
Created June 21, 2011 10:12
Show Gist options
  • Save danbri/1037569 to your computer and use it in GitHub Desktop.
Save danbri/1037569 to your computer and use it in GitHub Desktop.
TellyClub:graphlabapi danbri$ ./configure --bootstrap
cmake detected in /usr/local/bin/cmake. Skipping cmake installation.
Probing for boost...
Probing in ../boost_1_46_0/boost/libs/
Probing in /Users/danbri/working/graphlab/graphlabapi/deps
Existing installation of boost found in /Users/danbri/working/graphlab/graphlabapi/deps
Boost Found!
Probing for Kyoto Cabinet...
KC_ROOT not defined. Probing in usual directories...
Kyoto Cabinet Found!
BOOST_ROOT=/Users/danbri/working/graphlab/graphlabapi/deps
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/gcc-4.2
-- Check for working C compiler: /usr/bin/gcc-4.2 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/bin/c++-4.2
-- Check for working CXX compiler: /usr/bin/c++-4.2 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/local/bin/python2.6
-- Boost version: 1.46.1
-- Found the following Boost libraries:
-- program_options
-- filesystem
-- system
-- Boost libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_program_options.a
-- Boost dyn libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_program_options.dylib
-- Boost libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_filesystem.a
-- Boost dyn libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_filesystem.dylib
-- Boost libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_system.a
-- Boost dyn libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_system.dylib
-- Boost Shared libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_program_options.dylib/Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_filesystem.dylib/Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_system.dylib
-- Found JNI: -framework JavaVM
-- jni.h was found at /System/Library/Frameworks/JavaVM.framework/Headers/jni.h
-- Found MPI: /usr/lib/libmpi_cxx.dylib
-- MPI Found: /usr/lib/libmpi_cxx.dylib/usr/lib/libmpi.dylib/usr/lib/libopen-rte.dylib/usr/lib/libopen-pal.dylib
-- Kyoto Cabinet Found
-- Kyoto Cabinet: /usr/local/lib/libkyotocabinet.a
-- Looking for zlibVersion in z
-- Looking for zlibVersion in z - found
-- Performing Test ITPP-FOUND
-- Performing Test ITPP-FOUND - Success
-- ITPP found.
-- Looking for pthread_setaffinity_np
-- Looking for pthread_setaffinity_np - not found
-- Looking for malloc in tcmalloc -lpthread
-- Looking for malloc in tcmalloc -lpthread - not found
-- tcmalloc was not found but is optional.
-- Release build with C++ flags: -O3 -Wall -g -mfpmath=sse -msse2 -funroll-loops -fprefetch-loop-arrays -fopenmp
-- Release build with C flags: -O3 -Wall -g -mfpmath=sse -msse2 -funroll-loops -fprefetch-loop-arrays -fopenmp
-- Detected demo app: aapo_project
-- Detected demo app: coem
CMake Error at apps/coem/CMakeLists.txt:17 (add_dist_executable):
Unknown CMake command "add_dist_executable".
-- Configuring incomplete, errors occurred!
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/gcc-4.2
-- Check for working C compiler: /usr/bin/gcc-4.2 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/bin/c++-4.2
-- Check for working CXX compiler: /usr/bin/c++-4.2 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/local/bin/python2.6
-- Boost version: 1.46.1
-- Found the following Boost libraries:
-- program_options
-- filesystem
-- system
-- Boost libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_program_options.a
-- Boost dyn libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_program_options.dylib
-- Boost libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_filesystem.a
-- Boost dyn libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_filesystem.dylib
-- Boost libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_system.a
-- Boost dyn libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_system.dylib
-- Boost Shared libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_program_options.dylib/Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_filesystem.dylib/Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_system.dylib
-- Found JNI: -framework JavaVM
-- jni.h was found at /System/Library/Frameworks/JavaVM.framework/Headers/jni.h
-- Found MPI: /usr/lib/libmpi_cxx.dylib
-- MPI Found: /usr/lib/libmpi_cxx.dylib/usr/lib/libmpi.dylib/usr/lib/libopen-rte.dylib/usr/lib/libopen-pal.dylib
-- Kyoto Cabinet Found
-- Kyoto Cabinet: /usr/local/lib/libkyotocabinet.a
-- Looking for zlibVersion in z
-- Looking for zlibVersion in z - found
-- Performing Test ITPP-FOUND
-- Performing Test ITPP-FOUND - Success
-- ITPP found.
-- Looking for pthread_setaffinity_np
-- Looking for pthread_setaffinity_np - not found
-- Looking for malloc in tcmalloc -lpthread
-- Looking for malloc in tcmalloc -lpthread - not found
-- tcmalloc was not found but is optional.
-- Debug build with C++ flags: -g -ggdb -O0 -Wall -Winit-self -fopenmp
-- Debug build with C flags: -g
-- Detected demo app: aapo_project
-- Detected demo app: coem
CMake Error at apps/coem/CMakeLists.txt:17 (add_dist_executable):
Unknown CMake command "add_dist_executable".
-- Configuring incomplete, errors occurred!
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/gcc-4.2
-- Check for working C compiler: /usr/bin/gcc-4.2 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/bin/c++-4.2
-- Check for working CXX compiler: /usr/bin/c++-4.2 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PythonInterp: /usr/local/bin/python2.6
-- Boost version: 1.46.1
-- Found the following Boost libraries:
-- program_options
-- filesystem
-- system
-- Boost libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_program_options.a
-- Boost dyn libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_program_options.dylib
-- Boost libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_filesystem.a
-- Boost dyn libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_filesystem.dylib
-- Boost libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_system.a
-- Boost dyn libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_system.dylib
-- Boost Shared libs: /Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_program_options.dylib/Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_filesystem.dylib/Users/danbri/working/graphlab/graphlabapi/deps/lib/libboost_system.dylib
-- Found JNI: -framework JavaVM
-- jni.h was found at /System/Library/Frameworks/JavaVM.framework/Headers/jni.h
-- Found MPI: /usr/lib/libmpi_cxx.dylib
-- MPI Found: /usr/lib/libmpi_cxx.dylib/usr/lib/libmpi.dylib/usr/lib/libopen-rte.dylib/usr/lib/libopen-pal.dylib
-- Kyoto Cabinet Found
-- Kyoto Cabinet: /usr/local/lib/libkyotocabinet.a
-- Looking for zlibVersion in z
-- Looking for zlibVersion in z - found
-- Performing Test ITPP-FOUND
-- Performing Test ITPP-FOUND - Success
-- ITPP found.
-- Looking for pthread_setaffinity_np
-- Looking for pthread_setaffinity_np - not found
-- Looking for malloc in tcmalloc -lpthread
-- Looking for malloc in tcmalloc -lpthread - not found
-- tcmalloc was not found but is optional.
-- Release build with C++ flags: -O2 -Wall -g -mfpmath=sse -msse2 -fprefetch-loop-arrays -pg -fopenmp
-- Release build with C flags: -O3 -Wall -g -mfpmath=sse -msse2 -funroll-loops -fprefetch-loop-arrays -fopenmp
-- Detected demo app: aapo_project
-- Detected demo app: coem
CMake Error at apps/coem/CMakeLists.txt:17 (add_dist_executable):
Unknown CMake command "add_dist_executable".
-- Configuring incomplete, errors occurred!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment