1) Please find below the commands I used to build TSLIB.

> ./autogen.sh

>./configure  --host=arm-none-linux-gnueabi LDFLAGS="--static
-I/usr/local/android/tools/arm-2007q1/lib" --enable-all-static --
disable-shared --prefix=/usr/local/android/andfs1-bkup/system

> make

> make install

Is there any problem in the configure command?

How do I build the plugins of tslib?


2) Also I tried changing the ./configure command as below:

 ./configure  --host=arm-none-linux-gnueabi LDFLAGS="--static
 -L/usr/local/android/andfs1-bkup/system/lib" --enable-debug
 --disable-shared --prefix=/usr/local/android/andfs1-bkup/system/
 --enable-static

During make, I get the following warning:

"warning: Using 'dlopen' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking"

Android does not use glibc instead it uses bionic.
Could this be a problem why I'am not able to statically build tslib?

Regards,
Divya


--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to