|
From: Markus H. <mar...@mh...> - 2007-08-30 09:50:54
|
Quoting Duncan McQueen <dwm...@gm...>: > I couldn't get make test to work - it seemed to hang on: > > make check-TESTS > make[2]: Entering directory `/home/Test/libdbi-drivers/tests' > > But to even get that far I had to alter the test_dbi.c (since MinGW > has no sleep function). See attached patch > > That's not good news. I'll add the patch to the cvs version tonight. I'm afraid you'll have to fire up your debugger to see why make check fails. To this end, please cd into the tests directory and run the test like this (you most likely know all this, but still): gdb test_dbi and then on the gdb command line: run If the whole thing crashes, a backtrace (command: bt) should tell you what's the culprit. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |