Hi Narjes. Please include a simple example of your usage as well, the command line used to compile your program, and the compiler error text (just the error text not the full output if it is hundreds of lines etc). It may be that you aren't linking against the crypto++ library or you aren't including the correct file.
Chris On Sun, Jan 17, 2010 at 4:09 PM, narjes abouda <[email protected]> wrote: > Hi all, > > I would like to know if there is any response for my question. > > Thanks for your help, > > > On Thu, Jan 14, 2010 at 11:10 AM, nab <[email protected]> wrote: >> >> Hi all, >> >> I tried to use crypro++ 5.6.0 into Mandriva with ns2. To install it, I >> have follow these stage: >> *unzip -a crypto++.zip >> *make >> *make cryptest.exe >> *make libcryptopp.a >> >> then I included -lcryptopp inside the ns2 Makefile and I put in /usr/ >> local/include the *.h files and in /usr/local/lib the libcryptopp.a. >> >> After that, I used the fonction generatersakey inside my c++ file with >> include rsa.h. However, I got an error when I did the compilation: >> the fonction generatersakey wasn't recognized. >> >> Could you please help me to understand the problem. >> >> Thanks, > > -- > 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. >
-- 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.
