[Xapian-discuss] Problem with xapian-core
Marcos Zimmermann
mgzmaster at gmail.com
Mon Apr 27 18:57:13 BST 2009
Hello I am trying install xapian-core version 1.0.12.
I get the file from "http://www.xapian.org/download".. and I am following
the steps below to install on my mac os 10.5.6:
cd /usr/local/src
wget http://oligarchy.co.uk/xapian/1.0.12/xapian-core-1.0.12.tar.gz
tar zxvf xapian-core-1.0.12.tar.gz
cd xapian-core-1.0.12
./configure --prefix=/opt
make
The result of the make comand are:
usr/local/src/xapian-core-1.0.12: make
ake all-recursive
Making all in .
depbase=`echo api/editdistance.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith
-Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords
-Wundef -Wshadow -fvisibility=hidden -g -O2 -MT api/editdistance.lo -MD -MP
-MF $depbase.Tpo -c -o api/editdistance.lo api/editdistance.cc &&\
.
.
.
.
.
.
.
.
.
.
-g -O2 -o examples/.libs/simplesearch examples/simplesearch.o
-Wl,-bind_at_load ./.libs/libxapian.dylib -lz
creating examples/simplesearch
Making all in docs
make[2]: Nothing to be done for `all'.
Making all in tests
make all-am
make[3]: Nothing to be done for `all-am'.
Can you help me?
More information about the Xapian-discuss
mailing list