Bug#335651: libsqlite-ocaml-dev: fails compilation in native code

2005-10-25 Thread Florian Weimer
* Flavio: > ii libsqlite0 2.8.16-1SQLite shared library > ii libsqlite0-dev 2.8.16-1SQLite development files > rc libsqlite3-03.2.7-1 SQLite 3 shared library This looks fine. Sorry, I have no idea what's going on. 8-( -- To UNSUBSCR

Bug#335651: libsqlite-ocaml-dev: fails compilation in native code

2005-10-25 Thread Flavio
Alle 11:37, martedì 25 ottobre 2005, hai scritto: > Could you show us the output of the following command, please? > > $ dpkg -l libsqlite* Sure: $ dpkg -l libsqlite* Desiderato=sconosciUto/Installato/Rimosso/P:eliminato/H:bloccato | Stato=Non/Installato/file Config./U:spacchett./conf. Fallita

Bug#335651: libsqlite-ocaml-dev: fails compilation in native code

2005-10-25 Thread Florian Weimer
* Flavio Grossi: > without problems, but if I try to compile in native code I get > > $ ocamlopt -I +sqlite sqlite.cmxa test.ml > /usr/lib/ocaml/3.08.3/sqlite/libsqlite.a(sqlite_stubs.o): In function > `raise_sqlite_error': > : undefined reference to `sqlite_freemem' Could you show us the output

Bug#335651: libsqlite-ocaml-dev: fails compilation in native code

2005-10-25 Thread Flavio Grossi
Package: libsqlite-ocaml-dev Version: 0.3.5.arch.4-4 Severity: normal Given the following code in file test.ml: let db = Sqlite.db_open "test.db" in Sqlite.db_close db I can compile it in bytecode using $ ocamlc -I +sqlite sqlite.cma test.ml without problems, but if I try to compile in native