cocos2d / cocos2d-x-3rd-party-libs-src

Dependencies of cocos2d-x.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not compile mac i386.

fusijie opened this issue · comments

The compile command is

./build.sh -p=mac --libs=all --arch=i386 --mode=release

The error is

Undefined symbols for architecture x86_64:
  "_mod_exp_512", referenced from:
      _e_rsax_bn_mod_exp in libcrypto.a(eng_rsax.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [link_app.] Error 1
make[2]: *** [openssl] Error 2
make[1]: *** [build_apps] Error 1
make: *** [.openssl] Error 2