I'm not sure why you're compiling func.c seperately, or trying to use a shared library for sqlite3 for testfixture - don't do this.
i'm not compiling func.c separately. what i've reported here is an excerpt from the 'global' make. i'm simply trying to narrow down the problem with 'simply' doing make make test
Just do as the default Makefile does and compile all the .c files statically for testfixture.
i've tried. repeatedly. i've only one Makefile. i've tried both the 'default', as created by the ./configure step, as well as one cobbled up with info/suggestions from DRH/google/etc. DRH pointed out that he doesn't recommend/support/develop the autofoo gen'd stuff, and simply provided the Makefile he uses for his test suit, with no further comment/guidance. same problems.
This is for Cygwin, but you get the idea:
actually, i don't. :-( i'm honestly not interested in doing -- nor am i trying to do -- 'custom'builds. frankly, i'd rather just use an 'out of the box' build that (a) build/exec correctly, and (b) passes the test suite without errors. if someone can provide simple instructions to successfully/simply build & test a build of v338 on osx, i'd be happy. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

