可以在基于powerpc的Linux上运行Nodejs吗?

我试图用./configure makemake install来构build最新的Linux 64位稳定版本,但是却以这个错误结束:

 ../deps/openssl/openssl/include/openssl/../../crypto/bn/bn.h:803:23: error: unknown type name 'BN_ULONG' 

那么是否真的有可能在Debian ppc上开发nodejs应用?

我的设置是使用Debian Wheezy PPC的iMac G5 PowerPC。

IBM的Andrew Low开发了一个node.js的PowerPC端口: https : //github.com/andrewlow/node以及V8: https : //github.com/andrewlow/v8ppc