Displaying 3 results from an estimated 3 matches for "mutigw".
Did you mean:
mutigwe
2009 Oct 27
2
[LLVMdev] msys/mingw32 llvm-gcc build errors
I successfully built llvm using msys/mingw, but I am getting the following
error when I try to build llvm-gcc using
$ ../llvm-gcc4.2-2.6.source/configure --prefix=/c/Temp/msys-llvm-gcc
--program-
prefix=llvm- --enable-llvm=/c/Temp/msys-llvm --enable-languages=c,c++
--disable
-shared
$make
--------------------------------------------------
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings
2009 Oct 28
0
[LLVMdev] msys/mingw32 llvm-gcc build errors
Thank you
> 2. As for error - try to disable threads during llvm/llvm-gcc builds.
This resolved the build errors for llvm-gcc, however the llvm-gcc.exe,
llvm-g++.exe, llvm-gcov.exe were not built only the llc.exe, llvm-as.exe ...
tools from the llvm build bin directory are in the llvm-gcc install bin
directory.
> 1. Why do you need build llvm-gcc by yourself?
I would like to write an
2009 Oct 28
2
[LLVMdev] msys/mingw32 llvm-gcc build errors
Thank you
> 2. As for error - try to disable threads during llvm/llvm-gcc builds.
This resolved the build errors for llvm-gcc, however the llvm-gcc.exe,
llvm-g++.exe, llvm-gcov.exe were not built only the llc.exe, llvm-as.exe ...
tools from the llvm build bin directory are in the llvm-gcc install bin
directory.
> 1. Why do you need build llvm-gcc by yourself?
I would like to write an