search for: mbchar

Displaying 12 results from an estimated 12 matches for "mbchar".

Did you mean: bchar
2006 Apr 23
3
[LLVMdev] Re: Building CFE on MinGW
...IX == $PREFIX confopts="--prefix=$PREFIX" confopts="$confopts --disable-threads" confopts="$confopts --disable-nls" confopts="$confopts --disable-shared" confopts="$confopts --enable-languages=c,c++" confopts="$confopts --disable-c-mbchar" confopts="$confopts --program-prefix=llvm-" echo $__me: confopts == $confopts if [ -e $LOCAL_BUILD_DIR ]; then rm -rf $LOCAL_BUILD_DIR; fi mkdir $LOCAL_BUILD_DIR && cd $LOCAL_BUILD_DIR ../src/configure --srcdir=$SOURCE_DIR --includedir=/C/msys/1.0/mingw/include...
2006 Apr 23
0
[LLVMdev] Re: Building CFE on MinGW
...="--prefix=$PREFIX" > confopts="$confopts --disable-threads" > confopts="$confopts --disable-nls" > confopts="$confopts --disable-shared" > confopts="$confopts --enable-languages=c,c++" > confopts="$confopts --disable-c-mbchar" > confopts="$confopts --program-prefix=llvm-" Try adding --disable-fixincludes too. [snip] > ../src/configure --srcdir=$SOURCE_DIR > --includedir=/C/msys/1.0/mingw/include --libdir=/C/msys/1.0/mingw/lib > --target=mingw32 $confopts --includedir and --libdir shou...
2006 Dec 23
1
[LLVMdev] in Cygwin problems
Problem 2: Configure: ../src/configure --prefix=/tmp/llvm/install --disable-threads --disable-nls --disable-shared --enable-languages=c,c++ --disable-c-mbchar --program-prefix=llvm- $ make make[1]: Entering directory `/tmp/llvm3/llvm/build/libiberty' make[2]: Entering directory `/tmp/llvm3/llvm/build/libiberty/testsuite' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/llvm3/llvm/build/libiberty/testsuite' make[1]:...
2006 Apr 22
0
[LLVMdev] Re: Building CFE on MinGW
Greg Pettyjohn <gregp at ccs.neu.edu> writes: > Is the MinGW user's list on the web? Look on www.mingw.org -> mailing list > Can you give me a link to the thread? Sorry, no time for that. Once on the mailing list archives, do a search for 'configure'. > (What's IIRC?) If I Remember Correctly. By the way, what's your configure command? -- Oscar
2006 Apr 23
1
[LLVMdev] Re: Building CFE on MinGW
...uot; > > confopts="$confopts --disable-threads" > > confopts="$confopts --disable-nls" > > confopts="$confopts --disable-shared" > > confopts="$confopts --enable-languages=c,c++" > > confopts="$confopts --disable-c-mbchar" > > confopts="$confopts --program-prefix=llvm-" > > Try adding --disable-fixincludes too. Say, that sounds plausible. > [snip] > > > ../src/configure --srcdir=$SOURCE_DIR > > --includedir=/C/msys/1.0/mingw/include --libdir=/C/msys/1.0/mingw/lib &...
2008 Jan 23
0
[LLVMdev] help - needed - compiling llvm-gcc4.2 frontend on cygwin
...from source) here is my configure - command line (hope this is correct) **** bash-3.2$ ../llvm-gcc/configure --prefix=/usr/local/llvm-gcc --program-prefix=llvm- --enable-llvm=/cygdrive/d/llvm-svn/llvm-objdir/ --enable-languages=c,c++ --disable-shared --disable-threads --disable-nls --disable-c-mbchar **** I am getting the following error when i am doing 'make all' **** libbackend.a(llvm-convert.o): In function `_ZN18TreeConstantToLLVM15ConvertREAL_CSTEP9tree_node': /cygdrive/d/llvm-svn/llvm-gcc-objdir/gcc/../../llvm-gcc/gcc/llvm-convert.cpp:5939: undefined referece to `llvm::APIn...
2006 Apr 22
2
[LLVMdev] Re: Building CFE on MinGW
Is the MinGW user's list on the web? Can you give me a link to the thread? (What's IIRC?) Thanks. On Sat, 22 Apr 2006, Oscar Fuentes wrote: > Greg Pettyjohn <gregp at ccs.neu.edu> writes: > > > I've blown a couple of weekends trying to build under MinGW. > > > > I can build the llvm tools with only a couple of minor hassles, but can't > > seem
2008 Apr 15
0
Compilation of openssh on IRIX
...ame -R" gives: 6.5 6.5.30f "gcc -v" gives: Reading specs from /usr/freeware/lib/gcc-lib/mips-sgi-irix6.5/3.3/specs Configured with: ../configure --prefix=/usr/freeware --enable-version-specific-runtime-libs --disable-shared --enable-threads --enable-haifa --enable-libgcj --disable-c-mbchar Thread model: single gcc version 3.3 Talking about OpenSSL libraries and headers, "./configure" says that: checking OpenSSL header version... 90807f (OpenSSL 0.9.8g 19 Oct 2007) checking OpenSSL library version... 90807f (OpenSSL 0.9.8g 19 Oct 2007) "./configure" complains ab...
2006 Dec 22
0
[LLVMdev] in Cygwin problems
On Sat, 23 Dec 2006, Roman wrote: > How to solve this problem? Java isn't supported. Use --enable-languages=c,c++ -Chris > $ make > make[1]: Entering directory `/tmp/llvm3/llvm/build/libiberty' > make[2]: Entering directory `/tmp/llvm3/llvm/build/libiberty/testsuite' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory
2006 May 07
0
[LLVMdev] Configuring for the cfrontend build on Mingw
...../../llvm-gcc/gcc/libgcc2.c -o libgcc/./_muldi3.o Reading specs from C:/msys/1.0/home/llvm_home/llvm-gcc-build/gcc/specs Configured with: ../llvm-gcc/configure --target=mingw32 --prefix=/home/llvm_home/install --disable-threads --disable-nl s --disable-shared --enable-languages=c,c++ --disable-c-mbchar --program-prefix=llvm- --exec-prefix=c:/msys/1.0 Thread model: single gcc version 3.4-llvm 20051104 (LLVM 1.7cvs) C:/msys/1.0/home/llvm_home/llvm-gcc-build/gcc/cc1.exe -quiet -v -I../../llvm-gcc/gcc/../winsup/w32api/include -I. -I - I -I../../llvm-gcc/gcc -I../../llvm-gcc/gcc/ -I../../llvm-gcc/gcc...
2015 Apr 16
2
[LLVMdev] Compile SPEC2006 with clang-3.2, multi definition errors.
...ibs.bc c-errors.bc c-le x.bc c-pragma.bc c-decl.bc c-typeck.bc c-convert.bc c-aux-info.bc c-common.bc c-format.bc c-semantics.bc c-objc-common.bc main.bc cpplib.bc cpplex.bc cppmacr o.bc cppexp.bc cppfiles.bc cpphash.bc cpperror.bc cppinit.bc cppdefault.bc line-map.bc mkdeps.bc prefix.bc version.bc mbchar.bc alias.bc bb-reorder.bc bitmap .bc builtins.bc caller-save.bc calls.bc cfg.bc cfganal.bc cfgbuild.bc cfgcleanup.bc cfglayout.bc cfgloop.bc cfgrtl.bc combine.bc conflict.bc convert.bc cse.b c cselib.bc dbxout.bc debug.bc dependence.bc df.bc diagnostic.bc doloop.bc dominance.bc dwarf2asm.bc dwarf2o...
2006 Dec 22
5
[LLVMdev] in Cygwin problems
How to solve this problem? $ make make[1]: Entering directory `/tmp/llvm3/llvm/build/libiberty' make[2]: Entering directory `/tmp/llvm3/llvm/build/libiberty/testsuite' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/llvm3/llvm/build/libiberty/testsuite' make[1]: Leaving directory `/tmp/llvm3/llvm/build/libiberty' make[1]: Entering directory