Patryk, I recompiled LLVM/clang successfully using -DCMAKE_C_COMPILER=gcc and -DCMAKE_CXX_COMPILER=g++. Long time to make the program, and it took two passes before it was successful. Tested it with a little c program. Clang compiled it and it executed properly.
However, cmake fails to configure libobjc2. Here is the error message: allynm wrote > CMake Error at /usr/share/llvm-3.5/cmake/LLVMConfig.cmake:50 (include): > include could not find load file: > > /usr/lib/llvm-3.5/share/llvm/cmake/LLVMExports.cmake > Call Stack (most recent call first): > CMakeLists.txt:129 (find_package) > > > CMake Error at /usr/share/llvm-3.5/cmake/LLVMConfig.cmake:53 (include): > include could not find load file: > > /usr/lib/llvm-3.5/share/llvm/cmake/LLVM-Config.cmake > Call Stack (most recent call first): > CMakeLists.txt:129 (find_package) > > > -- Untested version of LLVM (3.7.0svn) found. > -- Disabling LLVM options unless explicitly enabled. > -- No C++ runtime library found > -- GNUstep install type set to LOCAL > -- Configuring incomplete, errors occurred! Any advice you can provide would be greatly appreciated. Mark -- View this message in context: http://gnustep.8.n7.nabble.com/compiling-libobjc-2-0-and-gnustep-on-Ubuntu-14-04-tp39256p39281.html Sent from the GNUstep - Dev mailing list archive at Nabble.com. _______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
