We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys, i am a new at helib, but i want to call helib in java using jna ,but when i give the path to jna, got the error message like:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library '/usr/local/helib_pack/lib/libhelib.a': dlopen(/usr/local/helib_pack/lib/libhelib.a, 0x0009): tried: '/usr/local/helib_pack/lib/libhelib.a' (not a mach-o file)
i pretty sure i was build success at my macos monterey, and i could see helib directory at /usr/local/helib_pack directory:
(base) 192:lib $ ls libgmp.10.dylib libgmp.dylib libgmp.la libhelib.a libntl.44.dylib libntl.dylib pkgconfig (base) 192:lib $ pwd /usr/local/helib_pack/lib
how can i build the libheilb.o or libhelib.dylib file??
thanks a lot.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys,
i am a new at helib, but i want to call helib in java using jna ,but when i give the path to jna, got the error message like:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library '/usr/local/helib_pack/lib/libhelib.a':
dlopen(/usr/local/helib_pack/lib/libhelib.a, 0x0009): tried: '/usr/local/helib_pack/lib/libhelib.a' (not a mach-o file)
i pretty sure i was build success at my macos monterey, and i could see helib directory at /usr/local/helib_pack directory:
(base) 192:lib $ ls
libgmp.10.dylib libgmp.dylib libgmp.la libhelib.a libntl.44.dylib libntl.dylib pkgconfig
(base) 192:lib $ pwd
/usr/local/helib_pack/lib
how can i build the libheilb.o or libhelib.dylib file??
thanks a lot.
The text was updated successfully, but these errors were encountered: