Thanks for the help!
Here is output of uname -a
Linux eric2 2.6.9-55.0.9.EL_lustre.1.6.4custom #20 SMP Wed Dec 12
10:58:22 CST 2007 x86_64 x86_64 x86_64 GNU/Linux
and here is the complete make output
/work/mmicel2/cmake/bin/cmake -H/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha -B/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build --check-build-system CMakeFiles/
Makefile.cmake 0
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Use thread library: -lpthread
-- Found ZLIB: /usr/lib64/libz.so
-- Boost version: 1.37.0
-- Found the following Boost libraries:
-- Found Log4cpp: /work/mmicel2/log4cpp/lib/liblog4cpp.so
-- Found EXPAT: /usr/lib64/libexpat.so
-- Looking for doxygen...
-- Looking for doxygen... - found /usr/bin/doxygen
-- Looking for dot tool...
-- Looking for dot tool... - NOT found
-- Not Found Tcmalloc: Tcmalloc_LIBRARY-NOTFOUND
-- /work/mmicel2/db/include
-- /work/mmicel2/db/lib/libdb_cxx.so
-- Found BerkeleyDB: /work/mmicel2/db/lib/libdb_cxx.so
-- Berkeley DB version: 4.7.25
-- Found Readline libraries: /usr/lib64/libreadline.so;/usr/lib64/
libncurses.so
-- Found PythonLibs: /usr/lib64/python2.3/config/libpython2.3.a
-- Java headers found at: /work/mmicel2/jdk1.6.0_07/include
-- Hadoop includes not found. Please set HADOOP_INCLUDE_PATH variable
-- Hadoop libraries not found. Please set HADOOP_LIB_PATH variable
-- You decided not to build shared libraries. MapReduce will be
disabled
-- MapReduce support disabled.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build
/work/mmicel2/cmake/bin/cmake -E cmake_progress_start /home/mmicel2/
hypertable/hypertable-0.9.0.12-alpha/build/CMakeFiles /home/mmicel2/
hypertable/hypertable-0.9.0.12-alpha/build/CMakeFiles/progress.make
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build'
make[2]: Entering directory `/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build'
make[2]: Leaving directory `/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build'
make[2]: Entering directory `/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build'
[  0%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
Checksum.o
[  0%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
CrashTest.o
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/CrashTest.cc:24:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:205:34: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:209:41: warning: anonymous variadic macros were introduced in
C99
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/CrashTest.cc:25:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:64:40: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:131:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:143:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:153:25: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:163:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:173:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:183:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:193:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:203:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:221:24: warning: anonymous variadic macros were introduced in
C99
[  0%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
code_search_and_replace.o
[  1%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
Config.o
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Logger.h:24,
                 from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Config.cc:24:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:205:34: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:209:41: warning: anonymous variadic macros were introduced in
C99
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Config.cc:24:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:64:40: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:131:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:143:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:153:25: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:163:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:173:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:183:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:193:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:203:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:221:24: warning: anonymous variadic macros were introduced in
C99
[  1%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
Error.o
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Error.cc:25:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:205:34: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:209:41: warning: anonymous variadic macros were introduced in
C99
[  1%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
FileUtils.o
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Logger.h:24,
                 from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/FileUtils.cc:47:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:205:34: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:209:41: warning: anonymous variadic macros were introduced in
C99
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/FileUtils.cc:47:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:64:40: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:131:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:143:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:153:25: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:163:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:173:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:183:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:193:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:203:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:221:24: warning: anonymous variadic macros were introduced in
C99
[  2%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
InetAddr.o
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Logger.h:24,
                 from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/InetAddr.cc:36:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:205:34: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:209:41: warning: anonymous variadic macros were introduced in
C99
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/InetAddr.cc:36:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:64:40: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:131:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:143:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:153:25: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:163:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:173:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:183:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:193:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:203:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:221:24: warning: anonymous variadic macros were introduced in
C99
[  2%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
Init.o
[  2%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
InteractiveCommand.o
[  3%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
Logger.o
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Logger.h:24,
                 from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Logger.cc:32:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:205:34: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:209:41: warning: anonymous variadic macros were introduced in
C99
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Logger.cc:32:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:64:40: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:131:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:143:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:153:25: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:163:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:173:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:183:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:193:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:203:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:221:24: warning: anonymous variadic macros were introduced in
C99
[  3%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
Properties.o
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Logger.h:24,
                 from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Properties.cc:40:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:205:34: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:209:41: warning: anonymous variadic macros were introduced in
C99
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Properties.cc:40:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:64:40: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:131:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:143:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:153:25: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:163:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:173:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:183:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:193:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:203:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:221:24: warning: anonymous variadic macros were introduced in
C99
[  3%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
String.o
[  4%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
System.o
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/Logger.h:24,
                 from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/System.cc:39:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:205:34: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Error.h:209:41: warning: anonymous variadic macros were introduced in
C99
In file included from /home/mmicel2/hypertable/hypertable-0.9.0.12-
alpha/src/cc/Common/System.cc:39:
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:64:40: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:131:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:143:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:153:25: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:163:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:173:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:183:23: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:193:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:203:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
Logger.h:221:24: warning: anonymous variadic macros were introduced in
C99
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
System.cc: In static member function `static Hypertable::String
Hypertable::System::locate_install_dir(const char*)':
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
System.cc:86: warning: converting of negative value
`-0x00000000000000001' to `long unsigned int'
[  4%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
Time.o
[  4%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
Usage.o
[  5%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
Version.o
[  5%] Building CXX object src/cc/Common/CMakeFiles/HyperCommon.dir/
md5.o
Linking CXX static library libHyperCommon.a
make[2]: Leaving directory `/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build'
[  5%] Built target HyperCommon
make[2]: Entering directory `/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build'
make[2]: Leaving directory `/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build'
make[2]: Entering directory `/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build'
[  5%] Building CXX object src/cc/Common/CMakeFiles/
code_search_and_replace.dir/code_search_and_replace.o
Linking CXX executable code_search_and_replace
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x21d): In function `main':
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
code_search_and_replace.cc:80: undefined reference to
`boost::program_options::options_description::m_default_line_length'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x222):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:80: undefined reference to
`boost::program_options::options_description::options_description
(std::basic_string<char, std::char_traits<char>, std::allocator<char>
> const&, unsigned int)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x2e1):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:81: undefined reference to
`boost::program_options::options_description::add_options()'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x2fe):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:81: undefined reference to
`boost::program_options::options_description_easy_init::operator()
(char const*, char const*)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x317):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:81: undefined reference to
`boost::program_options::options_description_easy_init::operator()
(char const*, boost::program_options::value_semantic const*, char
const*)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x330):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:81: undefined reference to
`boost::program_options::options_description_easy_init::operator()
(char const*, boost::program_options::value_semantic const*, char
const*)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x349):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:81: undefined reference to
`boost::program_options::options_description_easy_init::operator()
(char const*, boost::program_options::value_semantic const*, char
const*)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x381):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:89: undefined reference to
`boost::program_options::options_description::m_default_line_length'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x386):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:89: undefined reference to
`boost::program_options::options_description::options_description
(std::basic_string<char, std::char_traits<char>, std::allocator<char>
> const&, unsigned int)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x42d):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:90: undefined reference to
`boost::program_options::options_description::add_options()'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x451):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:90: undefined reference to
`boost::program_options::options_description_easy_init::operator()
(char const*, boost::program_options::value_semantic const*, char
const*)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x45e):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:94: undefined reference to
`boost::program_options::options_description::m_default_line_length'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x463):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:94: undefined reference to
`boost::program_options::options_description::options_description
(unsigned int)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x476):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:95: undefined reference to
`boost::program_options::options_description::add
(boost::program_options::options_description const&)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x485):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:95: undefined reference to
`boost::program_options::options_description::add
(boost::program_options::options_description const&)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x491):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:97: undefined reference to
`boost::program_options::positional_options_description::positional_options_description
()'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x4a7):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:98: undefined reference to
`boost::program_options::positional_options_description::add(char
const*, int)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x4b3):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:100: undefined reference to
`boost::program_options::variables_map::variables_map()'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x51d):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:101: undefined reference to
`boost::program_options::store
(boost::program_options::basic_parsed_options<char> const&,
boost::program_options::variables_map&, bool)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x5b8):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:103: undefined reference to
`boost::program_options::notify
(boost::program_options::variables_map&)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o(.text
+0x7fd):/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/
Common/code_search_and_replace.cc:106: undefined reference to
`boost::program_options::operator<<(std::basic_ostream<char,
std::char_traits<char> >&, boost::program_options::options_description
const&)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZNK5boost15program_options13variables_mapixERKSs
+0x19): In function `boost::program_options::variables_map::operator[]
(std::basic_string<char, std::char_traits<char>, std::allocator<char>
> const&) const':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/
variables_map.hpp:149: undefined reference to
`boost::program_options::abstract_variables_map::operator[]
(std::basic_string<char, std::char_traits<char>, std::allocator<char>
> const&) const'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options13variables_mapD1Ev+0x12):
In function `boost::program_options::variables_map::~variables_map()':
/home/mmicel2/hypertable/hypertable-0.9.0.12-alpha/src/cc/Common/
code_search_and_replace.cc:100: undefined reference to `vtable for
boost::program_options::variables_map'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options25basic_command_line_parserIcEC1EiPPc
+0x96): In function
`boost::program_options::basic_command_line_parser<char>::basic_command_line_parser
(int, char**)':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/detail/
parsers.hpp:42: undefined reference to
`boost::program_options::detail::cmdline::cmdline
(std::vector<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > > const&)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options25basic_command_line_parserIcE7optionsERKNS0_19options_descriptionE
+0x19): In function
`boost::program_options::basic_command_line_parser<char>::options
(boost::program_options::options_description const&)':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/detail/
parsers.hpp:49: undefined reference to
`boost::program_options::detail::cmdline::set_options_description
(boost::program_options::options_description const&)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options25basic_command_line_parserIcE10positionalERKNS0_30positional_options_descriptionE
+0x19): In function
`boost::program_options::basic_command_line_parser<char>::positional
(boost::program_options::positional_options_description const&)':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/detail/
parsers.hpp:59: undefined reference to
`boost::program_options::detail::cmdline::set_positional_options
(boost::program_options::positional_options_description const&)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options25basic_command_line_parserIcE3runEv
+0x2b): In function
`boost::program_options::basic_command_line_parser<char>::run()':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/detail/
parsers.hpp:102: undefined reference to
`boost::program_options::detail::cmdline::run()'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options11to_internalISsEESt6vectorISsSaISsEERKS2_IT_SaIS5_EE
+0x89): In function `std::vector<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > >
boost::program_options::to_internal<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >
(std::vector<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > > const&)':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/detail/
convert.hpp:79: undefined reference to
`boost::program_options::to_internal(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options29value_semantic_codecvt_helperIcED2Ev
+0x11): In function
`boost::program_options::value_semantic_codecvt_helper<char>::~value_semantic_codecvt_helper
()':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/
value_semantic.hpp:126: undefined reference to `vtable for
boost::program_options::value_semantic_codecvt_helper<char>'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options29value_semantic_codecvt_helperIcEC2Ev
+0x1a): In function
`boost::program_options::value_semantic_codecvt_helper<char>::value_semantic_codecvt_helper
()':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/
value_semantic.hpp:126: undefined reference to `vtable for
boost::program_options::value_semantic_codecvt_helper<char>'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.r._ZTVN5boost15program_options11typed_valueISt6vectorISsSaISsEEcEE
+0x30): undefined reference to
`boost::program_options::value_semantic_codecvt_helper<char>::parse
(boost::any&, std::vector<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > > const&, bool) const'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.r._ZTVN5boost15program_options11typed_valueISscEE
+0x30): undefined reference to
`boost::program_options::value_semantic_codecvt_helper<char>::parse
(boost::any&, std::vector<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > > const&, bool) const'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.r._ZTIN5boost15program_options11typed_valueISscEE
+0x18): undefined reference to `typeinfo for
boost::program_options::value_semantic_codecvt_helper<char>'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.r._ZTIN5boost15program_options11typed_valueISt6vectorISsSaISsEEcEE
+0x18): undefined reference to `typeinfo for
boost::program_options::value_semantic_codecvt_helper<char>'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZNK5boost15program_options11typed_valueISt6vectorISsSaISsEEcE4nameEv
+0x1ab): In function
`boost::program_options::typed_value<std::vector<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > >, char>::name() const':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/detail/
value_semantic.hpp:26: undefined reference to
`boost::program_options::arg'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZNK5boost15program_options11typed_valueISt6vectorISsSaISsEEcE4nameEv
+0x224):/work/mmicel2/boost/include/boost-1_37/boost/program_options/
detail/value_semantic.hpp:28: undefined reference to
`boost::program_options::arg'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZNK5boost15program_options11typed_valueISscE4nameEv
+0x1ab): In function
`boost::program_options::typed_value<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, char>::name() const':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/detail/
value_semantic.hpp:26: undefined reference to
`boost::program_options::arg'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZNK5boost15program_options11typed_valueISscE4nameEv
+0x224):/work/mmicel2/boost/include/boost-1_37/boost/program_options/
detail/value_semantic.hpp:28: undefined reference to
`boost::program_options::arg'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZNK5boost15program_options11typed_valueISscE6xparseERNS_3anyERKSt6vectorISsSaISsEE
+0x58): In function
`boost::program_options::typed_value<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, char>::xparse
(boost::any&, std::vector<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > > const&) const':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/detail/
value_semantic.hpp:170: undefined reference to
`boost::program_options::validate(boost::any&,
std::vector<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > > const&,
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>*, int)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options8validateISscEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPS4_IT_SaISE_EEi
+0x1bf): In function `void
boost::program_options::validate<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, char>(boost::any&,
std::vector<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > > const&,
std::vector<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > >*, int)':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/detail/
value_semantic.hpp:149: undefined reference to
`boost::program_options::validate(boost::any&,
std::vector<std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > > const&,
std::basic_string<char, std::char_traits<char>, std::allocator<char>
>*, int)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options8validateISscEEvRNS_3anyERKSt6vectorISbIT0_St11char_traitsIS5_ESaIS5_EESaIS9_EEPS4_IT_SaISE_EEi
+0x2ed):/work/mmicel2/boost/include/boost-1_37/boost/program_options/
detail/value_semantic.hpp:153: undefined reference to
`boost::program_options::invalid_option_value::invalid_option_value
(std::basic_string<char, std::char_traits<char>, std::allocator<char>
> const&)'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options16validation_errorD2Ev
+0x14): In function
`boost::program_options::validation_error::~validation_error()':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/
errors.hpp:83: undefined reference to `vtable for
boost::program_options::validation_error'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.t._ZN5boost15program_options16validation_errorC2ERKS1_
+0x23): In function
`boost::program_options::validation_error::validation_error
(boost::program_options::validation_error const&)':
/work/mmicel2/boost/include/boost-1_37/boost/program_options/detail/
value_semantic.hpp:153: undefined reference to `vtable for
boost::program_options::validation_error'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.r._ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_15program_options20invalid_option_valueEEEEE
+0x20): undefined reference to
`boost::program_options::validation_error::what() const'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.r._ZTVN5boost16exception_detail19error_info_injectorINS_15program_options20invalid_option_valueEEE
+0x20): undefined reference to
`boost::program_options::validation_error::what() const'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.r._ZTVN5boost15program_options20invalid_option_valueE
+0x20): undefined reference to
`boost::program_options::validation_error::what() const'
CMakeFiles/code_search_and_replace.dir/code_search_and_replace.o
(.gnu.linkonce.r._ZTIN5boost15program_options20invalid_option_valueE
+0x10): undefined reference to `typeinfo for
boost::program_options::validation_error'
libHyperCommon.a(System.o)
(.gnu.linkonce.t._ZN5boost11unique_lockINS_5mutexEE4lockEv+0x2d): In
function `boost::unique_lock<boost::mutex>::lock()':
/work/mmicel2/boost/include/boost-1_37/boost/thread/locks.hpp:336:
undefined reference to `boost::lock_error::lock_error()'
libHyperCommon.a(System.o)
(.gnu.linkonce.t._ZN5boost11unique_lockINS_5mutexEE4lockEv+0x52):/work/
mmicel2/boost/include/boost-1_37/boost/thread/locks.hpp:336: undefined
reference to `boost::lock_error::~lock_error()'
libHyperCommon.a(System.o)
(.gnu.linkonce.t._ZN5boost11unique_lockINS_5mutexEE4lockEv+0x57):/work/
mmicel2/boost/include/boost-1_37/boost/thread/locks.hpp:336: undefined
reference to `typeinfo for boost::lock_error'
libHyperCommon.a(System.o)(.gnu.linkonce.t._ZN5boost5mutexC1Ev+0x40):
In function `boost::mutex::mutex()':
/work/mmicel2/boost/include/boost-1_37/boost/thread/pthread/mutex.hpp:
40: undefined reference to
`boost::thread_resource_error::thread_resource_error()'
libHyperCommon.a(System.o)(.gnu.linkonce.t._ZN5boost5mutexC1Ev+0x5e):/
work/mmicel2/boost/include/boost-1_37/boost/thread/pthread/mutex.hpp:
40: undefined reference to
`boost::thread_resource_error::~thread_resource_error()'
libHyperCommon.a(System.o)(.gnu.linkonce.t._ZN5boost5mutexC1Ev+0x63):/
work/mmicel2/boost/include/boost-1_37/boost/thread/pthread/mutex.hpp:
40: undefined reference to `typeinfo for boost::thread_resource_error'
collect2: ld returned 1 exit status
make[2]: *** [src/cc/Common/code_search_and_replace] Error 1
make[2]: Leaving directory `/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build'
make[1]: *** [src/cc/Common/CMakeFiles/code_search_and_replace.dir/
all] Error 2
make[1]: Leaving directory `/home/mmicel2/hypertable/
hypertable-0.9.0.12-alpha/build'
make: *** [all] Error 2

On Nov 19, 3:54 pm, "Doug Judd" <[EMAIL PROTECTED]> wrote:
> Can you send us the make VERBOSE=1 output with this change?  Also, what
> system are you running on?
>
> On Wed, Nov 19, 2008 at 1:49 PM, linuxdude <[EMAIL PROTECTED]>wrote:
>
>
>
> > What do you mean from ports?  A portage tree?
>
> > On Nov 19, 12:28 am, "Mateusz Berezecki" <[EMAIL PROTECTED]> wrote:
> > > On Wed, Nov 19, 2008 at 7:26 AM, linuxdude <[EMAIL PROTECTED]>
> > wrote:
>
> > > > No this didn't help any.  I still get the linking error.  Thanks for
> > > > your patience and helpfulness.  Does it build fine on your machine?  I
> > > > am just trying to think why it doesn't see my boost installation.
>
> > > I've had the similar problems on my Macintosh. Installing the library
> > > from ports instead of compiling it manually fixed the problem, but I
> > > don't know what the root cause was.
>
> > > Mateusz
>
> > > > On Nov 18, 3:12 pm, "Doug Judd" <[EMAIL PROTECTED]> wrote:
> > > >> Sorry about that, Michael.  I've been a little swamped lately.  Can
> > you try
> > > >> modifying the following line in src/cc/Comm/CMakeLists.txt:
>
> > > >> target_link_libraries(code_search_and_replace HyperCommon)
>
> > > >> to
>
> > > >> target_link_libraries(code_search_and_replace HyperCommon
> > ${BOOST_LIBS})
>
> > > >> and see if that fixes the problem?
>
> > > >> - Doug
>
> > > >> On Tue, Nov 18, 2008 at 12:22 PM, linuxdude <
> > [EMAIL PROTECTED]>wrote:
>
> > > >> > I have asked on the users forum [
>
> >http://groups.google.com/group/hypertable-user/browse_thread/thread/5...
> > > >> > ]  However, my question hasn't been answered.  I think maybe the
> > devel
> > > >> > group would be more knowledgeable about the buildsystem and why my
> > > >> > machine may be failing to link against boost::program_options
> > > >> > Thanks,
> > > >> > Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Hypertable Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to