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