Re: SWISH-E 2.4.4, Solaris 5.8, all tests fail
Peter Karman <[email protected]> Mon, 23 Oct 2006 10:06:29 -0700 (PDT)
| Newsgroups | gmane.comp.web.swish-e |
|---|---|
| Message-ID | <[email protected]> |
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/ . [email protected]