Hi!
While trying to run your source code for EO-PSI, we are facing a problem where we are unable to proceed with the make step of the code compilation.
In particular, we have built, tested, and installed the following library dependencies:
- GMP
- NTL
- Crypto++
and solved all the errors that arose from their installations and testings.
However, while attempting to compile the source code, we are currently running into a problem involving linking CXX shared libraries. A snippet of the error is as follows:


and ends with clang: error: linker command failed with exit code 1
Thus, we would like to seek your advice if you happen to know why such an error occurs during the linking of the .dylib shared libraries.
Thank you!
vwong006@e.ntu.edu.sg
Hi!
While trying to run your source code for EO-PSI, we are facing a problem where we are unable to proceed with the
makestep of the code compilation.In particular, we have built, tested, and installed the following library dependencies:
and solved all the errors that arose from their installations and testings.
However, while attempting to compile the source code, we are currently running into a problem involving linking CXX shared libraries. A snippet of the error is as follows:
and ends with
clang: error: linker command failed with exit code 1Thus, we would like to seek your advice if you happen to know why such an error occurs during the linking of the .dylib shared libraries.
Thank you!
vwong006@e.ntu.edu.sg