Hi,

I`m trying to compile OpenSC(0.11.2) for the ep9307A(cirrus-logic arm9
processor) platform. I get a warning like,

==========================
arm-linux-gcc -I../../src/common -Wall -fno-strict-aliasing
-I/home/opensc/arm-cirrus-libtool/include -o .libs/base64 base64.o sc-test.o
my_getopt.o...
...
...all the includes and other parameters to be passed...
...
/usr/local/arm/3.4/bin-ccache/../lib/gcc/arm-linux-uclibc/3.4.3/../../../../arm-linux-uclibc/bin/ld:
warning: libscconf.so.2, needed by ../../src/libopensc/.libs/libopensc.so,
not found (try using -rpath or -rpath-link)
../../src/libopensc/.libs/libopensc.so: undefined reference to
`EVP_CIPHER_CTX_init'
../../src/libopensc/.libs/libopensc.so: undefined reference to
`scconf_find_blocks'
../../src/libopensc/.libs/libopensc.so: undefined reference to `X509_free'
../../src/libopensc/.libs/libopensc.so: undefined reference to
`SCardReconnect'
==========================

(well, libscconf.so.2 is compiled before the libopensc during the make
process, and I explicity put it in the library search path)

I tried using rpath and rpath-link options for the linker as described in
the gnu manual. I included the library in the linker library search path but
all didn`t help.

Does anybody have any idea about the problem. seems to be the
compiler-linker part any guesses??


software versions

Linux Kernel 2.6.8.1
arm-linux-gcc 3.4.3-1.0.1
openssl-0.9.7k
gnu libtool 1.5.22
pc/sc lite 1.4.0
opensc 0.11.2



Regards,

Ismail
-- 
View this message in context: 
http://www.nabble.com/OpenSC-on-arm-linux--platform-tf4019136.html#a11414820
Sent from the OpenSC - Dev mailing list archive at Nabble.com.

_______________________________________________
opensc-devel mailing list
[email protected]
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to