Hi,

Everything is working ok, as you wrote. I used just 'make' command and I'm 
currently using static library 'libcryptopp.a'. I tried yesterday with g++ 
compiler from mentioned before MSYS2 under Windows 10 - to do this I have 
install Code::Blocks without compiler. I have to update path to compiler, 
add builded before 'libcryptopp.a' to linker path and add path with library 
files (*.h) to compiler search directories.

Thank You very much for helping me to run this library.
Daniel

On Tuesday, 1 August 2017 02:02:48 UTC+2, Jeffrey Walton wrote:
>
>
> Yes I would like to get a Windows static library instead of DLL. What 
>> exactly I had to write into bash to get static library.
>>
>
> In that case you probably don't need the 'make cryptopp.dll' recipe.
>  
>
>> I also try with command 'make cryptopp.dll' and like you write before, I 
>> think some files are missing because after some compilations make is giving 
>> me this message:
>> 'make: *** No rule to make target 'poly1305.export.o', needed by 
>> 'cryptopp.dll'.  Stop.'
>>
>
> This issue should be fixed. Its usually a matter of typing 'make sources', 
> and then copying the resulting list of "Library Sources" into GNUmakefile's 
> DLLSRCS variable.
>
> Also see https://github.com/weidai11/cryptopp/commit/2171a3a3792c
>
> 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.

Reply via email to