You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/06 00:22:04 UTC

[GitHub] [arrow] traversc commented on issue #13358: Bug: unable to install R package on CentOS 7

traversc commented on issue #13358:
URL: https://github.com/apache/arrow/issues/13358#issuecomment-1269140586

   @assignUser I worry about things like ABI compatibility. From what I understand, there was an [ABI break during GCC 5](https://gcc.gnu.org/onlinedocs/libstdc++/manual/using_dual_abi.html), so a binary compiled with devtoolset 8 would not be by default compatible with Centos 7 GCC 4.8.5 (please correct me if I'm wrong). 
   
   One solution could be to build two versions for Centos 7, one for the default GCC 4.8.5 and another for more modern compilers. 
   
   There are some [GCC compatibility flags](https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html) that might be useful. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org