PHILO-HE commented on issue #7495:
URL: 
https://github.com/apache/incubator-gluten/issues/7495#issuecomment-2408405625

   > How about directly filter out macOS, I tried it and it worked
   > 
   > ```
   > IF (NOT CMAKE_SYSTEM_NAME MATCHES "Darwin")
   >   target_link_options(
   >     gluten PRIVATE 
-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/symbols.map)
   > endif()
   > ```
   
   @zml1206, seems build on macOS also needs to hide those symbols. Otherwise, 
conflict issue can also happen when glog is statically linked to libgluten.so 
and libvelox.so.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to