I recently installed libgcrypt from Gnu, but even with it inside my /usr/include and /usr/local/include directories I cannot compile a C++ file that includes it. It can't seem to locate the file, despite the fact that I have it in the correct folders. Any thoughts would be appreciated.
Asked
Active
Viewed 169 times
0
-
2Any chance of a little sample of the code and the compile command? – Mats Petersson Mar 08 '14 at 23:38
-
I'm compiling using Xcode, and the only thing that is throwing an error is the line `#include
` which says "'gcrypt.h' file not found" – noahbkim Mar 09 '14 at 01:59 -
Are you linking to the libraries properly? Also the actual error would go a long way. – TerraOrbis Mar 09 '14 at 04:30