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

Re: [reSIProcate] Compilation error



On Mar 29, 2005, at 09.18, Fabio Margarido wrote:

There are no other versions of autotools installed... I'll try to run
make from a fresh checkout then, and report back here with the results
from that...
Thanks for all the help.

Fabio

Hi fabio.

It looks like the problem is certainly your old autotools. I can send you a tarball with a functional libtool and configure script OR you can upgrade your tools to autoconf 2.59 or newer, automake 1.7.5 or better (1.8.X recommended) and libtool 1.5 or better.

Here's what I get on a machine that works.
alan$autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

alan$automake --version
automake (GNU automake) 1.8.5
Written by Tom Tromey <tromey@xxxxxxxxxx>.

Copyright 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

alan$libtoolize --version
libtoolize (GNU libtool) 1.5.8

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

alan$

Note: The need for the newest tools is temporary as we work the kinks out of the automake system. Since you are using linux, you might not need to mess around with the autotools at all.
Just check out resiprocate and type make.
(Or abandon the one you've been using with autotools)

A

a l a n a t j a s o m i d o t c o m