kou commented on issue #43355:
URL: https://github.com/apache/arrow/issues/43355#issuecomment-2241778947

   I think that RHEL's devtoolset's dhstatic-libstdc++ includes it based  on 
the comment: 
https://github.com/apache/arrow/blob/05ab846b4f96b2ff70e2a5918cb713734b7c063b/cpp/src/gandiva/symbols.map#L22
   
   BTW, what is your problem?
   
   Does the following fix it?
   
   ```diff
   diff --git a/cpp/src/gandiva/symbols.map b/cpp/src/gandiva/symbols.map
   index dbce381f3e..794822b7ff 100644
   --- a/cpp/src/gandiva/symbols.map
   +++ b/cpp/src/gandiva/symbols.map
   @@ -21,7 +21,7 @@
      local:
        # devtoolset / static-libstdc++ symbols
        __cxa_*;
   -    __once_proxy;
   +    __once_proxy*;
    
        extern "C++" {
          # devtoolset or -static-libstdc++ - the Red Hat devtoolset statically
   ```


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to