Skip to content

Instantly share code, notes, and snippets.

@asonas
Created May 22, 2014 11:52
Show Gist options
  • Save asonas/bedb35d00b9f597a78d4 to your computer and use it in GitHub Desktop.
Save asonas/bedb35d00b9f597a78d4 to your computer and use it in GitHub Desktop.
^
gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -fno-tree-dce -fno-optimize-si
bling-calls -fPIC -c ossl_pkey_dh.c
gcc -I. -I../.. -I../../. -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -O2 -fno-tree-dce -fno-optimize-si
bling-calls -fPIC -c ossl_pkey_ec.c
ossl_pkey_ec.c: In function ‘ossl_ec_group_initialize’:
ossl_pkey_ec.c:761:24: warning: assignment makes pointer from integer without a cast [enabled by default]
method = EC_GF2m_simple_method();
^
ossl_pkey_ec.c:815:29: error: ‘EC_GROUP_new_curve_GF2m’ undeclared (first use in this function)
new_curve = EC_GROUP_new_curve_GF2m;
^
ossl_pkey_ec.c:815:29: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [ossl_pkey_ec.o] エラー 1
make[1]: ディレクトリ `/home/ec2-user/.rvm/src/ruby-1.8.7-p374/ext/openssl' から出ます
make: *** [all] エラー 1
++ return 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment