Hi As per your suggestion we uninstalled guile-2.0 but facing the same problem.
Please find the below CmakeList.txt configuration and build error after 75% compilation process. For your information we installed guile as a non root user and same we are linking while building the atomspace-master. Thanks in advance !!! [randdusr@inchdlfnss2 atomspace-master]$ ../Prerequisites/cmake-3.10.0-rc3/Install/bin/cmake CMakeLists.txt -DGUILE_LIBRARY=/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib/ -DGUILE_INCLUDE_DIR=/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/include/guile/2.2/libguile -DGMP_LIBRARYDIR=/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib -DGMP_INCLUDE_DIR=/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/include -DCMAKE_INSTALL_PREFIX=/home/randdusr/DEVEL/opencog/atomspace-master/Install -DCMAKE_CXX_FLAGS="-std=c++11" -DCMAKE_CXX_COMPILER=/usr/bin/g++ CMake Deprecation Warning at CMakeLists.txt:30 (CMAKE_POLICY): The OLD behavior for policy CMP0005 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- The C compiler identification is GNU 4.8.5 -- The CXX compiler identification is GNU 4.8.5 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/g++ -- Check for working CXX compiler: /usr/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Build type: Release -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not 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 -- Boost version: 1.53.0 -- Found the following Boost libraries: -- system -- thread -- chrono -- date_time -- atomic -- Boost version 105300 found. -- Looking for include file opencog/util/cogutil.h -- Looking for include file opencog/util/cogutil.h - found -- Found CogUtil version 2.0.2 at /home/randdusr/DEVEL/opencog/cogutil-master/Install/lib64/libcogutil.so -- CogUtil found. -- Found PythonInterp: /usr/bin/python (found version "2.7.5") -- Cxxtest was not found. Make sure CXXTEST_BIN_DIR is set. -- CxxTest missing: needed for unit tests. -- Gearman not found. STATUS,"/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/libgmp.so" STATUS,"GMP INCLUDE:"/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/include STATUS,"GMP LIB:"/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib STATUS,"/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/include/guile/2.2/libguile" -- Guile (2.2.2 >= 2.2.2) was found. -- HyperTable was not found. Make sure HYPERTABLE_LIBRARY and HYPERTABLE_INCLUDE_DIR are set. -- Hypertable not found; the experimental distributed persistence DB needs it. -- Protobuf was not found. Make sure PROTOBUF_LIBRARY and PROTOBUF_INCLUDE_DIR are set. -- Could NOT find PROTOBUF (missing: PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR) -- Protobuf compiler was not found; the ZMQ-based persistence backend can't be built without it. To over-ride, make sure PROTOBUF_PROTOC_EXECUTABLE is set. -- Found PythonInterp: /usr/bin/python (found suitable version "2.7.5", minimum required is "2.7") -- Python 2.7.5 interpreter found. -- Found PythonLibs: /usr/lib64/libpython2.7.so (found suitable version "2.7.5", minimum required is "2.7") -- Python 2.7.5 libraries found. -- Found PythonInterp: /usr/bin/python (found version "2.7.5") -- Could NOT find Cython (missing: CYTHON_EXECUTABLE) (Required is at least version "0.19.0") -- Cython ( >= 0.19.0) was not found. Make sure CYTHON_EXECUTABLE is set. -- Cython executable not found. -- Stack was not found. Haskell bindings will not be built. -- UnixODBC was not found; ODBC persistence subsystem will not be built. To over-ride, make sure UnixODBC_LIBRARIES and UnixODBC_INCLUDE_DIRS are set. -- -- PGSQL was not found; PGSQL persistence subsystem will not be built. To over-ride, make sure PGSQL_LIBRARIES and PGSQL_INCLUDE_DIRS are set. -- Valgrind Prefix: -- Could NOT find VALGRIND (missing: VALGRIND_INCLUDE_DIR VALGRIND_PROGRAM) -- VALGRIND missing: needed for thread debugging. -- Required version of ZeroMQ was not found. Make sure the ZMQ_LIBRARY environment variable is set. -- ZeroMQ library or its C++ header file was not found; To over-ride, make sure that the environment variable ZMQ_LIBRARY is set. Installation instructions: http://zeromq.org/intro:get-the-software -- Found Doxygen: /usr/bin/doxygen (found version "1.8.5") found components: doxygen dot fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git The following components will be built: ----------------------------------------------- AtomSpace - A weighted and typed hypergraph database. Doxygen - Code documentation. Scheme bindings - Scheme bindings and shell. The following components WILL NOT be built: ----------------------------------------------- Gearman - Distributed processing capability. Haskell bindings - Haskell bindings. Hypertable - HyperTable for scalable persistance (experimental). Python bindings - Python (cython) bindings. Python tests - Python bindings nose tests. SQL ODBC bindings - Save/Restore of AtomSpace to database via ODBC. SQL Postgres bindings - Save/Restore of AtomSpace to Postgres database. ZeroMQ persistence - Save/Restore of AtomSpace to ZeroMQ server. Unit tests - Unit tests. -- Configuring done WARNING: Target "atombase" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atombase" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atombase" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atombase" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atombase" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atombase" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atombase" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atombase" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomcore" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomcore" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomcore" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomcore" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomcore" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomcore" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomcore" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomcore" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "execution" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "execution" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "execution" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "execution" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "execution" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "execution" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "execution" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "execution" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "lambda" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "lambda" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "lambda" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "lambda" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "lambda" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "lambda" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "lambda" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "lambda" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "clearbox" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "clearbox" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "clearbox" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "clearbox" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "clearbox" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "clearbox" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "clearbox" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "clearbox" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspaceutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspaceutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspaceutils" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspaceutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspaceutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspaceutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspaceutils" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspaceutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomutils" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomutils" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomutils" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "attentionbank" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "attentionbank" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "attentionbank" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "attentionbank" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "attentionbank" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "attentionbank" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "attentionbank" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "attentionbank" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "profile_bindlink" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "profile_bindlink" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "profile_bindlink" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "profile_bindlink" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "profile_bindlink" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "profile_bindlink" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "profile_bindlink" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "profile_bindlink" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace_bm" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace_bm" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace_bm" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace_bm" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace_bm" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace_bm" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace_bm" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace_bm" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "query" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "query" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "query" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "query" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "query" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "query" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "query" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "query" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "persist" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "persist" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "persist" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "persist" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "persist" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "persist" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "persist" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "persist" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "sql-support" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "sql-support" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "sql-support" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "sql-support" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "sql-support" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "sql-support" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "sql-support" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "sql-support" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ruleengine" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ruleengine" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ruleengine" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ruleengine" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ruleengine" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ruleengine" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ruleengine" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ruleengine" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "truthvalue" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "truthvalue" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "truthvalue" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "truthvalue" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "smob" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "smob" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "smob" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "smob" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "smob" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "smob" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "smob" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "smob" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "smob" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "randgen" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "randgen" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "randgen" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "randgen" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "randgen" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "randgen" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "randgen" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "randgen" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "randgen" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "logger" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "logger" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "logger" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "logger" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "logger" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "logger" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "logger" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "logger" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "logger" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace-cwrapper" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace-cwrapper" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace-cwrapper" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace-cwrapper" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace-cwrapper" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace-cwrapper" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace-cwrapper" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "atomspace-cwrapper" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ureexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ureexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ureexample" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ureexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ureexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ureexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ureexample" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "ureexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "aseventsexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "aseventsexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "aseventsexample" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "aseventsexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "aseventsexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "aseventsexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "aseventsexample" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "aseventsexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "crudexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "crudexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "crudexample" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "crudexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "crudexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "crudexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "crudexample" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "crudexample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "example" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "example" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "example" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "example" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "example" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "example" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "example" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "example" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "PrimitiveExample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "PrimitiveExample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "PrimitiveExample" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "PrimitiveExample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "PrimitiveExample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/Install/lib". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "PrimitiveExample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/gmp-5.1.3/Install/lib/". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "PrimitiveExample" requests linking to directory "/home/randdusr/DEVEL/opencog/atomspace-master/opencog/guile". Targets may link only to libraries. CMake is dropping the item. WARNING: Target "PrimitiveExample" requests linking to directory "/home/randdusr/DEVEL/opencog/Prerequisites/guile-2.2.2/libguile/.libs". Targets may link only to libraries. CMake is dropping the item. -- Generating done -- Build files have been written to: /home/randdusr/DEVEL/opencog/atomspace-master [ 68%] Building CXX object opencog/atoms/execution/CMakeFiles/execution.dir/Force.cc.o [ 69%] Building CXX object opencog/atoms/execution/CMakeFiles/execution.dir/EvaluationLink.cc.o [ 70%] Building CXX object opencog/atoms/execution/CMakeFiles/execution.dir/ExecutionOutputLink.cc.o [ 70%] Building CXX object opencog/atoms/execution/CMakeFiles/execution.dir/Instantiator.cc.o [ 71%] Building CXX object opencog/atoms/execution/CMakeFiles/execution.dir/MapLink.cc.o [ 71%] Building CXX object opencog/atoms/execution/CMakeFiles/execution.dir/ExecSCM.cc.o [ 72%] Linking CXX shared library libexecution.so [ 72%] Built target execution Scanning dependencies of target atomspaceutils [ 72%] Building CXX object opencog/atomspaceutils/CMakeFiles/atomspaceutils.dir/AtomSpaceUtils.cc.o [ 73%] Building CXX object opencog/atomspaceutils/CMakeFiles/atomspaceutils.dir/RandomAtomGenerator.cc.o [ 74%] Building CXX object opencog/atomspaceutils/CMakeFiles/atomspaceutils.dir/TLB.cc.o [ 74%] Linking CXX shared library libatomspaceutils.so [ 74%] Built target atomspaceutils Scanning dependencies of target profile_bindlink [ 75%] Building CXX object opencog/benchmark/CMakeFiles/profile_bindlink.dir/profile_bindlink.cc.o [ 75%] Linking CXX executable profile_bindlink ../guile/libsmob.so: undefined reference to `scm_from_uint16' ../guile/libsmob.so: undefined reference to `scm_list_p' ../guile/libsmob.so: undefined reference to `scm_fileno' ../guile/libsmob.so: undefined reference to `scm_c_make_gsubr' ../guile/libsmob.so: undefined reference to `scm_make_smob_type' ../guile/libsmob.so: undefined reference to `scm_from_utf8_symbol' ../query/libquery.so: undefined reference to `scm_from_uint64' ../guile/libsmob.so: undefined reference to `scm_make_fluid' ../guile/libsmob.so: undefined reference to `scm_wrong_type_arg_msg' ../guile/libsmob.so: undefined reference to `scm_eval_string' ../guile/libsmob.so: undefined reference to `scm_from_utf8_string' ../guile/libsmob.so: undefined reference to `scm_c_export' ../guile/libsmob.so: undefined reference to `scm_from_int32' ../guile/libsmob.so: undefined reference to `scm_to_int64' ../guile/libsmob.so: undefined reference to `scm_from_double' ../guile/libsmob.so: undefined reference to `scm_current_output_port' ../guile/libsmob.so: undefined reference to `scm_display' ../guile/libsmob.so: undefined reference to `scm_to_double' ../guile/libsmob.so: undefined reference to `scm_fluid_ref' ../guile/libsmob.so: undefined reference to `scm_set_smob_print' ../guile/libsmob.so: undefined reference to `scm_ilength' ../guile/libsmob.so: undefined reference to `scm_list_2' ../guile/libsmob.so: undefined reference to `scm_close_port' ../guile/libsmob.so: undefined reference to `scm_get_output_string' ../guile/libsmob.so: undefined reference to `scm_arg_type_key' ../guile/libsmob.so: undefined reference to `scm_to_uint16' ../guile/libsmob.so: undefined reference to `scm_gc_unprotect_object' ../guile/libsmob.so: undefined reference to `scm_port_closed_p' ../guile/libsmob.so: undefined reference to `scm_c_eval_string_in_module' ../guile/libsmob.so: undefined reference to `scm_call_1' ../guile/libsmob.so: undefined reference to `scm_is_number' ../guile/libsmob.so: undefined reference to `scm_reverse' ../guile/libsmob.so: undefined reference to `scm_make_stack' ../guile/libsmob.so: undefined reference to `scm_from_int8' ../guile/libsmob.so: undefined reference to `scm_acons' ../guile/libsmob.so: undefined reference to `scm_set_smob_equalp' ../guile/libsmob.so: undefined reference to `scm_stack_ref' ../guile/libsmob.so: undefined reference to `scm_null_p' ../guile/libsmob.so: undefined reference to `scm_with_guile' ../guile/libsmob.so: undefined reference to `scm_from_int16' ../guile/libsmob.so: undefined reference to `scm_permanent_object' ../guile/libsmob.so: undefined reference to `scm_string_p' ../guile/libsmob.so: undefined reference to `scm_equal_p' ../guile/libsmob.so: undefined reference to `scm_interaction_environment' ../guile/libsmob.so: undefined reference to `scm_display_backtrace_with_highlights' ../guile/libsmob.so: undefined reference to `scm_integer_p' ../guile/libsmob.so: undefined reference to `scm_symbol_p' ../guile/libsmob.so: undefined reference to `scm_to_int16' ../guile/libsmob.so: undefined reference to `scm_gc_register_allocation' ../guile/libsmob.so: undefined reference to `scm_to_int32' ../guile/libsmob.so: undefined reference to `scm_c_eval_string' ../guile/libsmob.so: undefined reference to `scm_puts' ../guile/libsmob.so: undefined reference to `scm_open_output_string' ../guile/libsmob.so: undefined reference to `scm_variable_ref' ../guile/libsmob.so: undefined reference to `scm_gc' ../guile/libsmob.so: undefined reference to `scm_out_of_range_key' ../guile/libsmob.so: undefined reference to `scm_error_scm' ../guile/libsmob.so: undefined reference to `scm_newline' ../guile/libsmob.so: undefined reference to `scm_i_string_chars' ../guile/libsmob.so: undefined reference to `scm_c_use_module' ../query/libquery.so: undefined reference to `scm_list_ref' ../guile/libsmob.so: undefined reference to `scm_c_catch' ../guile/libsmob.so: undefined reference to `scm_setvbuf' ../guile/libsmob.so: undefined reference to `scm_number_to_string' ../guile/libsmob.so: undefined reference to `scm_gc_malloc' ../guile/libsmob.so: undefined reference to `scm_pipe' ../guile/libsmob.so: undefined reference to `scm_symbol_to_string' ../guile/libsmob.so: undefined reference to `scm_real_p' ../guile/libsmob.so: undefined reference to `scm_lookup' ../guile/libsmob.so: undefined reference to `scm_c_define_module' ../guile/libsmob.so: undefined reference to `scm_string_to_symbol' ../guile/libsmob.so: undefined reference to `scm_set_smob_free' ../guile/libsmob.so: undefined reference to `scm_i_new_smob' ../guile/libsmob.so: undefined reference to `scm_is_integer' ../guile/libsmob.so: undefined reference to `scm_eval' ../guile/libsmob.so: undefined reference to `scm_set_current_output_port' ../guile/libsmob.so: undefined reference to `scm_variable_p' ../guile/libsmob.so: undefined reference to `scm_fluid_set_x' ../guile/libsmob.so: undefined reference to `scm_throw' ../guile/libsmob.so: undefined reference to `scm_c_module_define' ../guile/libsmob.so: undefined reference to `scm_current_thread' ../guile/libsmob.so: undefined reference to `scm_gc_protect_object' ../guile/libsmob.so: undefined reference to `scm_display_error' ../guile/libsmob.so: undefined reference to `scm_to_utf8_string' ../guile/libsmob.so: undefined reference to `scm_smobs' ../guile/libsmob.so: undefined reference to `scm_system_async_mark_for_thread' ../guile/libsmob.so: undefined reference to `scm_primitive_load_path' ../guile/libsmob.so: undefined reference to `scm_c_define_gsubr' collect2: error: ld returned 1 exit status make[2]: *** [opencog/benchmark/profile_bindlink] Error 1 make[1]: *** [opencog/benchmark/CMakeFiles/profile_bindlink.dir/all] Error 2 make: *** [all] Error 2 -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/b95b1bed-cce6-498a-aca3-2811e8eb0e39%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
