Installing Crypto++ 5.6.2 on Mac OS X
I'm trying to installing Crypto++ 5.6.2 on my Mac. When I run make -j4 libcryptopp.a" I get the following error: libtool: unrecognized option `-static' libtool: Try `libtool --help' for more information. make: *** [libcryptopp.a] Error 1 Can someone please help me with this? Can someone please help me with this? There's a couple of things you can do to make this easier. First, open GNUmake and add fPIC on line 1: CXXFLAGS = -DNDEBUG -g -O2 -fPIC Second, open GNUmake and drop "version" from the Clang detection logic on line 18: CLANG_COMPILER = $(shell $(CXX) --version 2>&1 | $(EGREP) -i -c