I'm getting the error
fatal error: ippcp.h: No such file or directory
When trying to link the library to gcc when running the example https://software.intel.com/en-us/ipp-crypto-reference-2019-signing-verif....
I'm trying to compile using gcc with the following command:
sudo g++ signverifyV2.cpp -L/opt/intel/compilers_and_libraries_2019.3.199/linux/ippcp/lib/intel64 -L/opt/intel/compilers_and_libraries_2019.3.199/linux/compiler/lib/intel64 -lirc -lsvml -limf -lippcp
Any help would be appreciated!