How To Add a new Library?

striker07
Hi!

I want to add some extra libraries in the default Linux installation (with
Qtopia), such SDL and fprint. Did someone has a howTo?

Jorge
put files in  (/lib/)

striker07
Well, I compiled the source code of the lib with the toolchain
(arm-linux-gcc), and it generated the compiled files. I put the lib files
in the /lib folder of the mini6410. I put the include and lib folders in
the folders of the toolchain, but when I link it (for generate the exec
file), it can't find the libs. 

Any tip? I really need help... :(

striker07
A new info: in the log of the linker, it seems to be searching for the lib,
but it is classified as incompatible (huh?!)

/opt/FriendlyARM/.../arm-none-linux-gnueabi/bin/ld: skipping incompatible
/opt/FriendlyARM/.../arm-none-linux-gnueabi/lib/libfprint.a when searching
for -lfprint

Abhinit
u need to compile and make on on your computer itself using the toolchain,
after that put the executables in /bin and libraries files, in /lib on your
micro6410.