Correction: - if you have CLANG compiler from Macports, then do what Jeffrey said below; - if you have GCC compiler from Macports, then do $ CXX=/opt/local/bin/g++ make -j 4
Sent from my test iPhone > On Nov 11, 2018, at 17:34, Jeffrey Walton <[email protected]> wrote: > > Hi Everyone, > > We need someone to test the latest changes on a modern version of OS X. > > Could someone please perform the following and report back: > > $ git clone https://github.com/weidai11/cryptopp.git cryptopp-test > $ cd cryptopp-test > > $ make -j 4 > ... > $ ./cryptest.exe v > ... > > If you have a GCC compiler from Macports, then please test it with (use your > local version): > > $ CXX=/opt/local/bin/clang++-mp-6.0 make -j 4 > ... > $ ./cryptest.exe v > ... > > Please report back with findings. > > 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. -- 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.
