Re: [Rcpp-devel] Moving to cmake

2014-09-19 Thread Dirk Eddelbuettel
On 19 September 2014 at 20:45, Berry Kriesels wrote: | So I found out that I should have taken the error quite literally. | By using 'ld -lRInside --verbose' I learned that the library was not | available (not found in /lib64 etc), and a search learned that I only | had it in my home directory. |

Re: [Rcpp-devel] Moving to cmake

2014-09-19 Thread Berry Kriesels
So I found out that I should have taken the error quite literally. By using 'ld -lRInside --verbose' I learned that the library was not available (not found in /lib64 etc), and a search learned that I only had it in my home directory. I just wanted to follow up on my post because maybe it could be