gnutls をコンパイルしようとしましたが、イラクサにシンボルがないようです。
CC pkix_asn1_tab.lo
CCLD libgnutls.la
Undefined first referenced
symbol in file
nettle_gcm_aes_decrypt nettle/.libs/libcrypto.a(cipher.o)
nettle_rsa_pkcs1_sign_tr nettle/.libs/libcrypto.a(pk.o)
nettle_ecc_scalar_set nettle/.libs/libcrypto.a(pk.o)
nettle_ecc_scalar_get nettle/.libs/libcrypto.a(pk.o)
nettle_sha512_digest nettle/.libs/libcrypto.a(mac.o)
nettle_hmac_sha512_update nettle/.libs/libcrypto.a(mac.o)
...
...
これらのシンボルを nettle src で検索しましたが、これらのシンボルが定義されている場所を見つけることができませんでした。これは私の find コマンドの結果です。
#define hmac_sha512_update nettle_hmac_sha512_update
#define hmac_sha384_update nettle_hmac_sha512_update
./hmac.h
よろしくお願いします、マット