Dear SEQanswer users
Hope you are able to help me with the installation of breakdancer.
I've downloaded version 1.4.5. and used the installation instructions in the INSTALL.md file for installing breakdancer on our linux server/computer
The following commands have been runned after unpacking to my destination folder.
cd /data/mark/tools/breakdancer
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local
Then I get the following:
-- The C compiler identification is GNU 4.1.2
-- The CXX compiler identification is GNU 4.1.2
-- 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/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Score floating point type: double
-- Looking for include file pthread.h
-- Looking for include file 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
-- Performing Test CXX11_FLAG0
-- Performing Test CXX11_FLAG0 - Failed
-- Performing Test CXX11_FLAG1
-- Performing Test CXX11_FLAG1 - Failed
-- Performing Test CXX11_FLAG2
-- Performing Test CXX11_FLAG2 - Failed
-- Performing Test CXX11_FLAG3
-- Performing Test CXX11_FLAG3 - Failed
-- Performing Test CXX11_STDLIB_FLAG0
-- Performing Test CXX11_STDLIB_FLAG0 - Failed
-- Performing Test CXX11_STDLIB_FLAG1
-- Performing Test CXX11_STDLIB_FLAG1 - Failed
-- Performing Test CXX11_STDLIB_FLAG2
-- Performing Test CXX11_STDLIB_FLAG2 - Failed
CMake Error at CMakeLists.txt:51 (message):
Failed to find C++11 support with compiler:
/usr/bin/c++ (GNU 4.1.2).
-- Configuring incomplete, errors occurred!
See also "/data/mark/tools/breakdancer/build/CMakeFiles/CMakeOutput.log".
See also "/data/mark/tools/breakdancer/build/CMakeFiles/CMakeError.log".
Anybody know how to solve this problem?
best regards and thanks
Mark
Hope you are able to help me with the installation of breakdancer.
I've downloaded version 1.4.5. and used the installation instructions in the INSTALL.md file for installing breakdancer on our linux server/computer
The following commands have been runned after unpacking to my destination folder.
cd /data/mark/tools/breakdancer
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local
Then I get the following:
-- The C compiler identification is GNU 4.1.2
-- The CXX compiler identification is GNU 4.1.2
-- 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/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Score floating point type: double
-- Looking for include file pthread.h
-- Looking for include file 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
-- Performing Test CXX11_FLAG0
-- Performing Test CXX11_FLAG0 - Failed
-- Performing Test CXX11_FLAG1
-- Performing Test CXX11_FLAG1 - Failed
-- Performing Test CXX11_FLAG2
-- Performing Test CXX11_FLAG2 - Failed
-- Performing Test CXX11_FLAG3
-- Performing Test CXX11_FLAG3 - Failed
-- Performing Test CXX11_STDLIB_FLAG0
-- Performing Test CXX11_STDLIB_FLAG0 - Failed
-- Performing Test CXX11_STDLIB_FLAG1
-- Performing Test CXX11_STDLIB_FLAG1 - Failed
-- Performing Test CXX11_STDLIB_FLAG2
-- Performing Test CXX11_STDLIB_FLAG2 - Failed
CMake Error at CMakeLists.txt:51 (message):
Failed to find C++11 support with compiler:
/usr/bin/c++ (GNU 4.1.2).
-- Configuring incomplete, errors occurred!
See also "/data/mark/tools/breakdancer/build/CMakeFiles/CMakeOutput.log".
See also "/data/mark/tools/breakdancer/build/CMakeFiles/CMakeError.log".
Anybody know how to solve this problem?
best regards and thanks
Mark
Comment