1 Dec 2007 06:50
Cryptlib Link Suggestion from the Linker
Jeffrey Walton <noloader <at> gmail.com>
2007-12-01 05:50:11 GMT
2007-12-01 05:50:11 GMT
Hi All/Wei, When I link against the library (5.5.2, but it was present in 5.5.1 also) using Visual Stuio 8.0, I receive the following: "cryptlib.lib(cryptlib.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance" The restart of the linker is a bit painful since it is so slow. When I turned off Whole Program Optimaztions, I received different errors (not warnings). I think I tracked this down to class algparams, which is using a smartptr class. The smartptr class is using std::algorithm. From similar on the web, it appears Microsoft built std::algorithm incorrectly (using a managed switch). Is there any way to work around this issue by tweaking SmartPtr.h? Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscribe <at> googlegroups.com. More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~---(Continue reading)
RSS Feed