Hi!
I am trying to install rjags on my Mac Pro running OSX 10.6.4, and R 2.11.1
(which I compiled myself so I could link to the Intel MKL blas, which I prefer
to other options). I was successfully able to install JAGS 2.1.0 through both
the binary installer, and compiling from source (I get t
Note your link line has no reference to -ljags. Mine is (for i386,
x86_64 is later on in the output)
g++ -arch i386 -dynamiclib -Wl,-headerpad_max_install_names -undefined
dynamic_lookup -single_module -multiply_defined suppress
-L/usr/local/lib -o rjags.so jags.o -L/usr/local/lib -ljags
-F/