On 25.08.2012 03:40, Justin Elliott wrote:
Correction on the command that I'm trying to run (mistake in the editing
of it to the list, sorry):
$ g++ -arch x86_64 -I cryptopp -l cryptopp -o my_program my_program.cpp
Still the same error:
ld: library not found for -lcryptopp
collect2: ld returned 1 exit status
Ideas, suggestions?
I wrote in you first mail mail that the library is in the directory
cryptopp, so I'd suggest:
$ g++ -arch x86_64 -I cryptopp -L cryptopp -l cryptopp -o my_program
my_program.cpp
Best regards and HTH
Andreas
--
Andreas Tscharner <[email protected]>
----------------------------------------------------------------------
"Intruder on level one. All Aliens please proceed to level one."
-- Call in "Alien: Resurrection"
--
You received this message because you are subscribed to the "Crypto++ Users"
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at
http://www.cryptopp.com.