Looks like you are trying to use c++0x and an old clang. Either upgrade to 3.1 (clang/llvm) or take this flag out. If passing c++11 flag for later clang you need -stdlib=libc++ as well in compiler and linker flags.
On Mon, Jun 4, 2012 at 10:58 AM, Ben Crowhurst <[email protected] > wrote: > '-std=c++0x' -- 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.
