Re: [Rd] dyn.load error -- undefined symbol: ...

2005-09-11 Thread Duncan Temple Lang
You should tell us what operating system you are working on. If it is a Unix variant, you can use the command ldd: ldd interface.so and see if and where it finds all the libraries against which you link. (otool -L on Mac OS X will give you similar information.) Then make certain that th

[Rd] dyn.load error -- undefined symbol: ...

2005-09-11 Thread nwew
Dear R-developers, I am working on an C interface to some c functions. I compiled the c file using R CMD SHLIB without any compilation errors. All libs used are added to the LD_LIBRARY_PATH. However dyn.load("interface.so") produces undefined symbol: N_VNew_Serial; which is defined in one of t

Re: [Rd] Issue tracking in packages [was: Re: [R] change in read.spss, package foreign?]

2005-09-11 Thread Friedrich . Leisch
> On Sat, 10 Sep 2005 19:06:51 +0200, > Martin Maechler (MM) wrote: > "TL" == Thomas Lumley <[EMAIL PROTECTED]> > on Sat, 10 Sep 2005 09:32:29 -0700 (PDT) writes: >>> Standard location or a mechachanism like the one you >>> describe are both similar amount of work (and not