Hello,
I installed the OpenFHE library on my Windows computer and did “make install”. I added CMakeLists.txt, PreLoad.cmake files to my project, created a build file and ran the “cmake…” command. Afterwards, I wanted to run the “make” command, but I received the following error. Can you help me?
C:\Users\beyza\source\repos\Test\build>make
[ 50%] Building CXX object CMakeFiles/test.dir/simple-integers-bgvrns.cpp.obj
[100%] Linking CXX executable test.exe
C:/msys64/mingw64/bin/…/lib/gcc/x86_64-w64-mingw32/13.2.0/…/…/…/…/x86_64-w64-mingw32/bin/ld.exe: CMakeFiles/test.dir/objects.a(simple-integers-bgvrns.cpp.obj):simple-integers-bgvrns.cpp:(.text.startup+0x2cd): undefined reference to `lbcrypto::Params::ValidateMultiplicativeDepth(unsigned int)’
collect2.exe: error: ld returned 1 exit status
make[2]: *** [test.exe] Hata 1
make[1]: *** [CMakeFiles/test.dir/all] Hata 2
make: *** [all] Hata 2