Re: ltconfig version error?

Brant Langer Gurganus wrote:

> In /amaya/winxp/libwww/modules/md5, I try running:
> 
> /bin/sh ../../libtool --mode-compile
> gcc -DHAVE_CONFIG -I. -I/amaya/winxp/../../libwww/modules/md5 -I../.. -I/ama
> ya/winxp/../libpng/zlib -g -02 -W -DXML_DTD -DXML_NS -c
> /amaya/winxp/../../libwww/modules/md5/md5.c
> 
> I get the following error:
> libtool: ltconfig version '' does not match ltmain.sh version '1.3.4'
> Fatal configuration error.  See the libtool docs for more information.
> 
> How can I solve this problem?


try execute

aclocal \
&& libtoolize --force --copy \
&& automake --foreign --force-missing --add-missing --copy \
&& autoconf


-- 
Maxim Zakharov            http://sochi.net.ru/~maxime/
  Sochi, Russia               http://www.sochi.com/

Received on Monday, 18 March 2002 03:33:35 UTC