Steffen Netz scribbled on 10/23/06 7:37 AM:
>
> Hello,
>
>
> I'm trying to compile 2.4.4 ( Solaris ), but all tests fail:
>
>> cd tests
>> ../src/swish-e -c test.config -i . -T indexed_words
> err: Swish aborted with non-negative lasterror
> .
>
> Where do I have to search first?
>
well, I'd start with making sure there were no obvious warnings/errors via 'make'.
then, I'd look at things like:
* does swish-e find its libraries?
ldd src/swish-e
* does swish-e work for -h?
src/swish-e -h
* which compiler (Sun native or gcc or...) was used? Sun native compiler can do
odd things, I've seen, esp wrt library linking, etc.
* try running the same test manually with -v3 option
cd tests && ../src/swish-e -c test.config -v3 -i . -T indexed_words
Those would be my initial tests.
--
Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.com
Received on Mon Oct 23 10:06:37 2006