Re: link sqlite against dietlibc
Felix von Leitner <[email protected]> Tue, 24 Aug 2010 20:28:35 +0200
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
Thus spake Michael GraÃl ([email protected]): > sqlite3.c:(.text+0xac4c): undefined reference to `utimes' utimes is in libcompat for dietlibc, because it is not posix. Mhh, actually, it IS in posix now. I'll move it to the regular library in CVS. You can turn off shared linking, dynamic extensions and thread-safety as configure options for sqlite. Felix