building R Devel --enable-R-shlib
On Fri, 5 Feb 2016 06:29:46 -0600,
Dirk Eddelbuettel <edd at debian.org> wrote:
On 4 February 2016 at 22:56, Sebastian P. Luque wrote:
Hello, It has been a while since my last R Devel build, and now I'm running into an issue I'm not sure how to isolate. After updating to the latest SVN sources, and using: ---<--------------------cut here---------------start------------------->--- tools/rsync-recommended R_PAPERSIZE=letter \ R_BATCHSAVE="--no-save --no-restore" \ R_BROWSER=xdg-open \ LIBnn=lib \ ./configure \ --enable-R-shlib \ --enable-strict-barrier \
I don't set that but it shouldn't bite ...
I removed the --enable-strict-barrier and kept everything else the same and compilation went fine. I can't remember what this strict barrier does, but it's strange that it would cause this problem. Thanks Dirk!
Seb