I am using    Linux debian 2.6.26-2-686 #1 SMP Thu Nov 25 01:53:57 UTC 2010
i686 GNU/Linux   and 

I am trying to compile openssl-1.0.0b release.

 

I did as step I - ./Configure

Then as step II I did make and got the following errors as linking errors

Can anyone help me...

 

../libcrypto.a(cmll-x86.o): In function `Camellia_encrypt':

cmll-586.s:(.text+0xa0): multiple definition of `Camellia_encrypt'

../libcrypto.a(cmll_misc.o):cmll_misc.c:(.text+0x30): first defined here

../libcrypto.a(cmll-x86.o): In function `Camellia_decrypt':

cmll-586.s:(.text+0x4d0): multiple definition of `Camellia_decrypt'

../libcrypto.a(cmll_misc.o):cmll_misc.c:(.text+0x0): first defined here

../libcrypto.a(cmll-x86.o): In function `Camellia_set_key':

cmll-586.s:(.text+0x11d0): multiple definition of `Camellia_set_key'

../libcrypto.a(cmll_misc.o):cmll_misc.c:(.text+0x60): first defined here

../libcrypto.a(cmll-x86.o): In function `Camellia_cbc_encrypt':

cmll-586.s:(.text+0x2280): multiple definition of `Camellia_cbc_encrypt'

../libcrypto.a(cmll_cbc.o):cmll_cbc.c:(.text+0x0): first defined here

collect2: ld returned 1 exit status

make[2]: *** [link_app.] Error 1

make[2]: Leaving directory `/root/openssl-1.0.0b/apps'

make[1]: *** [openssl] Error 2

make[1]: Leaving directory `/root/openssl-1.0.0b/apps'

make: *** [build_apps] Error 1

Reply via email to