Hi, Rosario,
The message is telling you that you need to install the development header
files for glibc on your computer. This is a set of files that are needed for
building some kinds of software, but are not installed by default. Are you
working on some sort of Linux machine? On Centos 8,
Hi, folks,
I just want to throw in another vote for Rcpp. I recently rewrote some old
code that used the legacy interface to use Rcpp, and life with Rcpp is *much*
better. The code is clean and easy to read (and write), and memory protection
is taken care of. I don't know if it will fix Pier