I was compiling monero from source.
tietokone@tietokone ~/Työpöytä/monero $ make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is unknown
-- Check for working C compiler:usr/bin/cc
-- Check for working C compiler:usr/bin/cc -- broken
CMake Error atusr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "/usr/bin/cc" is not able to compile a simple test program.
It fails with the following output:
Change Dir:home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/make "cmTryCompileExec3149621126/fast"
make[1]: Entering directory
`/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTryCompileExec3149621126.dir/build.make
CMakeFiles/cmTryCompileExec3149621126.dir/build
make[2]: Entering directory
`/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp'
/usr/bin/cmake -E cmake_progress_report
/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec3149621126.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTryCompileExec3149621126.dir/testCCompiler.c.o
-c
/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec3149621126
/usr/bin/cmake -E cmake_link_script
CMakeFiles/cmTryCompileExec3149621126.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTryCompileExec3149621126.dir/testCCompiler.c.o -o
cmTryCompileExec3149621126 -rdynamic
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: cannot find -lc
/usr/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [cmTryCompileExec3149621126] Error 1
make[2]: Leaving directory
`/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp'
make[1]: *** [cmTryCompileExec3149621126/fast] Error 2
make[1]: Leaving directory
`/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeTmp'
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Configuring incomplete, errors occurred!
See also "/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeOutput.log".
See also "/home/tietokone/Työpöytä/monero/build/release/CMakeFiles/CMakeError.log".
make: *** [cmake-release] Error 1
tietokone@tietokone ~/Työpöytä/monero $
There are some cmake errors and missing files. What should I do?
Is there anyway some other thread for monero tech support?