This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] sqlite-3.0.7


"Gerrit P. Haase" <gerrit AT familiehaase.de> writes:
| libsqlite_la_LDFLAGS, run `autoreconf --install --force --verbose' in

Ok, I LDFLAGS is set during make.

| > ./libtool --mode=install /bin/install -c libtclsqlite3.la /usr/src/build/build/sqlite/sqlite-3.0.7/.inst/usr/lib/sqlite libtool: install: error: cannot install `libtclsqlite3.la' to a directory not ending in /usr/lib/sqlite
| 
| > The makefile portion I added was:
| 
| >     install: sqlite3 libsqlite3.la sqlite3.h $(INSTALL) -d $(DESTDIR)$(libdir) $(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir) + $(LTINSTALL) libtclsqlite3.la $(DESTDIR)$(libdir)/sqlite
| 
| You shouldn't need to add s.th. to any Makefile.am / .in, if the
| library is compiled by libtool it is also installed by libtool.

I didn't see libtclsqlite3.la mentioned in install, so I modified the
Makefile.in
 
| Should I send you my sqlite patches?

Sure, that'd help.

Thank you,
Jari


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]