Open Quuxplusone opened 8 years ago
Attached clang.strace.xz
(7252 bytes, application/x-xz): The clang strace output as compressed by xz
Today I built llvm and clang from their 3.8.0 sources under /opt/llvm using the same build scripts - on a Debian Jessie x86-64 VM - and /opt/llvm/bin/clang compiled the Hello World perfectly fine.
Hi all,
copying from the Mageia bug tracker:
One workaround I found for this bug today (thanks in part to this stackoverflow
thread - http://stackoverflow.com/questions/4160262/clang-linker-
problem#4160340 ) is to set these environment variables (e.g: by sourcing the
code from Bash):
«
export COMPILER_PATH=/usr/lib/gcc/x86_64-mageia-linux-gnu/5.3.1/
export LIBRARY_PATH="$COMPILER_PATH"
»
after doing that, the Hello World program compiles and I was able to get
Freecell Solver to build and pass its tests' suite using /usr/bin/clang.
clang.strace.xz
(7252 bytes, application/x-xz)