Hi:

 I had trouble compiling Abiword 1.0.5 at first. I found that it was 
looking in the wrong place for libexpat.a. It was looking in  
~/abiword/expat/lib/.libs/libexpat.a ahen it really was in 
~/abiword/expat/.libs/libexpat.a

This is the correction I used to get it to compile:

--- aclocal.m4.org      2003-03-20 01:34:31.000000000 -0600
+++ aclocal.m4  2003-03-20 01:35:10.000000000 -0600
@@ -1565,7 +1565,7 @@
                AC_MSG_ERROR(peer expat not found)
        fi
        XML_CFLAGS="-I$EXPAT_PEERDIR/lib"
-       XML_LIBS="$EXPAT_PEERDIR/lib/.libs/libexpat.a"
+       XML_LIBS="$EXPAT_PEERDIR/.libs/libexpat.a"
        abi_xml_parser_message="peer expat"
         PEERDIRS="${PEERDIRS} ${EXPAT_PEERDIR}"
        PEERS="${PEERS} expat"


                                                                        Regards
                                                                        Jonathan



Reply via email to