Re: dynamically linking one of mysq, postgresql or sqlite3

2009-09-14 Thread Bob Friesenhahn
On Tue, 15 Sep 2009, santilistas wrote: It seems to me that the value 0x92753d0 for the connection created by the library is suspicious. Can it be the reason for my segfault? I think that you should do your own debugging. It is easy enough to verify if the returned pointers are correct. As

Re: dynamically linking one of mysq, postgresql or sqlite3

2009-09-14 Thread santilistas
I've done so, following the wonderful tntdb library. After a great deal of prouding aroung, I have managed to build and load the shared library, and create an object through a C function in the shared library: extern "C" { void *new_connection() { MySql_dbConnection *new_conn = new MySql_dbConn

Re: Trouble upgrading to 2.2.6a

2009-09-14 Thread Alberto Luaces
Hello Ralf, El Sábado, 12 de Septiembre de 2009ES 07:20:48 Ralf Wildenhues escribió: > Well, not really. libtoolize has > > if test -n "$ac_auxdir"; then > # If $configure_ac contains AC_CONFIG_AUX_DIR, check that it was > # not given in terms of a shell variable! > [...] > e