[xmppd-dev] some trouble for build jabberd14 in svn at ubuntu9.04, and the solutions
tangxinfa
tangxinfa at gmail.com
Thu Jul 16 16:51:48 CEST 2009
svn revision: 1558
The following error not detected by the build scripts clearly.
1, Fix error when run bootstrap:
Modify configure.ac add line:
AC_CONFIG_MACRO_DIR([m4])
before exist line:
AC_LANG(C++)
Modify Makefile.am add line:
ACLOCAL_AMFLAGS = -I m4
before exist line:
sysconf_DATA = jabber.xml.dist
install gettext package.
2, Fix error when run configure:
add a link to libtool in current dir:
ln -s /usr/bin/libtool ./
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xmppd.org/pipermail/dev/attachments/20090716/b8ff9bae/attachment-0001.html>
More information about the dev
mailing list