< Previous by Date Date Index Next by Date >
  Thread Index  

[reSIProcate] Resiprocate build problem


Hi,
 I am using Red Hat 9.0 with automake-1.9 and autoconf-2.59.
 I have chekcout the latest resiprocate code and try to build it.
 I have followed the following path.
 1).sh ./use-autotools.sh
 2).sh ./autogen.sh --It shows the following errors comes

+++ Looking for a version of aclocal >= 1.7.5
+++ Running aclocal
+++ Running libtoolize
You should update your `aclocal.m4' by running aclocal.
+++ Running autoheader
+++ Running automake
+++ Manually run : ../configure -C --enable-ipv6
+++ From the build subdirectory.
+++ If need be, make your compilation directory now.
+++ Typically use 'mkdir proj' or 'mkdir compile'
resiprocate/test/Makefile.am:9: library used but `RANLIB' is undefined
resiprocate/test/Makefile.am:9:
resiprocate/test/Makefile.am:9: The usual way to define `RANLIB' is to add
`AC_PROG_RANLIB'
resiprocate/test/Makefile.am:9: to `configure.ac' and run `autoconf' again.

 Than i have change 'dnl AC_PROG_RANLIB ' to AC_PROG_RANLIB
and again run sh ./autogen.sh This time it gives the following errors.

+++ Looking for a version of aclocal >= 1.7.5
+++ Running aclocal
+++ Running libtoolize
Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
You should update your `aclocal.m4' by running aclocal.
+++ Running autoheader
+++ Running automake
+++ Running autoconf
configure.ac:67: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
+++ Manually run : ../configure -C --enable-ipv6
+++ From the build subdirectory.
+++ If need be, make your compilation directory now.
+++ Typically use 'mkdir proj' or 'mkdir compile'


Any thing required more to build.

Any help will be appreciating.
Regards,
Niraj