Re: [R] libR.so - not recognized

2003-03-10 Thread Duncan Temple Lang
Elena Zheleva wrote: i have a problem executing my code. it compiles just fine but during execution it gives me the following error: ./r_main: error while loading shared libraries: libR.so: canot open shared object file: No such file or directory in my makefile, i have specified:

Re: [R] libR.so - not recognized

2003-03-10 Thread Elena Zheleva
Thank you for your help! That brings the question of whether it is possible to pass a list to an R function from a C application without creating a STRSXP list with allocVector in the C application first (and using eval). My main application is in C. In some cases, rather than creating a