-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Statically building pix2pix #18
Comments
It may be possible. In my environment, I was able to find dynamic libraries corresponding to the execution file by running the following command:
The following is an example of replacing
In this case, Please notice
This requires adding text for each dynamic library, and it's a little troublesome, but I'm sure it can be done. |
Hi!
I want to be able to run pix2pix in SGX, but SGX only supports statically linked programs. So I was wondering if you think it would be possible to build pix2pix statically? I would need the
*.a
files instead of the*.so
files for each of the dependencies, but where do I make the changes in the cmake files for this? Thank you so much for your help!The text was updated successfully, but these errors were encountered: