On Friday, December 16, 2016 at 4:10:07 AM UTC-5, Andrew Marlow wrote:
>
> Hello everyone,
>
> I am pleased to see that the 12.5 compiler fixes the 12.4 compiler bug 
> that was nobbling me earlier. The test harness and benchmark work ok. 
> However I must be building the library wrong because although cryptopp 
> builds ok, I cannot get my product to build that uses it. All the 
> references to the crypto library remain unsatisfied. The linker says that 
> the symbols I am referencing cannot be found yet when I use nm -C I see 
> that they are there...
>

I believe Crypto++ also uses -template=no%extdef. The option has been in 
effect since 5.6.1. I'm not sure why Wei added it, but I seem to recall 
problems if it is not used. -KPIC is currently used, but its a recent 
addition. I'm guessing it should not affect your issue.

Are you driving link through the compiler? What's your link command?

We really need to see the transcript of the entire build process. Can you 
tee a make?

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