search for: glimit

Displaying 5 results from an estimated 5 matches for "glimit".

Did you mean: limit
2009 Oct 27
2
[LLVMdev] msys/mingw32 llvm-gcc build errors
...-gcc/i686-pc-mingw32/lib/ -isystem /c/Temp/msys-llvm-gcc/i686-pc-mingw32/include -isystem /c/Temp/msys-llvm-gcc/i6 86-pc-mingw32/sys-include -dumpspecs > tmp-specs mv tmp-specs specs if true ; then \ cat ../../llvm-gcc4.2-2.6.source/gcc/limitx.h ../../llvm-gcc4.2-2.6.so urce/gcc/glimits.h ../../llvm-gcc4.2-2.6.source/gcc/limity.h > tmp-xlimits.h; \ else \ cat ../../llvm-gcc4.2-2.6.source/gcc/glimits.h > tmp-xlimits.h; \ fi mv tmp-xlimits.h xlimits.h echo | /c/Temp/msys-gcc-build/./gcc/xgcc -B/c/Temp/msys-gcc-build/./gcc/ -L/c/Te mp/msys-gcc-b...
2006 Aug 01
0
[LLVMdev] Building llvm under cygwin
...n/ > -B/llvm-gcc/../install//i686-pc-cygwin/lib/ > -isystem /llvm-gcc/../install//i686-pc-cygwin/include > -isystem /llvm-gcc/../install//i686-pc-cygwin/sys-include -dumpspecs > > tmp-specs > mv tmp-specs specs > if ; then \ > > cat ../../src/gcc/limitx.h ../../src/gcc/glimits.h ../../src/gcc/limity.h > tmp-xlimits.h; \ > else \ > cat ../../src/gcc/glimits.h > tmp-xlimits.h; \ > fi > make[1]: Leaving directory `/llvm-gcc/obj/gcc' > > I though it was ld error, first, and reinstalled it to clean 2.17 > instead of cygwn experimental v...
2006 Jul 31
0
[LLVMdev] Building llvm under cygwin
If you're building llvm-gcc4, you don't need the runtime libraries, so I'd just stick with the "tools-only" build and declare success. If you're building llvm-gcc3, I'd suggest you switch to llvm-gcc4 :) However, the problem appears to be your PATH variable. In your path you have the following directory: C:/Program Files/Microsoft DirectX SDK (June
2006 Jul 30
2
[LLVMdev] Building llvm under cygwin
Hi! I'm trying to build LLVM under cygwin. I have the latest version of cygwin and CVS versions of llvm, llvm-test and llvm-gcc. make of tools only succeeded. make of frontend succeeded too but full make of llvm failed on crtend in llvm/runtime/GCCLibraries with the following message: llvm[0]: Compiling crtend.c for Debug build (bytecode) /bin/sh: -c: line 0: syntax error near unexpected
2006 Aug 01
15
[LLVMdev] Building llvm under cygwin
.../llvm-gcc/../install//i686-pc-cygwin/bin/ -B/llvm-gcc/../install//i686-pc-cygwin/lib/ -isystem /llvm-gcc/../install//i686-pc-cygwin/include -isystem /llvm-gcc/../install//i686-pc-cygwin/sys-include -dumpspecs > tmp-specs mv tmp-specs specs if ; then \ cat ../../src/gcc/limitx.h ../../src/gcc/glimits.h ../../src/gcc/limity.h > tmp-xlimits.h; \ else \ cat ../../src/gcc/glimits.h > tmp-xlimits.h; \ fi make[1]: Leaving directory `/llvm-gcc/obj/gcc' I though it was ld error, first, and reinstalled it to clean 2.17 instead of cygwn experimental version. but that didn't help....