Ask Your Question

Revision history [back]

If you're not planning to use R at all, you can disable it in the build with a configure option:

$ make configure
$ ./configure --disable-r
$ make -s V=0  # or just `make` if you prefer verbose