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
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
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