--- Mar 15/12/09, David Rothenberger ha scritto: > On 12/15/2009 9:42 AM, David > Rothenberger wrote: > > The newly released libsqlite3_0 version 3.6.21-1 > contains only static > > libraries: > > > > $ cygcheck -l libsqlite3_0 > > /usr/lib/libsqlite3.a > > /usr/lib/libsqlite3.dll.a > > /usr/lib/libsqlite3.la > > > > This is breaking subversion and probably other > packages. > > > > Was this intentional? > > As was pointed out on the main list, the DDL is now in > sqlite3, which is > supposed to contain only the app. > > -- > David Rothenberger ----
I think this break cygwin conventions. we expect the dll to be in "libsqlite3_0" and /usr/lib/libsqlite3.a /usr/lib/libsqlite3.dll.a /usr/lib/libsqlite3.la to be in a "libsqlite3-devel" or "libsqlite-devel" package. Marco
