|
From: Geoff H. <ghu...@ws...> - 2002-08-04 00:53:26
|
Well, I've had the time to at least get a preliminary merge of the current mifluz code -- it's taken quite a bit of time, not the least because it needed updates to autoconf/automake/libtool and it took some time to beat out bugs in that. There's still one remaining problem before it can be tested--none of the programs will link, due to: ./.libs/libfuzzy.so: undefined reference to `strncasecmp(char const *, char const *, int)' There are related linking problems with strcasecmp and the "my" versions as well. I'm confused as I've added these to the main htconfig.h: #define mystrncasecmp strncasecmp #define mystrcasecmp strcasecmp And yes, I do have working versions of strncasecmp and strcasecmp, which is why autoconf/automake haven't compiled the replacement function. I'm hoping a few people would be willing to grab the patch at: <http://www.htdig.org/files/snapshots/mifluz-merge-20020803.diff.gz> build it (relative to the latest source or snapshot) and see if they can also help figure out what's going on with strcasecmp and company. If there are other build errors, please let me know too--I'm still working on finishing this up ASAP. -Geoff |