Okeydoke.  Well, keep in mind, you are already statically linking sqlite
(sort of), and apparently the libsymmeteric as well.  It’s only the gcc
runtime that is dynamically linked.  I believe if you just change the flags
as per the article linked, then that will happen with no further effort on
your part.

(I say 'sort of' on sqlite, because extension libraries actually just get a
forwarding pointer that uses the code in the host application, via the
magikry of sqlite3_ext.h.  I say libsymmetric is apparently statically
linked already, because there are no unrecognizable dll imports other than
gcc_blabblahblah.)

Even if your checking in of the dll binary was a error, you might consider
continuing it, since it makes it possible for folks like Gert to try it out
(since he is user rather than a developer).

Thanks for making it!

-dave

> -----Original Message-----
> From: sqlite-users-boun...@sqlite.org 
> [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Andrea Peri
> Sent: Friday, September 26, 2014 10:38 AM
> To: General Discussion of SQLite Database
> Subject: [sqlite] A new extension for sqlite to analyze the 
> stringmetrics
> 
> 
> >For Andrea Peri's benefit, I did google and find where 
> someone mentions the
> >appropriate flags to statically link the dependency in, thus 
> avoiding this
> >problem.
> >http://stackoverflow.com/questions/4702732/the-program-cant-s
tart-because-li
>bgcc-s-dw2-1-dll-is-missing
>So Andrea may wish to rebuild and replace the existing dll for the benefit
>of the community.

Thx for hints.
I dont notice the dll was commited in the github.
:)

However, no problem to update the compile to produce a static-linkage
version.
I guess a static linkage version of the lib is still compliant with
the license of sqlite and libsymmetric.

Also I update the site and dll changing the settings as reported from
"keith" (thx).

Unfortunately I have not a clean machine to test him for a true
static-linkage. Infact now it run for me , but I guess is still a
shared version.
I compile with minw and need some other lib to have a true static-linkage.

I try to resolve in this week-end.

Andrea
-- 
-----------------
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-----------------
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to