On Monday, November 21, 2016 at 6:21:47 PM UTC-5, [email protected] wrote: > > I have included the link command we are using below: > > CXXFLAGS ?= -DNDEBUG -g2 -Os -fPIC -pipe > CXXFLAGS += -std=c++11 >
This is not the link command. We need to see the command that produces the errors. It could be a direct invocation of ld; or it could be through the compiler driver. If its through the compiler, then its the one with the -o argument. I.e., '-o myprog.exe'. Jeff -- -- 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 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.
