Displaying 4 results from an estimated 4 matches for "xmain".
Did you mean:
main
2008 Mar 19
1
R CMD SHLIB errors
...#39;
C:/R/R-2.6.2/src/gnuwin32/MkRules:243: warning: ignoring old commands for
target `.c.o'
mingw32-make: *** No rule to make target `''.o', needed by `'''. Stop."
So I decide to try the example in "writing R extensions" c++ code example
x.hh,x.cc and xmain.cc, I compiled with "r cmd shlib x.cc xmain.cc" and got
the same error output:
"mingw32-make: *** No rule to make target `x.cc''. Stop."
I was able to compile dll before, since then I have updated R, installed
other softwares, so I am a bit confusing at this moment...
2007 May 29
1
Help with optim
Dear Friends,
I'm using the optim command to maximize a likelihood function. My optim command is as follows
estim.out <- optim(beta, loglike, X=Xmain, Y=Y, hessian=T, method="BFGS", control=c(fnscale=-1, trace=1, REPORT=1))
Setting the report=1, gives me the likelihood function value (if i'm correct) at each step. The output from running this is as follows
initial value 3501.558347
iter 2 value 3247.277071
iter 3 value 3180...
2010 Jul 14
2
[LLVMdev] Why exceptions don't work in JIT?
...try running simple example with exceptions through JIT I get this
output:
terminate called after throwing an instance of 'E*'
Why exceptions don't work in JIT and what it takes to make them work?
Yuri
--- e.C ---
#include <stdio.h>
#include <stdlib.h>
class E {
};
void xmain() {
try {
throw new E;
} catch (E *e) {
printf("caught!\n");
}
printf("done\n");
}
--- commands ---
clang++ -O3 -fexceptions -emit-llvm -S -o e.ll e.C
llvm-as e.ll
lli --entry-function=_Z5xmainv e.bc
2013 Jul 17
3
Help with filing a [maybe] ZFS/mmap bug.
Hi All,
I have what I think is a ZFS related bug. Unfortunately my simplest
test case is a bit cumbersome and I haven't definitively proven that
the problem is ZFS related.
I'm hoping for some feedback on how to move forward.
Quick background: I rip my CD's using grip and produce flac files. I
tag the music using Musicbrainz' Picard and transcode it to mp3's
within Picard