Implementation notes: x86, bridge, crypto_sign/donald512

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

Compiler output

Implementation: crypto_sign/donald512/openssl
Compiler: gcc -funroll-loops -m32 -O2 -fomit-frame-pointer
try.c: /tmp/cc4yfRUJ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -O3 -fomit-frame-pointer
try.c: /tmp/ccqJ7nCA.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -O -fomit-frame-pointer
try.c: /tmp/ccdJHSGW.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -Os -fomit-frame-pointer
try.c: /tmp/ccUnkutK.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=athlon -O2 -fomit-frame-pointer
try.c: /tmp/cc5CO6Iz.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=athlon -O3 -fomit-frame-pointer
try.c: /tmp/ccH3hryh.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=athlon -O -fomit-frame-pointer
try.c: /tmp/cc0H8ToK.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=athlon -Os -fomit-frame-pointer
try.c: /tmp/ccYoaGXG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=barcelona -O2 -fomit-frame-pointer
try.c: /tmp/ccbltg4F.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=barcelona -O3 -fomit-frame-pointer
try.c: /tmp/cch0WLjt.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=barcelona -O -fomit-frame-pointer
try.c: /tmp/ccuA0jKT.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=barcelona -Os -fomit-frame-pointer
try.c: /tmp/ccogZ0qN.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=i386 -O2 -fomit-frame-pointer
try.c: /tmp/ccmIayke.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=i386 -O3 -fomit-frame-pointer
try.c: /tmp/cc0bWaVa.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=i386 -O -fomit-frame-pointer
try.c: /tmp/ccJi0inn.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=i386 -Os -fomit-frame-pointer
try.c: /tmp/ccvzddXn.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=i486 -O2 -fomit-frame-pointer
try.c: /tmp/ccwlfkF3.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=i486 -O3 -fomit-frame-pointer
try.c: /tmp/ccWlaPET.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=i486 -O -fomit-frame-pointer
try.c: /tmp/ccJIffvb.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=i486 -Os -fomit-frame-pointer
try.c: /tmp/ccl9xJLb.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-2 -O2 -fomit-frame-pointer
try.c: /tmp/cczYTakz.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-2 -O3 -fomit-frame-pointer
try.c: /tmp/ccd48S1i.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-2 -O -fomit-frame-pointer
try.c: /tmp/ccGOpLQJ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-2 -Os -fomit-frame-pointer
try.c: /tmp/cccUJhdG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-3 -O2 -fomit-frame-pointer
try.c: /tmp/ccFd0Ct4.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-3 -O3 -fomit-frame-pointer
try.c: /tmp/ccbMqEaO.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-3 -O -fomit-frame-pointer
try.c: /tmp/ccCWkI8e.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6-3 -Os -fomit-frame-pointer
try.c: /tmp/cc4ZrLmb.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6 -O2 -fomit-frame-pointer
try.c: /tmp/ccx3awUX.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6 -O3 -fomit-frame-pointer
try.c: /tmp/ccTTGeHK.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6 -O -fomit-frame-pointer
try.c: /tmp/ccUCDGkb.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k6 -Os -fomit-frame-pointer
try.c: /tmp/ccg0gnl5.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k8 -O2 -fomit-frame-pointer
try.c: /tmp/cckmFM2d.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k8 -O3 -fomit-frame-pointer
try.c: /tmp/ccKScZeW.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k8 -O -fomit-frame-pointer
try.c: /tmp/cc8nXVff.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=k8 -Os -fomit-frame-pointer
try.c: /tmp/cckVKRd9.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=nocona -O2 -fomit-frame-pointer
try.c: /tmp/ccBrV9Og.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=nocona -O3 -fomit-frame-pointer
try.c: /tmp/cc7dzLHb.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=nocona -O -fomit-frame-pointer
try.c: /tmp/cc0iMnxp.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=nocona -Os -fomit-frame-pointer
try.c: /tmp/ccoIF9xr.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-m -O2 -fomit-frame-pointer
try.c: /tmp/ccNWWtOr.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-m -O3 -fomit-frame-pointer
try.c: /tmp/ccdqZcJd.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-m -O -fomit-frame-pointer
try.c: /tmp/ccGtCy6D.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-m -Os -fomit-frame-pointer
try.c: /tmp/cc8oHSBw.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-mmx -O2 -fomit-frame-pointer
try.c: /tmp/cc2OiOEo.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-mmx -O3 -fomit-frame-pointer
try.c: /tmp/cc6FTm49.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-mmx -O -fomit-frame-pointer
try.c: /tmp/ccXmrCJw.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium-mmx -Os -fomit-frame-pointer
try.c: /tmp/ccHXHPZv.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium2 -O2 -fomit-frame-pointer
try.c: /tmp/ccerm4Qw.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium2 -O3 -fomit-frame-pointer
try.c: /tmp/cc6fzwli.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium2 -O -fomit-frame-pointer
try.c: /tmp/ccZpX4TG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium2 -Os -fomit-frame-pointer
try.c: /tmp/cc31Tn0B.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium3 -O2 -fomit-frame-pointer
try.c: /tmp/ccNDc3tc.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium3 -O3 -fomit-frame-pointer
try.c: /tmp/cclpuGgV.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium3 -O -fomit-frame-pointer
try.c: /tmp/cclF9g8c.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium3 -Os -fomit-frame-pointer
try.c: /tmp/ccVb6gs5.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium4 -O2 -fomit-frame-pointer
try.c: /tmp/ccJdX8tJ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium4 -O3 -fomit-frame-pointer
try.c: /tmp/cc3GPrpC.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium4 -O -fomit-frame-pointer
try.c: /tmp/ccI9kF2R.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium4 -Os -fomit-frame-pointer
try.c: /tmp/ccTuutcI.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium -O2 -fomit-frame-pointer
try.c: /tmp/ccyYJewL.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium -O3 -fomit-frame-pointer
try.c: /tmp/ccuhKtlx.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium -O -fomit-frame-pointer
try.c: /tmp/cc15WAET.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentium -Os -fomit-frame-pointer
try.c: /tmp/cc1UjdIS.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentiumpro -O2 -fomit-frame-pointer
try.c: /tmp/ccUYlsGX.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentiumpro -O3 -fomit-frame-pointer
try.c: /tmp/cc2JOVQJ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentiumpro -O -fomit-frame-pointer
try.c: /tmp/cc9QGko9.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=pentiumpro -Os -fomit-frame-pointer
try.c: /tmp/cc7aune3.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=prescott -O2 -fomit-frame-pointer
try.c: /tmp/ccR1AH61.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=prescott -O3 -fomit-frame-pointer
try.c: /tmp/ccXtufPS.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=prescott -O -fomit-frame-pointer
try.c: /tmp/ccaeH2z8.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -funroll-loops -m32 -march=prescott -Os -fomit-frame-pointer
try.c: /tmp/ccyVa157.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -O2 -fomit-frame-pointer
try.c: /tmp/ccOOqCXX.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -O3 -fomit-frame-pointer
try.c: /tmp/ccWV8NOT.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -O -fomit-frame-pointer
try.c: /tmp/ccrp4k8N.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -Os -fomit-frame-pointer
try.c: /tmp/cc94ZMb8.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=athlon -O2 -fomit-frame-pointer
try.c: /tmp/ccnbMqWR.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=athlon -O3 -fomit-frame-pointer
try.c: /tmp/ccbbXaCK.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=athlon -O -fomit-frame-pointer
try.c: /tmp/ccT3QefU.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=athlon -Os -fomit-frame-pointer
try.c: /tmp/ccuEL3J3.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=barcelona -O2 -fomit-frame-pointer
try.c: /tmp/ccd2QQlO.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/ccd2QQlO.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=barcelona -O3 -fomit-frame-pointer
try.c: /tmp/ccSLXXtv.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/ccSLXXtv.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=barcelona -O -fomit-frame-pointer
try.c: /tmp/ccEVix0E.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/ccEVix0E.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=barcelona -Os -fomit-frame-pointer
try.c: /tmp/ccX4qHZL.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/ccX4qHZL.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core-avx-i -O2 -fomit-frame-pointer
try.c: /tmp/cctS96n9.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core-avx-i -O3 -fomit-frame-pointer
try.c: /tmp/cc3Ld22Y.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core-avx-i -O -fomit-frame-pointer
try.c: /tmp/ccyrg392.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core-avx-i -Os -fomit-frame-pointer
try.c: /tmp/ccqgiMCf.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -O2 -fomit-frame-pointer
try.c: /tmp/ccmePOPr.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -O3 -fomit-frame-pointer
try.c: /tmp/ccoW1B1l.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -O -fomit-frame-pointer
try.c: /tmp/ccjHtfYi.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -Os -fomit-frame-pointer
try.c: /tmp/ccKhfJSr.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -msse4.1 -O2 -fomit-frame-pointer
try.c: /tmp/ccDsGv6s.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -msse4.1 -O3 -fomit-frame-pointer
try.c: /tmp/ccRJYc5m.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -msse4.1 -O -fomit-frame-pointer
try.c: /tmp/ccQhl7ik.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -msse4.1 -Os -fomit-frame-pointer
try.c: /tmp/ccSQZl6z.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -msse4 -O2 -fomit-frame-pointer
try.c: /tmp/cc5zi0iB.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -msse4 -O3 -fomit-frame-pointer
try.c: /tmp/ccbNMlKu.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -msse4 -O -fomit-frame-pointer
try.c: /tmp/ccKgKs9w.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=core2 -msse4 -Os -fomit-frame-pointer
try.c: /tmp/ccC4551M.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=corei7-avx -O2 -fomit-frame-pointer
try.c: /tmp/cca8uqF5.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=corei7-avx -O3 -fomit-frame-pointer
try.c: /tmp/cciJuG00.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=corei7-avx -O -fomit-frame-pointer
try.c: /tmp/cc6afgo9.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=corei7-avx -Os -fomit-frame-pointer
try.c: /tmp/cczQJR2g.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=corei7 -O2 -fomit-frame-pointer
try.c: /tmp/ccqtJvQe.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=corei7 -O3 -fomit-frame-pointer
try.c: /tmp/cccTl8U8.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=corei7 -O -fomit-frame-pointer
try.c: /tmp/ccZ2ZUjb.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=corei7 -Os -fomit-frame-pointer
try.c: /tmp/ccF1WKvq.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=i386 -O2 -fomit-frame-pointer
try.c: /tmp/ccrbwzGJ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=i386 -O3 -fomit-frame-pointer
try.c: /tmp/ccddzmhK.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=i386 -O -fomit-frame-pointer
try.c: /tmp/ccuEM24A.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=i386 -Os -fomit-frame-pointer
try.c: /tmp/ccsdEn7S.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=i486 -O2 -fomit-frame-pointer
try.c: /tmp/ccJrLHH4.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=i486 -O3 -fomit-frame-pointer
try.c: /tmp/cch3oLD2.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=i486 -O -fomit-frame-pointer
try.c: /tmp/cckPimVT.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=i486 -Os -fomit-frame-pointer
try.c: /tmp/cccCuXTd.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6-2 -O2 -fomit-frame-pointer
try.c: /tmp/ccyLuZ6M.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6-2 -O3 -fomit-frame-pointer
try.c: /tmp/ccSiI40E.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6-2 -O -fomit-frame-pointer
try.c: /tmp/ccR5yJcI.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6-2 -Os -fomit-frame-pointer
try.c: /tmp/ccjdcU8W.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6-3 -O2 -fomit-frame-pointer
try.c: /tmp/cckWhGLW.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6-3 -O3 -fomit-frame-pointer
try.c: /tmp/cceOhMeM.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6-3 -O -fomit-frame-pointer
try.c: /tmp/ccRIyMsP.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6-3 -Os -fomit-frame-pointer
try.c: /tmp/cc5VpGp4.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6 -O2 -fomit-frame-pointer
try.c: /tmp/ccakCaTC.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6 -O3 -fomit-frame-pointer
try.c: /tmp/ccYL2Rpv.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6 -O -fomit-frame-pointer
try.c: /tmp/ccaef6sF.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k6 -Os -fomit-frame-pointer
try.c: /tmp/ccBAS8kM.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k8 -O2 -fomit-frame-pointer
try.c: /tmp/ccFcw1GY.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k8 -O3 -fomit-frame-pointer
try.c: /tmp/ccpnYDfT.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k8 -O -fomit-frame-pointer
try.c: /tmp/ccm9HinU.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=k8 -Os -fomit-frame-pointer
try.c: /tmp/cc2Voaya.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=native -mtune=native -O2 -fomit-frame-pointer
try.c: /tmp/ccwLgRvL.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=native -mtune=native -O3 -fomit-frame-pointer
try.c: /tmp/cc2swQJG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=native -mtune=native -O -fomit-frame-pointer
try.c: /tmp/ccJGu4iF.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=native -mtune=native -Os -fomit-frame-pointer
try.c: /tmp/ccVxWF1W.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=nocona -O2 -fomit-frame-pointer
try.c: /tmp/ccLHy7Bs.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=nocona -O3 -fomit-frame-pointer
try.c: /tmp/ccH7rugs.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=nocona -O -fomit-frame-pointer
try.c: /tmp/cc8sz3xk.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=nocona -Os -fomit-frame-pointer
try.c: /tmp/cc8dxfeG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium-m -O2 -fomit-frame-pointer
try.c: /tmp/cccMOcZ8.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium-m -O3 -fomit-frame-pointer
try.c: /tmp/ccI0fsb3.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium-m -O -fomit-frame-pointer
try.c: /tmp/ccPBOSJ4.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium-m -Os -fomit-frame-pointer
try.c: /tmp/ccpx3yZj.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium-mmx -O2 -fomit-frame-pointer
try.c: /tmp/ccMIRiLr.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium-mmx -O3 -fomit-frame-pointer
try.c: /tmp/ccYHXVGn.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium-mmx -O -fomit-frame-pointer
try.c: /tmp/ccJdr4Oi.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium-mmx -Os -fomit-frame-pointer
try.c: /tmp/ccRwGvFB.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium2 -O2 -fomit-frame-pointer
try.c: /tmp/ccXEAvsG.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium2 -O3 -fomit-frame-pointer
try.c: /tmp/ccvYdX3A.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium2 -O -fomit-frame-pointer
try.c: /tmp/ccIJyaLx.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium2 -Os -fomit-frame-pointer
try.c: /tmp/ccMZ5DtN.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium3 -O2 -fomit-frame-pointer
try.c: /tmp/ccFkOqUR.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium3 -O3 -fomit-frame-pointer
try.c: /tmp/ccrSqhwM.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium3 -O -fomit-frame-pointer
try.c: /tmp/ccYsEV1I.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium3 -Os -fomit-frame-pointer
try.c: /tmp/ccxh8r8R.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium4 -O2 -fomit-frame-pointer
try.c: /tmp/ccE5ao3R.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium4 -O3 -fomit-frame-pointer
try.c: /tmp/ccue4PgU.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium4 -O -fomit-frame-pointer
try.c: /tmp/ccnB2cSJ.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium4 -Os -fomit-frame-pointer
try.c: /tmp/ccHmBoE5.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium -O2 -fomit-frame-pointer
try.c: /tmp/cc4SpB0b.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium -O3 -fomit-frame-pointer
try.c: /tmp/cc8vYR99.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium -O -fomit-frame-pointer
try.c: /tmp/ccFSW6q4.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentium -Os -fomit-frame-pointer
try.c: /tmp/ccx8fimm.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentiumpro -O2 -fomit-frame-pointer
try.c: /tmp/ccXl16tu.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentiumpro -O3 -fomit-frame-pointer
try.c: /tmp/cc3Cxvqn.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentiumpro -O -fomit-frame-pointer
try.c: /tmp/ccHYvfby.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=pentiumpro -Os -fomit-frame-pointer
try.c: /tmp/cc2oaXhC.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=prescott -O2 -fomit-frame-pointer
try.c: /tmp/cczi3hJb.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=prescott -O3 -fomit-frame-pointer
try.c: /tmp/ccb6kkEa.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=prescott -O -fomit-frame-pointer
try.c: /tmp/ccBuT9sf.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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/donald512/openssl
Compiler: gcc -m32 -march=prescott -Os -fomit-frame-pointer
try.c: /tmp/ccOXOq3m.o: In function `preallocate':
try.c: try.c:(.text+0x...): undefined reference to `RAND_status'
try.c: crypto_sign_donald512.a(keypair.o): In function `crypto_sign_donald512_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_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_new' follow
try.c: crypto_sign_donald512.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_donald512.a(verification.o):verification.c:(.text+0x...): more undefined references to `BN_bin2bn' follow
try.c: crypto_sign_donald512.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_donald512.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