Hi, Try run this aclocal \ && libtoolize --force --copy \ && automake --foreign --force-missing --add-missing --copy \ && autoconf
Probably we have different versions of libtool, automake, autoconf. So, may be you need other switches for these commands. You goal - update all files according your versions of libtool, automake, autoconf. Johann Spies wrote: > On Fri, Apr 12, 2002 at 07:29:52PM +0400, Maxime Zakharov wrote: > >>Hi, >> >>try latest version from CVS. I just fix ftp in current 3.2.4 version. >>If you have troubles with CVS, try snapshot from >>http://sochi.net.ru/~maxime/mnogosearch-snap.shtml >> > > Thanks. The CVS server did not accept my login (cvs) and password > (cvs) so I used the url you supplied. > > The configuration did not went smoothly. It as complaining about a > missing perl/Makefile.in. So I tried aclocal && automake && autoconf > which you suggested in another message, ran ./configure again and then > make. > > The result: > --------------------------------------------- > mnoGoSearch configured successfully > Now you should run 'make' then 'make install' to finish installation. > To configure package with the same options you can run > ./install.options > > > [root@archive-11:22:40]-#1 /usr/local/src/mnogosearch-3.2.4-12042002 > >>make && make install >> > Making all in src > make[1]: Entering directory > `/usr/local/src/mnogosearch-3.2.4-12042002/src' > /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H > -I. -I. -I../include -I../include -I/usr/include/pgsql -g -O2 > -DUDM_CONF_DIR=\"/usr/local/mnogosearch/etc\" > -DUDM_VAR_DIR=\"/usr/local/mnogosearch/var\" -c indexer.c > libtool: ltconfig version `' does not match ltmain.sh version > `1.3.4-freebsd-ports' > Fatal configuration error. See the libtool docs for more information. > make[1]: *** [indexer.lo] Error 1 > make[1]: Leaving directory > `/usr/local/src/mnogosearch-3.2.4-12042002/src' > make: *** [all-recursive] Error 1 > ------------------------------------------------------ > > I see the package comes with it's own ltmain.sh, but I am not sure > whether it is trying to use the correct one. > > Regards. > Johann > > > > -- Maxim Zakharov http://sochi.net.ru/~maxime/ Sochi, Russia http://www.sochi.com/ ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
