On Sat, 2010-12-25 at 15:55 +0100, Sylvain Pointeau wrote:
> Hi Mateusz,
> 
> 
> Currently I am on macosx :-)
> 
> 
> I have an idea in mind and I would possibly use the sqlite encryption.
> If I do, I would need to statically link the DB library with my
> program.
> 
> 
> Also, I use Qt to make it cross-plateform.
> 
> 
> Best regards,
> Sylvain


Hi,
soci does provide static versions of itself.
So if you have a static version of sqlite3 this is no problem.
Just use the files with the .a extension instead of .so when linking

You may need to explicitly link with libdl and a pthread library in this
case as they are not anymore pulled over the indirect linkage of the
shared soci version.

I don't think it should be a responsibility of soci to provide a library
with static linked in backends.

Best Regards,
Julian Taylor

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to