I've been able to get it up and running under 10.2:
It was a clean install and merge-by-hand type of install of 10.2, and
then I installed all the development tools...
Here were the general steps that I followed:
cvs -z3
-d:pserver:anonymous@cvs.swishe.sourceforge.net:/cvsroot/swishe
update -dP
./configure --with-libxml2=/usr/local --with-zlib=/usr/local
--prefix=/usr/local
(Note that I had already compiled and installed zlib and
libxml2 by hand in /usr/local...)
make clean
make
make test
make install
make install-lib
ranlib /usr/local/lib/libswish-e.a
cd Perl
perl Makefile.PL
(comment out ../src/swish.h, link 1027)
(Note that this was necessary to compile the perl script...
using Perl 5.8.0...)
make
make test
make install
(uncomment ../src/swish.h, link 1027)
cd tests/
swish-e -S http -c example7.config
(This will index the http://swish-e.org/2.2/docs/ site!)
and to test this...
from within <swish>/tests:
swish -w <term1> <term2> -f swishDocs.index -c example7.config
>At 03:27 PM 09/04/02 -0700, Roy Tennant wrote:
>>So duhh....I had been working in a directory where I didn't have
>>permission to work without root. So forget what I said about sudo. Oh
>>well. But this is what I get when trying to do ./configure:
>>
>>checking for gcc... no
>>checking for cc... cc
>>checking for C compiler default output... configure: error: C compiler
>>cannot create executables
>
>What happens if you do this:
>
>Welcome to Darwin!
>bash-2.05a$ gcc
>bash: gcc: command not found
>bash-2.05a$ cc -v
>Reading specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs
>Apple Computer, Inc. version gcc-932.1, based on gcc version 2.95.2
>19991024 (release)
>
>
>
>--
>Bill Moseley
>mailto:moseley@hank.org
--
.................................................................
Mike Monan <-> monan@acm.org
GPG Key ID: 0xB7CFDD41
GPG FingerPrint: A921 8F89 B816 D2E6 A736 A280 0046 01A5 B7CF DD41
Received on Wed Sep 4 22:57:58 2002