HELLO
CAN YOU HELP ME

My problem=
I 'm trying on my PC to cross compile PWLIB with an arm-tool chain (armv4l) 
installed on my PC and with the proper arm-linux libraries .So in the 
pwlib/make/unix.mak �makefile ,  instead of writing LDLIBS += -ldl , I wrote 
LDLIBS +=-L/usr/arm/arm-linux/lib/dl 
but unfortunately, the linkage of pwlib failed and I had the following error 
/my home/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `dlclose'
/my home/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `dlopen'
/my home/pwlib/lib/libpt_linux_x86_r.so: undefined reference to `dlsym'

libpt_linux_x86_r  is a library that is created by the compilation of PWLIB , 
which is a stack , don t pay attention to "linux_x86" , i didn't change its 
name in PWLIB's makefiles bu it 'ok .

 
What can I do to make a successful linkage with the libdl* libraries which 
are in /usr/arm/arm-linux-lib/ and not in /usr/lib or /lib/ ?

Thank you very much for any help . 

DAN 

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to