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
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
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.
|