Re: [Rd] [R] C Entry Points

2006-08-07 Thread Seth Falcon
"Gregory Wall" <[EMAIL PROTECTED]> writes: > Hi Everyone: > > I'm getting this error when I try to call a C routine from within an R > package: > > Error in .C("testC", as.integer(length(x)), ans = double(1), PACKAGE = > "mypkg") : C entry point "testC" not in DLL for package "mypkg" > > here are

[Rd] [R] C Entry Points

2006-08-07 Thread Gregory Wall
Hi Everyone: I'm getting this error when I try to call a C routine from within an R package: Error in .C("testC", as.integer(length(x)), ans = double(1), PACKAGE = "mypkg") : C entry point "testC" not in DLL for package "mypkg" here are some useful outputs: nm mypkg.so | grep testC