search for: rarther

Displaying 3 results from an estimated 3 matches for "rarther".

Did you mean: farther
1999 Sep 16
1
Java/C interface with R
Hi, I'm rarther curious if it is possible to interface C or Java GUIs with the underlying R statistical engine. SPLUS has something like this in S+SDK. Lionel -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.h...
2015 Dec 19
2
Bootstrapping clang/LLVM with ELLCC
ELLCC is a compilation tool chain based on clang/LLVM, libc++ and the musl standard C library for Linux. Recently I was asked if ELLCC pre-built binaries could be used to build clang/LLVM TOT. It turns out that it can with some simple patches. This is a simple way to bootstrap clang/LLVM on an arbitrary Linux system that either doesn't have GCC or has a version of GCC that is too old to
2015 Dec 19
4
Bootstrapping clang/LLVM with ELLCC
...;m scared to death of cmake, but I plan on moving there soon. > * Unconditionally #defining _BSD_SOURCE doesn't feel right. I agree. I'll find a better way. > * #undefining libc symbols based on __ELCC__. This looks like a musl > issue rather than just elcc. I'm actually rarther suspicious of musl > here too: neither C99 nor C++11 reserve (e.g.) fopen64. That said, > we've put in worse hacks to support broken platforms (see > -fms-compatibility). I'll talk to the musl guys about this. I don't think they like the idea of being referred to as a "br...