My plan now is to write a golang dynamic library, which provides golang 
computing tasks. Then connect the dynamic library to execution_service 
(executor), I found that the connection action is in cmake/scripts/sgx_ link_ 
sign.sh So I add dynamic library connection to this script


![image](https://user-images.githubusercontent.com/30582212/98623613-152f3e80-2347-11eb-9c66-2665c488e13a.png)


the execution of this command was successful

But in the sgx_sign is wrong.

![image](https://user-images.githubusercontent.com/30582212/98623739-4c055480-2347-11eb-955b-622272ee1e4b.png)

Therefore, can only static library link, not dynamic library link?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/430#issuecomment-724425275

Reply via email to