Hello,

On Mon, Jul 30, 2012 at 6:43 PM, Black, Michael (IS) <[email protected]
> wrote:

> You've got me totally confused....you say "shared library" and
> "dynamically linked" but then say it's embedded in the GUI.
>
> Which is it?
>
> Are you on Unix/Linux?
>
> Can you show us your Makefile or an example build line?
> What are you compiling with?
>
> Have you duplicated your GUI build process on another program using all
> the same settings and succeeded?
>

After some investigation, it looks like when building shared library using
GCC, it exports all the SQLite functions too. And for some reason at
runtime, functions gets resolved to the statically linked version in the
GUI. I hope using visibility settings in GCC will fix this problem. I will
try it and let you guys know.

-- 
-n
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to