I'm thankful for any help! CmakeOutputLog -->
The target system is: Windows - - i686 The host system is: Linux - 3.16.4-1-ARCH - x86_64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler: /usr/local/bin/clang Build flags: Id flags: The output was: 0 Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" The C compiler identification is Clang, found in "/home/barnaby/Dokumente/sourceProjects/gnustep/libobjc2/build/CMakeFiles/3.0.2/CompilerIdC/a.out" Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler: /usr/local/bin/clang++ Build flags: ;--target=i686-w64-mingw32;--target=i686-w64-mingw32 Id flags: The output was: 0 Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" The CXX compiler identification is Clang, found in "/home/barnaby/Dokumente/sourceProjects/gnustep/libobjc2/build/CMakeFiles/3.0.2/CompilerIdCXX/a.out" <--- and CMakeError.log --> Determining if the C compiler works failed with the following output: Change Dir: /home/barnaby/Dokumente/sourceProjects/gnustep/libobjc2/build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTryCompileExec427134963/fast" /usr/bin/make -f CMakeFiles/cmTryCompileExec427134963.dir/build.make CMakeFiles/cmTryCompileExec427134963.dir/build make[1]: Entering directory '/home/barnaby/Dokumente/sourceProjects/gnustep/libobjc2/build/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/barnaby/Dokumente/sourceProjects/gnustep/libobjc2/build/CMakeFiles/CMakeTmp/CMakeFiles 1 Building C object CMakeFiles/cmTryCompileExec427134963.dir/testCCompiler.c.obj /usr/local/bin/clang -D__MINGW64__ -o CMakeFiles/cmTryCompileExec427134963.dir/testCCompiler.c.obj -c /home/barnaby/Dokumente/sourceProjects/gnustep/libobjc2/build/CMakeFiles/CMakeTmp/testCCompiler.c Linking C executable cmTryCompileExec427134963.exe /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec427134963.dir/link.txt --verbose=1 /usr/bin/cmake -E remove -f CMakeFiles/cmTryCompileExec427134963.dir/objects.a /usr/bin/ar cr CMakeFiles/cmTryCompileExec427134963.dir/objects.a @CMakeFiles/cmTryCompileExec427134963.dir/objects1.rsp /usr/local/bin/clang -Wl,--whole-archive CMakeFiles/cmTryCompileExec427134963.dir/objects.a -Wl,--no-whole-archive -o cmTryCompileExec427134963.exe -Wl,--out-implib,libcmTryCompileExec427134963.dll.a -Wl,--major-image-version,0,--minor-image-version,0 /usr/bin/ld: unrecognized option '--out-implib' /usr/bin/ld: use the --help option for usage information clang-3.6: error: linker command failed with exit code 1 (use -v to see invocation) CMakeFiles/cmTryCompileExec427134963.dir/build.make:89: recipe for target 'cmTryCompileExec427134963.exe' failed make[1]: *** [cmTryCompileExec427134963.exe] Error 1 make[1]: Leaving directory '/home/barnaby/Dokumente/sourceProjects/gnustep/libobjc2/build/CMakeFiles/CMakeTmp' Makefile:118: recipe for target 'cmTryCompileExec427134963/fast' failed make: *** [cmTryCompileExec427134963/fast] Error 2 <-- On 20.10.2014 15:52, Óscar Fuentes wrote: > Barnaby Jones > <[email protected]> > writes: > >> Error message ---> >> >> cmake -DCMAKE_TOOLCHAIN_FILE=~/Dokumente/toolchain-ubuntu-mingw64.cmake ../ >> -- The C compiler identification is Clang 3.6.0 >> -- The CXX compiler identification is Clang 3.6.0 >> -- Check for working C compiler: /usr/local/bin/clang >> -- Check for working C compiler: /usr/local/bin/clang -- broken >> CMake Error at /usr/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake:61 >> (message): >> The C compiler "/usr/local/bin/clang" is not able to compile a simple >> test >> program. > I don't think this is the right list for discussing the issue, but > anyways... > > CMake creates a log file with detailed info about the tests it performs. > The exact command, test source code and output are logged. Look for it. > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://p.sf.net/sfu/Zoho > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://p.sf.net/sfu/Zoho _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
