> I found some answer to my previous questions and wrote a short tutorial
> at http://source.online.free.fr/Linux_HowToCompileSQLite.html

a ".o" file is a collection of compiled code called an 'object' file.
A library file
is very similar but includes a directory so some of the file can be
included in your
program and the parts not referenced left out.

>
> I still have two points to solve
>
> How can I check the functions available in the sqlite3 shared library ?
> Are there some tools available to list the functions
> exported from a shared library under linux ?

I believe the 'lib' program has options to do that.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to