2 choices: 1) Don't use expat (you probably have libxml2 installed anyway, and that's much better than expat) 2) Use the CVS stable version which has a patch/fix that corrects this problem.
Dom --- Albert Wagner <[EMAIL PROTECTED]> wrote: > Running LFS-4.0 with gcc-3.2, installing > abiword-1.0.5.tar.gz. > After ./configure --prefix=/usr > During make: > > Below, libexpat.a expected in > /usr/src/abiword-1.0.5/expat/lib/.libs/; > However, libexpat.a is built in > /usr/src/abiword-1.0.5/expat/.libs. > > Please advise. > ================================================= > <snip> > g++ -Wall -pedantic -ansi -D_POSIX_SOURCE > -D_BSD_SOURCE -pipe -DNDEBUG > -I/usr/s > rc/abiword-1.0.5/expat/lib > -I/usr/src/abiword-1.0.5/psiconv/ > -I/usr/src/abiword- > 1.0.5/wv -DHAVE_LIBJPEG -I/usr/include/glib-1.2 > -I/usr/lib/glib/include -I/usr > /include/gtk-1.2 -I/usr/include/glib-1.2 > -I/usr/lib/glib/include > -I/usr/X11R6/in > clude -DSUPPORTS_UT_IDLE=1 > -DABI_BUILD_VERSION=\"1.0.5\" -o > AbiWord_d abi_v > er.o UnixMain.o ../../../../src/wp/ap/libAp.a > ../../../../src/wp/impexp/libImpE > xp.a ../../../../src/af/xap/libXap.a > ../../../../src/af/util/libUtil.a > ../../../ > ../src/af/gr/libGr.a ../../../../src/af/ev/libEv.a > ../../../../src/other/spell/x > p/libSpell.a ../../../../src/text/fmt/xp/libFmt.a > ../../../../src/text/ptbl/xp/l > ibPtbl.a ../../../../src/wp/ap/libAp.a > ../../../../src/wp/impexp/libImpExp.a .. > /../../../src/af/xap/libXap.a > ../../../../src/af/util/libUtil.a > ../../../../src/ > af/gr/libGr.a ../../../../src/af/ev/libEv.a > ../../../../src/other/spell/xp/libSp > ell.a ../../../../src/text/fmt/xp/libFmt.a > ../../../../src/text/ptbl/xp/libPtbl. > a ../../../../src/wp/ap/libAp.a > ../../../../src/wp/impexp/libImpExp.a > ../../../ > ../src/af/xap/libXap.a > ../../../../src/af/util/libUtil.a > ../../../../src/af/gr/l > ibGr.a ../../../../src/af/ev/libEv.a > ../../../../src/other/spell/xp/libSpell.a . > ./../../../src/text/fmt/xp/libFmt.a > ../../../../src/text/ptbl/xp/libPtbl.a ../.. > /../../src/wp/ap/libAp.a > ../../../../src/wp/impexp/libImpExp.a > ../../../../src/ > af/xap/libXap.a ../../../../src/af/util/libUtil.a > ../../../../src/af/gr/libGr.a > ../../../../src/af/ev/libEv.a > ../../../../src/other/spell/xp/libSpell.a > ../../.. > /../src/text/fmt/xp/libFmt.a > ../../../../src/text/ptbl/xp/libPtbl.a > -L/usr/lib - > L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule > -lglib -ldl -lXext -lX11 > -lm -L/ > usr/lib -rdynamic -lgmodule -lglib -ldl -lpspell > -lltdl > /usr/src/abiword-1.0.5/e > xpat/lib/.libs/libexpat.a > /usr/src/abiword-1.0.5/psiconv/psiconv/.libs/libpsicon > v.a /usr/src/abiword-1.0.5/wv/libwv.a -ljpeg -lpng > -lz > g++: > /usr/src/abiword-1.0.5/expat/lib/.libs/libexpat.a: > No such file or > director > y > make[5]: *** [AbiWord_d] Error 1 > make[5]: Leaving directory > `/usr/src/abiword-1.0.5/abi/src/wp/main/unix' > make[4]: *** [all-recursive] Error 1 > make[4]: Leaving directory > `/usr/src/abiword-1.0.5/abi/src/wp/main/unix' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/usr/src/abiword-1.0.5/abi/src/wp/main' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/usr/src/abiword-1.0.5/abi/src/wp' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/usr/src/abiword-1.0.5/abi/src' > make: *** [all-recursive] Error 1 > ----------------------------------------------- > To unsubscribe from this list, send a message to > [EMAIL PROTECTED] with the word > unsubscribe in the message body. __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com ----------------------------------------------- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the word unsubscribe in the message body.
