search for: simonis

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

Did you mean: simon's
2012 Feb 17
4
[LLVMdev] llvm-gcc compilation and ConstantArray::getAsString
Hello there 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. 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
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
Hi everyone! I recently subscribed your mailing list, as I find the LLVM project interesting. I've read the document known as "Compiler hacker's introduction to LLV"[1], and I've learnt about LLVM-IR. I was wondering about the impact of such a representation on mixing code from different languages. Suppose we have a huge library X written in language LX, which we would be
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...