Quoting Duncan McQueen <[EMAIL PROTECTED]>: > 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 [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ libdbi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libdbi-devel

