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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
