[Xapian-discuss] Problem with omega reconfiguring

Jim Lynch jim at fayettedigital.com
Thu Jul 6 17:20:01 BST 2006


Olly Betts wrote:
> On Thu, Jul 06, 2006 at 11:15:37AM -0400, Jim Lynch wrote:
>   
>> configure.ac:15: error: defn: undefined macro: AM_PROG_LIBTOOL
>>     
>
> Did you install libtool?
>
> See HACKING in xapian-core the a list of the tools you'll probably need
> to install to do development work on xapian itself.
>
> Cheers,
>     Olly
>   
It was installed, but an old version.  I installed the latest stable 
version and it got farther, but still not quite right:

tar zxf ~/omega-0.9.6.tar.gz
jwl at walnut:/tmp$ cd omega-0.9.6/
jwl at walnut:/tmp/omega-0.9.6$ aclocal --version
aclocal (GNU automake) 1.9.5
Written by Tom Tromey <tromey at redhat.com>

Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
jwl at walnut:/tmp/omega-0.9.6$ libtoolize --version
libtoolize (GNU libtool) 1.5.22

Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
jwl at walnut:/tmp/omega-0.9.6$ aclocal
/usr/share/aclocal/tcl.m4:20: warning: underquoted definition of 
SC_PATH_TCLCONFIG
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/tcl.m4:124: warning: underquoted definition of 
SC_PATH_TKCONFIG
/usr/share/aclocal/tcl.m4:228: warning: underquoted definition of 
SC_LOAD_TCLCONFIG
/usr/share/aclocal/tcl.m4:295: warning: underquoted definition of 
SC_LOAD_TKCONFIG
/usr/share/aclocal/tcl.m4:333: warning: underquoted definition of 
SC_ENABLE_SHARED
/usr/share/aclocal/tcl.m4:373: warning: underquoted definition of 
SC_ENABLE_FRAMEWORK
/usr/share/aclocal/tcl.m4:424: warning: underquoted definition of 
SC_ENABLE_THREADS
...
jwl at walnut:/tmp/omega-0.9.6$ autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

jwl at walnut:/tmp/omega-0.9.6$ automake --version
automake (GNU automake) 1.9.5

jwl at walnut:/tmp/omega-0.9.6$ libtool --version
ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)

jwl at walnut:/tmp/omega-0.9.6$ autoconf
namespace imageserver
{
jwl at walnut:/tmp/omega-0.9.6$ automake -a
jwl at walnut:/tmp/omega-0.9.6$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
...
checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
./configure: line 19050: syntax error near unexpected token `,'
./configure: line 19050: `XO_LIB_XAPIAN(, { { echo "$as_me:$LINENO: 
error: Can't find Xapian library" >&5'
 

Am I missing a step?

Thanks,
Jim.



More information about the Xapian-discuss mailing list