On Thursday, December 17, 2015 at 1:47:02 AM UTC-5, John Lester Romano wrote: > > Hi I am on Ubuntu and I am trying to use the CryptoPP library. My compilar > is ARM. I indicated "LIBS += /usr/local/lib/libcryptopp.a" on my .pro and > tried to include cryptopp libraries (#include <cryptopp/aes.h>) But it > says no such file or directory. I am starting a project with beaglebone. > Can you help me with this one? Am I going to change the LIBS path? Or am I > gonna change the #include? Please help. Thank you verymuch >
(1) Headers paths are specified with the -I compiler flag. (2) Library paths are specified with the -L compiler and linker flags. (3) Libraries themselves are specified with the -l linker flag. You seem to have (3) with "LIBS += ...", but it sounds like you lack (1) and possibly (2). So you should consult with the documentation for your IDE, and specify (1) and (2). Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to cryptopp-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.