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