Hi,

> I'm trying to compile a c++ program that I inherited support of, and running
> into some issues when trying to compile it on Mountain Lion, with XCode
> 4.4.1 installed, and g++ (gcc) v4.2.1.
>
> $ g++ -arch x86_64 -I cryptopp -l cryptopp -o my_program.cpp

I'm not sure why you'd need '-l cryptopp' twice...

> Here's the error that I'm running into when compiling:
>
> ld: library not found for -lcryptopp
> collect2: ld returned 1 exit status

Does cryptopp compile properly (using 'make')? Where do you have the
'libcryptopp.*' file(s)?

Ingo

-- 
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.

Reply via email to