Hi,

I'm the maintainer of the MacPorts <http://www.macports.org/> port of Crypto++. I discovered that Crypto++ 5.6.1 does not compile on PowerPC Macs, see <http://trac.macports.org/ticket/26266>.

The problem is that the makefile does not set IS_SUN_CC to 0 when compiling on a non-x86 architecture. This leads to the execution of the makefile part that is only intended for the Sun compiler.

I fixed this problem by patching the makefile with <http://trac.macports.org/browser/trunk/dports/devel/libcryptopp/files/patch-GNUmakefile.diff?rev=70964 >.

This patch also includes some changes that are specific to MacPorts, as MacPorts correctly sets CXXFLAGS to compile for all chosen architectures before calling make.

Regards,
        Raphael

--
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.

Reply via email to