Folks, The problem seems to originate from psiconv Makefile trying to build SUFFIXES target, hence the command line "cd . && aclocal"
Anybody to take over from here, maybe the guy who fiddled with includes.mk last? Regards, --Alper On Thu, Dec 20, 2001 at 11:34:39AM +0200, alper wrote: > > Hi, > How can I resolve the following build problem, using latest Cygwin on > W2K? > > --------------------------------------------------------------- > > Found expat in peer directory > make[5]: Entering directory `/cygdrive/f/Abi/latest/expat' > cd lib; make > make[6]: Entering directory `/cygdrive/f/Abi/latest/expat/lib' > make[6]: Nothing to be done for `all'. > make[6]: Leaving directory `/cygdrive/f/Abi/latest/expat/lib' > make[5]: Leaving directory `/cygdrive/f/Abi/latest/expat' > Found psiconv in peer directory > make[5]: Entering directory `/cygdrive/f/Abi/latest/psiconv' > cd . && aclocal > aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library > make[5]: *** [aclocal.m4] Error 1 > make[5]: Leaving directory `/cygdrive/f/Abi/latest/psiconv' > make[4]: *** [_PSICONV_] Error 2 > make[4]: Leaving directory > `/cygdrive/f/Abi/latest/abi/src/config/require/xp' > make[3]: *** [build] Error 2 > make[3]: Leaving directory > `/cygdrive/f/Abi/latest/abi/src/config/require' > make[2]: *** [build] Error 2 > make[2]: Leaving directory `/cygdrive/f/Abi/latest/abi/src/config' > make[1]: *** [build] Error 2 > make[1]: Leaving directory `/cygdrive/f/Abi/latest/abi/src' > make: *** [compile] Error 2 > > >
