[Xapian-discuss] xapain install
Richard Boulton
richard at tartarus.org
Mon Dec 7 12:08:15 GMT 2009
2009/12/7 Krish S <s2_krish at hotmail.com>:
> I am trying to isntall Xapain. I run $./cofigure optionand then I rune make, but it echos following message in infinite loop. Is there anything wrong? How to correct?
> ---------------------------------
> /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 -Woverloaded-virtual -Wundef -Wshadow -Wstrict-null-sentinel -Wshadow -fvisibility=hidden -g -O2 -MT matcher/branchpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/branchpostlist.lo matcher/branchpostlist.cc &&\ mv -f $depbase.Tpo $depbase.Plo 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 -Woverloaded-virtual -Wundef -Wshadow -Wstrict-null-sentinel -Wshadow -fvisibility=hidden -g -O2 -MT matcher/branchpostlist.lo -MD -MP -MF matcher/.deps/branchpostlist.Tpo -c matcher/branchpostlist.cc -fPIC -DPIC -o matcher/.libs/branchpostlist.o
> --------------
Krish - are you sure it's exactly the same message each time? There
are a lot of source files, and a message like this is displayed for
each one. The bits saying "branchpostlist" in the message you quote
will be different each time.
You can configure with " --enable-quiet" and do "make -s" to reduce
the output significantly.
--
Richard
More information about the Xapian-discuss
mailing list