The entire command to compile my project is *g++ main.cpp -o main -std=c++17 -lcryptopp*. *-Wall* option, show nothing.
Dne sobota 13. ledna 2018 16:39:06 UTC+1 Jeffrey Walton napsal(a): > > > > On Saturday, January 13, 2018 at 8:20:36 AM UTC-5, [email protected] > wrote: >> >> Does anybody know why I'm getting this error? >> https://pastebin.com/YeGA4dgN >> > > Show the entire build process for your program. Be sure it includes your > call to make, the compile commands used to compile source files, the link > command used to link objects and libraries, and the error messages. > > Jeff > -- You received this message because you are subscribed to "Crypto++ Users". More information about Crypto++ and this group is available at http://www.cryptopp.com and http://groups.google.com/forum/#!forum/cryptopp-users. --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
