Re: [Rcpp-devel] Problem with abort function and compilation in Fedora-Linux

2022-10-31 Thread Juan Domingo Esteve
Dear all: Following my own post about problems with compilation flags in Fedora, after having consulted Iñaki Úcar, one of the maintaners of R in Fedora, he has said me that the solution of altering the base file of flags /usr/lib64/R/etc/Makeconf is not the right way for two reasons: - Fed

Re: [Rcpp-devel] Something strange with the package check and calls to C abort

2022-10-31 Thread Kevin Ushey
For posterity, what machine are you compiling the package on? If you're using a modern Linux system, it's possible the default compilation flags are including stack protection code during compilation that might call abort on error. See e.g. https://developers.redhat.com/articles/2022/06/02/use-com

Re: [Rcpp-devel] Something strange with the package check and calls to C abort

2022-10-31 Thread Dirk Eddelbuettel
On 31 October 2022 at 11:01, Kevin Ushey wrote: | For posterity, what machine are you compiling the package on? If you're | using a modern Linux system, it's possible the default compilation flags | are including stack protection code during compilation that might call | abort on error. See e.g. |