search for: peretz

Displaying 9 results from an estimated 9 matches for "peretz".

Did you mean: pereti
2008 Nov 04
0
[LLVMdev] cross compiling using llvm 1.8
Aviv Peretz wrote: > > Hi, > > > I finally gave up building on Linux, in the meantime, and tried to > build this version straight on Windows, using mingw32. > > > .... > > appending configuration tag CXX to mklib > appending configuration tag F77 to mklib > checking for...
2008 Nov 04
2
[LLVMdev] cross compiling using llvm 1.8
..../llvm/configure --prefix=/c/llvm1.8/generated-llvm/install/ --enable-debug-runtime --enable-jit Is there an elegant way to skip building the examples (e.g. via a specific flag of cofigure) or the only way to overcome this is to insert #if 0 in the actual code? Kenneth Boyd wrote: > Aviv Peretz wrote: > >> Hi, >> >> >> I finally gave up building on Linux, in the meantime, and tried to >> build this version straight on Windows, using mingw32. >> >> >> .... >> >> appending configuration tag CXX to mklib >> appending co...
2008 Nov 04
2
[LLVMdev] cross compiling using llvm 1.8
Hi, I finally gave up building on Linux, in the meantime, and tried to build this version straight on Windows, using mingw32. This is my command line: (running from /c/llvm1.8/generated-llvm/obj) *../../llvm/configure --prefix=/c/llvm1.8/gene* *rated-llvm/install/ --enable-debug-runtime --enable-jit* This is my path definition (it has several redundancies): $ echo $PATH
2008 Nov 02
1
[LLVMdev] cross compiling using llvm 1.8
Hello, I'm trying to cross compile version 1.8 of llvm using mingw32. I followed the instructions that are published in the site (at http://llvm.org/docs/GettingStarted.html). However, I no matter what I try I get the following error message: configure: WARNING: ***** llvm-gcc/llvm-g++ was not found, or does not appear to be configure: WARNING: ***** working. Please make sure you have
2008 Nov 02
1
[LLVMdev] cross compiling using llvm 1.8
Sorry, I forgot to mention that I'm working with a legacy code that till now has been built on Linux and now needs to support Windows as well. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081102/9e6b41ab/attachment.html> -------------- next part -------------- A non-text attachment was
2003 Apr 20
1
horiz barplot with 2 values for each year
Hi, I'm trying to plot a graph where for each year I have 2 numbers best and worse. for example for year 2003 I will two values 3.2 and 5.4, and for year 2004 I will have 3.5 and 6, and so on. 2003 XXXX XXXXXX 2004 XXXXX XXXXXXXX For the same year the 2 entries, if possible, will have different color, and will be on the graph without space between them. The space will
2003 May 26
2
Problem with library
Hello. I'm using R 1.7.0 on win98 ver2. I erased all my previous versions of R, and install r 1.7.0. When I write "library()" I receive on a separate pane all the lib in ver 1.7.0, and the following msg "Warning message: library 'C:/Program Files/R/rw1051/library' contains no package in: library()" Where is this msg coming from?? How to remove it? Thnx Yakov
2008 Nov 02
1
[LLVMdev] cross compiling using llvm 1.8
After I'm adding to the my path llvm-gcc4-1.8-x86-linux/llvm-bin/ that contains llvm-gcc.exe and llvm-g++.exe I still get the same error message: configure: WARNING: ***** llvm-gcc/llvm-g++ was not found, or does not appear to be configure: WARNING: ***** working. Please make sure you have llvmgcc and llvmg++ in configure: WARNING: ***** your path before configuring LLVM. The runtime
2008 Nov 03
2
[LLVMdev] cross compiling using llvm 1.8
Hi Anton, But if I'm ignoring this warning and continue according to the instructions (i.e. copy back the saved tblgen and perform build as usual), then I get a LOT of linkage errors regarding undefined symbols. For instance, smWriterEmitter.cpp:(.text+0x21): undefined reference to `_ZNSs6assignERKSs' AsmWriterEmitter.cpp:(.text+0x39): undefined reference to `_ZNSs6assignERKSs'