search for: arrayc

Displaying 6 results from an estimated 6 matches for "arrayc".

Did you mean: array
2013 May 21
1
[LLVMdev] How to find the first block of each loop
...e header block of current loop. But I encounters problems when there multi subsequent loops in the following example, where there is no code between loops: for( i = 0 ; i < N; i++){ arrayA[i] = i + 1; } for( j = 0 ; j < N; j++){ arrayA[j] = j + 1; } for( k = 0 ; k < N; k++){ arrayC[k] = k + 1; } In this case, these loops have the same header block, so the previous method failed. And it seems the method of block_begin() returns the same value as getHeader(). Are there some other methods to implement this ? Thanks! Eric -------------- next part -------------- An HTML attach...
2012 Jun 27
1
rJava Error
...sr/local/Java/jre/../include -I/usr/local/Java/jre/../include/linux -I/usr/local/include -fpic -g -O2 -c Rglue.c -o Rglue.o gcc -std=gnu99 -I/usr/local/lib64/R/include -DNDEBUG -I. -I/usr/local/Java/jre/../include -I/usr/local/Java/jre/../include/linux -I/usr/local/include -fpic -g -O2 -c arrayc.c -o arrayc.o gcc -std=gnu99 -I/usr/local/lib64/R/include -DNDEBUG -I. -I/usr/local/Java/jre/../include -I/usr/local/Java/jre/../include/linux -I/usr/local/include -fpic -g -O2 -c callJNI.c -o callJNI.o gcc -std=gnu99 -I/usr/local/lib64/R/include -DNDEBUG -I. -I/usr/local/Java/jre/../include -...
2010 Jul 15
1
Problem installing rJava under FreeBSD
...g to install rJava both from inside R via install.packages(rJava) or R CMD INSTALL myrJava.tar.gz I get the same error lines: ============================================================================================================== gcc44 -std=gnu99 -shared -L/usr/local/lib -o rJava.so Rglue.o arrayc.o callJNI.o callback.o fields.o init.o jri_glue.o loader.o otables.o rJava.o tools.o -L/usr/local/jdk1.6.0/jre/lib/i386/server -L/usr/local/jdk1.6.0/jre/lib/i386 -L/usr/local/jdk1.6.0/jre/../lib/i386 -L -L/usr/java/packages/lib/i386 -L/lib -L/usr/lib -L/usr/local/lib -ljvm -pthread -L/usr/local/lib...
2012 Jan 11
1
rjava on FreeBSD
...-fpic -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -c Rglue.c -o Rglue.o gcc46 -std=gnu99 -I/usr/local/lib/R/include -I. -I/usr/local/jdk1.6.0/jre/../include -I/usr/local/jdk1.6.0/jre/../include/freebsd -fpic -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -c arrayc.c -o arrayc.o gcc46 -std=gnu99 -I/usr/local/lib/R/include -I. -I/usr/local/jdk1.6.0/jre/../include -I/usr/local/jdk1.6.0/jre/../include/freebsd -fpic -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -c callJNI.c -o callJNI.o gcc46 -std=gnu99 -I/usr/local/lib/R/include -I. -I/usr/...
2013 Feb 24
7
Help: rJava ubuntu 12.04
...g src/config.h ** libs gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/java-7-openjdk-amd64/jre/../include -fpic -O2 -pipe -g -c Rglue.c -o Rglue.o gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/java-7-openjdk-amd64/jre/../include -fpic -O2 -pipe -g -c arrayc.c -o arrayc.o gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/java-7-openjdk-amd64/jre/../include -fpic -O2 -pipe -g -c callJNI.c -o callJNI.o gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I. -I/usr/lib/jvm/java-7-openjdk-amd64/jre/../include -fpic -O2 -pipe -g -c call...
2009 Jul 15
2
rJava fails compilation on R-2.9.1 but not R-2.7.1 on Debian Lenny
...s: creating src/Makefile config.status: creating Makefile config.status: creating run config.status: creating src/config.h ** libs gcc -std=gnu99 -I/usr/share/R/include -I. -I/usr/lib/jvm/java-6-sun-1.6.0.12/jre/../include -I/usr/lib/jvm/java-6-sun-1.6.0.12/jre/../include/linux -fpic -g -O2 -c arrayc.c -o arrayc.o gcc -std=gnu99 -I/usr/share/R/include -I. -I/usr/lib/jvm/java-6-sun-1.6.0.12/jre/../include -I/usr/lib/jvm/java-6-sun-1.6.0.12/jre/../include/linux -fpic -g -O2 -c callback.c -o callback.o gcc -std=gnu99 -I/usr/share/R/include -I. -I/usr/lib/jvm/java-6-sun-1.6.0.12/jre/../include...