Implementation notes: x86, bridge, crypto_sign/donald1024

Computer: bridge
Architecture: x86
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20120928
Operation: crypto_sign
Primitive: donald1024

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -O2 -fomit-frame-pointer
try.c: /tmp/ccKrFZ9h.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -O3 -fomit-frame-pointer
try.c: /tmp/ccSjG7E4.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -O -fomit-frame-pointer
try.c: /tmp/ccjqW7Vt.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -Os -fomit-frame-pointer
try.c: /tmp/ccJgEnyp.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=athlon -O2 -fomit-frame-pointer
try.c: /tmp/ccmvprHs.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=athlon -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=athlon -O3 -fomit-frame-pointer
try.c: /tmp/cc0bcdo5.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=athlon -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=athlon -O -fomit-frame-pointer
try.c: /tmp/ccpeJCxE.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=athlon -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=athlon -Os -fomit-frame-pointer
try.c: /tmp/ccpTn6hx.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=athlon -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=barcelona -O2 -fomit-frame-pointer
try.c: /tmp/ccTyOwKL.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=barcelona -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=barcelona -O3 -fomit-frame-pointer
try.c: /tmp/ccfZwmEr.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=barcelona -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=barcelona -O -fomit-frame-pointer
try.c: /tmp/ccGXE3GX.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=barcelona -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=barcelona -Os -fomit-frame-pointer
try.c: /tmp/cc2wGU1P.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=barcelona -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=i386 -O2 -fomit-frame-pointer
try.c: /tmp/ccC99DIZ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=i386 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=i386 -O3 -fomit-frame-pointer
try.c: /tmp/ccsF7ujP.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=i386 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=i386 -O -fomit-frame-pointer
try.c: /tmp/ccJHcbP8.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=i386 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=i386 -Os -fomit-frame-pointer
try.c: /tmp/ccFWAZJ6.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=i386 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=i486 -O2 -fomit-frame-pointer
try.c: /tmp/ccI3yGcG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=i486 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=i486 -O3 -fomit-frame-pointer
try.c: /tmp/ccWhsfSx.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=i486 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=i486 -O -fomit-frame-pointer
try.c: /tmp/ccBnG1YQ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=i486 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=i486 -Os -fomit-frame-pointer
try.c: /tmp/ccBzoKVQ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=i486 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-2 -O2 -fomit-frame-pointer
try.c: /tmp/ccDzMc7n.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6-2 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-2 -O3 -fomit-frame-pointer
try.c: /tmp/ccOgkGhd.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6-2 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-2 -O -fomit-frame-pointer
try.c: /tmp/ccsO794C.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6-2 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-2 -Os -fomit-frame-pointer
try.c: /tmp/ccIt2Qgv.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6-2 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-3 -O2 -fomit-frame-pointer
try.c: /tmp/ccMrjLcZ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6-3 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-3 -O3 -fomit-frame-pointer
try.c: /tmp/cc4A6BvE.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6-3 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-3 -O -fomit-frame-pointer
try.c: /tmp/ccnExgtb.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6-3 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-3 -Os -fomit-frame-pointer
try.c: /tmp/ccxg3ue8.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6-3 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6 -O2 -fomit-frame-pointer
try.c: /tmp/ccP7NYDU.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6 -O3 -fomit-frame-pointer
try.c: /tmp/cc92ojxC.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6 -O -fomit-frame-pointer
try.c: /tmp/ccwuOvk4.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k6 -Os -fomit-frame-pointer
try.c: /tmp/ccoT5Dd1.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k6 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k8 -O2 -fomit-frame-pointer
try.c: /tmp/ccmYhotN.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k8 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k8 -O3 -fomit-frame-pointer
try.c: /tmp/ccY6v8Aw.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k8 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k8 -O -fomit-frame-pointer
try.c: /tmp/ccLhJPB2.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k8 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=k8 -Os -fomit-frame-pointer
try.c: /tmp/ccziPFyU.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=k8 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=nocona -O2 -fomit-frame-pointer
try.c: /tmp/cchpLSUh.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=nocona -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=nocona -O3 -fomit-frame-pointer
try.c: /tmp/cclGCop8.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=nocona -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=nocona -O -fomit-frame-pointer
try.c: /tmp/cckzEhOp.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=nocona -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=nocona -Os -fomit-frame-pointer
try.c: /tmp/ccUQX35m.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=nocona -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-m -O2 -fomit-frame-pointer
try.c: /tmp/ccPXQTuA.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium-m -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-m -O3 -fomit-frame-pointer
try.c: /tmp/cc5ZqYek.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium-m -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-m -O -fomit-frame-pointer
try.c: /tmp/cciyZoNO.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium-m -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-m -Os -fomit-frame-pointer
try.c: /tmp/ccGVDn6E.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium-m -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-mmx -O2 -fomit-frame-pointer
try.c: /tmp/ccsEFd7T.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium-mmx -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-mmx -O3 -fomit-frame-pointer
try.c: /tmp/ccYDiovF.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium-mmx -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-mmx -O -fomit-frame-pointer
try.c: /tmp/cczsFzS5.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium-mmx -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-mmx -Os -fomit-frame-pointer
try.c: /tmp/ccr9iDE0.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium-mmx -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium2 -O2 -fomit-frame-pointer
try.c: /tmp/ccyjCo0U.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium2 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium2 -O3 -fomit-frame-pointer
try.c: /tmp/ccjVqwuN.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium2 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium2 -O -fomit-frame-pointer
try.c: /tmp/cctHyVg6.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium2 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium2 -Os -fomit-frame-pointer
try.c: /tmp/ccHbt3WZ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium2 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium3 -O2 -fomit-frame-pointer
try.c: /tmp/ccd3JpZv.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium3 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium3 -O3 -fomit-frame-pointer
try.c: /tmp/cclxlojf.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium3 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium3 -O -fomit-frame-pointer
try.c: /tmp/ccvsI95z.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium3 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium3 -Os -fomit-frame-pointer
try.c: /tmp/ccJb3U8o.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium3 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium4 -O2 -fomit-frame-pointer
try.c: /tmp/ccD3nSa1.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium4 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium4 -O3 -fomit-frame-pointer
try.c: /tmp/ccZZ9KJS.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium4 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium4 -O -fomit-frame-pointer
try.c: /tmp/ccypwT5a.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium4 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium4 -Os -fomit-frame-pointer
try.c: /tmp/ccY3Yr88.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium4 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium -O2 -fomit-frame-pointer
try.c: /tmp/ccIA7F6m.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium -O3 -fomit-frame-pointer
try.c: /tmp/ccMpRvq9.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium -O -fomit-frame-pointer
try.c: /tmp/cc9tzZ7y.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium -Os -fomit-frame-pointer
try.c: /tmp/ccJyj1zu.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentium -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentiumpro -O2 -fomit-frame-pointer
try.c: /tmp/ccoCyOWs.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentiumpro -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentiumpro -O3 -fomit-frame-pointer
try.c: /tmp/ccSeHnwc.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentiumpro -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentiumpro -O -fomit-frame-pointer
try.c: /tmp/ccHyAcbG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentiumpro -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=pentiumpro -Os -fomit-frame-pointer
try.c: /tmp/ccx4dqJx.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=pentiumpro -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=prescott -O2 -fomit-frame-pointer
try.c: /tmp/ccvml6e9.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=prescott -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=prescott -O3 -fomit-frame-pointer
try.c: /tmp/ccLuRMdX.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=prescott -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=prescott -O -fomit-frame-pointer
try.c: /tmp/ccCvG3ej.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=prescott -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -funroll-loops -m32 -march=prescott -Os -fomit-frame-pointer
try.c: /tmp/ccwOEvUg.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -funroll-loops -m32 -march=prescott -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -O2 -fomit-frame-pointer
try.c: /tmp/ccDUEMWw.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -O3 -fomit-frame-pointer
try.c: /tmp/ccvBVFmq.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -O -fomit-frame-pointer
try.c: /tmp/cclgZwwz.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -Os -fomit-frame-pointer
try.c: /tmp/ccaL2ZoG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=athlon -O2 -fomit-frame-pointer
try.c: /tmp/ccFUems3.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=athlon -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=athlon -O3 -fomit-frame-pointer
try.c: /tmp/ccvCbiQP.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=athlon -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=athlon -O -fomit-frame-pointer
try.c: /tmp/ccKg1tGU.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=athlon -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=athlon -Os -fomit-frame-pointer
try.c: /tmp/cchD4312.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=athlon -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=barcelona -O2 -fomit-frame-pointer
try.c: /tmp/cciAZAgt.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status
try.c: /tmp/cciAZAgt.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=barcelona -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=barcelona -O3 -fomit-frame-pointer
try.c: /tmp/ccU8YfZh.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status
try.c: /tmp/ccU8YfZh.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=barcelona -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=barcelona -O -fomit-frame-pointer
try.c: /tmp/ccfLTwOk.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status
try.c: /tmp/ccfLTwOk.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=barcelona -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=barcelona -Os -fomit-frame-pointer
try.c: /tmp/cch3dwoA.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status
try.c: /tmp/cch3dwoA.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=barcelona -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core-avx-i -O2 -fomit-frame-pointer
try.c: /tmp/ccUNaaZ3.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core-avx-i -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core-avx-i -O3 -fomit-frame-pointer
try.c: /tmp/ccIolkCV.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core-avx-i -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core-avx-i -O -fomit-frame-pointer
try.c: /tmp/ccTnqbyY.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core-avx-i -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core-avx-i -Os -fomit-frame-pointer
try.c: /tmp/ccTooRia.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core-avx-i -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -O2 -fomit-frame-pointer
try.c: /tmp/ccbFlYuf.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -O3 -fomit-frame-pointer
try.c: /tmp/ccLlGCf7.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -O -fomit-frame-pointer
try.c: /tmp/ccqpn1G9.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -Os -fomit-frame-pointer
try.c: /tmp/cckEKhdm.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -msse4.1 -O2 -fomit-frame-pointer
try.c: /tmp/ccFwrn9k.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -msse4.1 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -msse4.1 -O3 -fomit-frame-pointer
try.c: /tmp/ccR7OARc.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -msse4.1 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -msse4.1 -O -fomit-frame-pointer
try.c: /tmp/cccRxZ7g.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -msse4.1 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -msse4.1 -Os -fomit-frame-pointer
try.c: /tmp/cc2GRvYv.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -msse4.1 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -msse4 -O2 -fomit-frame-pointer
try.c: /tmp/ccUFz92k.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -msse4 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -msse4 -O3 -fomit-frame-pointer
try.c: /tmp/ccSrkahb.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -msse4 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -msse4 -O -fomit-frame-pointer
try.c: /tmp/ccODukOm.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -msse4 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=core2 -msse4 -Os -fomit-frame-pointer
try.c: /tmp/ccPIK9Nr.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=core2 -msse4 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=corei7-avx -O2 -fomit-frame-pointer
try.c: /tmp/ccYRdBna.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=corei7-avx -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=corei7-avx -O3 -fomit-frame-pointer
try.c: /tmp/ccmxZtv1.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=corei7-avx -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=corei7-avx -O -fomit-frame-pointer
try.c: /tmp/ccLpjkW4.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=corei7-avx -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=corei7-avx -Os -fomit-frame-pointer
try.c: /tmp/cc18JsNg.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=corei7-avx -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=corei7 -O2 -fomit-frame-pointer
try.c: /tmp/ccxjMuD5.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=corei7 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=corei7 -O3 -fomit-frame-pointer
try.c: /tmp/ccFI9SWW.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=corei7 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=corei7 -O -fomit-frame-pointer
try.c: /tmp/ccfho1Ab.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=corei7 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=corei7 -Os -fomit-frame-pointer
try.c: /tmp/ccYBRiGg.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=corei7 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=i386 -O2 -fomit-frame-pointer
try.c: /tmp/ccIqJtQl.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=i386 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=i386 -O3 -fomit-frame-pointer
try.c: /tmp/ccujOYWk.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=i386 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=i386 -O -fomit-frame-pointer
try.c: /tmp/ccns4GHd.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=i386 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=i386 -Os -fomit-frame-pointer
try.c: /tmp/ccn7VHJz.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=i386 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=i486 -O2 -fomit-frame-pointer
try.c: /tmp/cc2h3jDG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=i486 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=i486 -O3 -fomit-frame-pointer
try.c: /tmp/cc9kOHlt.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=i486 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=i486 -O -fomit-frame-pointer
try.c: /tmp/ccXEIU1y.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=i486 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=i486 -Os -fomit-frame-pointer
try.c: /tmp/cccFXIwI.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=i486 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6-2 -O2 -fomit-frame-pointer
try.c: /tmp/ccRKnZYU.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6-2 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6-2 -O3 -fomit-frame-pointer
try.c: /tmp/ccjmtEGG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6-2 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6-2 -O -fomit-frame-pointer
try.c: /tmp/ccsK2b2L.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6-2 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6-2 -Os -fomit-frame-pointer
try.c: /tmp/cc6fQgo2.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6-2 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6-3 -O2 -fomit-frame-pointer
try.c: /tmp/cclOiHtZ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6-3 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6-3 -O3 -fomit-frame-pointer
try.c: /tmp/ccHEeANK.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6-3 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6-3 -O -fomit-frame-pointer
try.c: /tmp/cc04Ob2Q.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6-3 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6-3 -Os -fomit-frame-pointer
try.c: /tmp/ccAHy3R6.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6-3 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6 -O2 -fomit-frame-pointer
try.c: /tmp/ccOVMojT.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6 -O3 -fomit-frame-pointer
try.c: /tmp/cc84LZ4N.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6 -O -fomit-frame-pointer
try.c: /tmp/ccBZ4TQN.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k6 -Os -fomit-frame-pointer
try.c: /tmp/cc4Sp7oS.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k6 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k8 -O2 -fomit-frame-pointer
try.c: /tmp/ccmEtoAX.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k8 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k8 -O3 -fomit-frame-pointer
try.c: /tmp/cciVHySO.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k8 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k8 -O -fomit-frame-pointer
try.c: /tmp/ccYyhULY.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k8 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=k8 -Os -fomit-frame-pointer
try.c: /tmp/cclT0oU6.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=k8 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=native -mtune=native -O2 -fomit-frame-pointer
try.c: /tmp/ccmuRZ5w.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=native -mtune=native -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=native -mtune=native -O3 -fomit-frame-pointer
try.c: /tmp/ccETyf4p.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=native -mtune=native -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=native -mtune=native -O -fomit-frame-pointer
try.c: /tmp/ccFWmlyr.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=native -mtune=native -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=native -mtune=native -Os -fomit-frame-pointer
try.c: /tmp/ccPiYfSH.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=native -mtune=native -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=nocona -O2 -fomit-frame-pointer
try.c: /tmp/ccYQMAwI.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=nocona -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=nocona -O3 -fomit-frame-pointer
try.c: /tmp/ccEy1qJF.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=nocona -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=nocona -O -fomit-frame-pointer
try.c: /tmp/ccx4MI7A.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=nocona -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=nocona -Os -fomit-frame-pointer
try.c: /tmp/ccle9M6S.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=nocona -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium-m -O2 -fomit-frame-pointer
try.c: /tmp/ccdFCkts.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium-m -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium-m -O3 -fomit-frame-pointer
try.c: /tmp/ccl5vNgn.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium-m -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium-m -O -fomit-frame-pointer
try.c: /tmp/ccKAE4Cm.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium-m -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium-m -Os -fomit-frame-pointer
try.c: /tmp/cc6mbuyD.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium-m -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium-mmx -O2 -fomit-frame-pointer
try.c: /tmp/ccNUQIvY.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium-mmx -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium-mmx -O3 -fomit-frame-pointer
try.c: /tmp/cctg0DhS.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium-mmx -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium-mmx -O -fomit-frame-pointer
try.c: /tmp/ccaDR69R.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium-mmx -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium-mmx -Os -fomit-frame-pointer
try.c: /tmp/ccgbhEd8.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium-mmx -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium2 -O2 -fomit-frame-pointer
try.c: /tmp/ccW45DC8.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium2 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium2 -O3 -fomit-frame-pointer
try.c: /tmp/ccaa49J1.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium2 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium2 -O -fomit-frame-pointer
try.c: /tmp/ccXNico2.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium2 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium2 -Os -fomit-frame-pointer
try.c: /tmp/ccNnUD1h.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium2 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium3 -O2 -fomit-frame-pointer
try.c: /tmp/cccHv5ph.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium3 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium3 -O3 -fomit-frame-pointer
try.c: /tmp/ccoUf027.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium3 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium3 -O -fomit-frame-pointer
try.c: /tmp/ccnby3bb.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium3 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium3 -Os -fomit-frame-pointer
try.c: /tmp/ccuBSrRg.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium3 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium4 -O2 -fomit-frame-pointer
try.c: /tmp/ccN35Rle.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium4 -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium4 -O3 -fomit-frame-pointer
try.c: /tmp/ccxU6QLe.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium4 -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium4 -O -fomit-frame-pointer
try.c: /tmp/cciQS6Ia.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium4 -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium4 -Os -fomit-frame-pointer
try.c: /tmp/ccSNHSsp.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium4 -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium -O2 -fomit-frame-pointer
try.c: /tmp/ccp8PD4K.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium -O3 -fomit-frame-pointer
try.c: /tmp/ccbCWlpF.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium -O -fomit-frame-pointer
try.c: /tmp/ccWXUgCG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentium -Os -fomit-frame-pointer
try.c: /tmp/cc8k8wbV.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentium -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentiumpro -O2 -fomit-frame-pointer
try.c: /tmp/cccHbD7Y.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentiumpro -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentiumpro -O3 -fomit-frame-pointer
try.c: /tmp/ccIcNiqS.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentiumpro -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentiumpro -O -fomit-frame-pointer
try.c: /tmp/ccBJpv5S.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentiumpro -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=pentiumpro -Os -fomit-frame-pointer
try.c: /tmp/cc7iizH5.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=pentiumpro -Os -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=prescott -O2 -fomit-frame-pointer
try.c: /tmp/ccOZIhuu.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=prescott -O2 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=prescott -O3 -fomit-frame-pointer
try.c: /tmp/ccINe6Gp.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=prescott -O3 -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=prescott -O -fomit-frame-pointer
try.c: /tmp/cc2TRu4w.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=prescott -O -fomit-frame-pointer openssl

Compiler output

Implementation: crypto_sign/donald1024/openssl
Compiler: gcc -m32 -march=prescott -Os -fomit-frame-pointer
try.c: /tmp/ccL4OZ2E.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald1024.a(keypair.o): In function `crypto_sign_donald1024_openssl_keypair':
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_new'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_generate_key'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: keypair.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: keypair.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `SHA1'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_new'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: verification.c:(.text+0x...): undefined reference to `BN_new'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: verification.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: crypto_sign_donald1024.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald1024.a(verification.o): In function `verification':
try.c: verification.c:(.text+0x...): undefined reference to `DSA_do_verify'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: verification.c:(.text+0x...): undefined reference to `DSA_free'
try.c: crypto_sign_donald1024.a(signatureofshorthash.o): In function `signatureofshorthash':
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `SHA1'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_new'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bin2bn'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_do_sign'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_num_bits'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `BN_bn2bin'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_SIG_free'
try.c: signatureofshorthash.c:(.text+0x...): undefined reference to `DSA_free'
try.c: collect2: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -m32 -march=prescott -Os -fomit-frame-pointer openssl