search for: simoni

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

Did you mean: simon
2012 Feb 17
4
[LLVMdev] llvm-gcc compilation and ConstantArray::getAsString
...onger have the getAsString method. It has been actually removed on Jan 31 (commit 6a89228faca4b30c4abc29b5dec98bdac011ea4c). Is there a patch for llvm-gcc which overcomes this problem? I've just svn-updated my working copy but it didn't change anything. Regards -- Giovanni [dacav] Simoni <giovanni.simoni at roundhousecode.com> <simgidacav at gmail.com>
2005 Jan 31
3
installing R on Mac OS X
I have a problem in installing R-2.0.1, downloaded from the R web site, on mac o sx version 10.3.7. when i launch the command ./configure i get the following error message: checking for C compiler default output file name... configure: error: C compiler cannot create executables i've aleady insalled Xcode. the version of the gcc in 3.3. what can i do? thanks silvia
2012 Feb 11
1
[LLVMdev] Hello + Noobish question
...erent languages. Suppose we have a huge library X written in language LX, which we would be able to use from our program Y written in language LY. If both LX and LY are supported by LLVM would that be difficult? Regards Giovanni [1] http://www.aosabook.org/en/llvm.html -- Giovanni [dacav] Simoni <giovanni.simoni at roundhousecode.com> <simgidacav at gmail.com>
2012 Feb 17
0
[LLVMdev] llvm-gcc compilation and ConstantArray::getAsString
Hi Giovanni, > I'm trying to compile llvm-gcc, but the compilation fails. This is due to > the fact that the ConstantArray class does no longer have the getAsString > method. llvm-gcc is dead. Please use dragonegg (which is analogous to llvm-gcc, but for gcc-4.5/gcc-4.6) or clang instead. Ciao, Duncan.
2008 Jan 30
2
logical operator and addition (PR#10665)
Full_Name: Nicolas Simonis Version: 2.6.1 OS: windows Submission from: (NULL) (155.52.10.223) Very funny bug : > 0.6<0.6 [1] FALSE > 0.6<0.4+0.2 [1] TRUE control : > 0.7<0.7 [1] FALSE > 0.7<0.4+0.3 [1] FALSE With R 2.6.1 windows. it's not doing it with R 2.3.1 linux...