I'm afraid I'm still not getting anywhere. Here's what I've tried: 1 - Uninstalled GCC4.8 using MacPorts;
2 - Uninstalled XCode; 3 - Repaired all disk permissions; 4 - Installed XCode 5.02 with all updates and command-line tools; 5 - .bash_profile: # Set clang to be the default compiler for c/c++ export CXX=/usr/bin/clang++ ; export CC=/usr/bin/clang ; export CXXFLAGS=-std=c++11 6 - Downloaded latest Crypto++ from SVN; 7 - - Build command: make -stdlib=libc++ 8 - All .o files are 0 bytes, as is .a file; 9 - make clean 10 - Replaced gnumakefile with version from Mobile Mouse, but same result. Build output can be found at: https://dl.dropboxusercontent.com/u/29578720/Crypto.txt This style of output differs greatly from what I'd get when I don't specify the standard c++ library and doesn't appear to offer any really useful information about the build process - is there any way I can get more information about the errors that are obviously happening during my build attempts, please? Cheers. Tim -- -- 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/groups/opt_out.
