Hi Dan,
Dan Weber wrote:
Ilja Booij wrote:
2 things in pgsql/dbgsql.c
#include <string.h> is missing
there's a typo in the db_api struct:
it reads db_num_fielqs where it should read db_num_fields.
After this I get some compiler warnings and it won't run because of
some crash in the configuration code (config.c)
Ilja
Yeah I know. ltdl makes it impossible to debug the library code so all
I know is it fails at db_connect. I have been the mysql code compiles
and is what should be tested at the moment.
ltdl makes it impossible to debug? Would this be resolved by having an
option to do normal linking? I wouldn't like to have a situation where
it's almost impossible to debug our code.
Ilja