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

   In C++, link order is important.
   We must specify libraries from depended libraries to dependent libraries.
   In this case, `libarrow_python.a` depends on `libarrow.a` and `libarrow.a` 
depends on `libarrow_bundled_dependencies.a`.
   So we must use the `libarrow_python.a`, `libarrow.a` and 
`libarrow_bundled_dependencies.a` order.


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