Thanks. I figured out the problem finally. The first error I
mentioned was solved by compiling
the external library blitz++ using the configure option --with-pic (or
compiler flag -fPIC). It has something to do with position indepent
code and global variables, which I frankly don't understand. M
I think you're not linking it together when you call R CMD SHLIB, use
something like
R CMD SHLIB mylib.c yourlib1.o yourlib2.o
Otherwise mail again with your Makefile, or all the commands you are using
good luck
2009/1/11 Samsiddhi Bhattacharjee :
> Dear all,
>
> I am using the .Call interface