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

Dependencies of cocos2d-x.
142 stars 169 forks source link

Could not compile mac i386. #53

Closed fusijie closed 9 years ago

fusijie commented 9 years ago

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
zilongshanren commented 9 years ago

https://github.com/cocos2d/cocos2d-x-3rd-party-libs-src/pull/54