junrushao opened a new pull request, #360:
URL: https://github.com/apache/tvm-ffi/pull/360

   There are two linking issues:
   - `std::mutex` is used in `src/ffi/backtrace.cc`, which means 
`libtvm_ffi.so` in theory should link with pthread.
   - `dlsym`, `dlopen`, etc are used in 
`src/ffi/extra/library_module_dynamic_lib.cc`, which means it has to be linked 
with dl.
   
   This PR adds those two dependencies.


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