From: Eric F. <efe...@ph...> - 2009-12-10 08:54:40
|
> -----Original Message----- > From: Moriyoshi Koizumi [mailto:mo...@sf...] > Sent: 10 December 2009 05:04 > To: Emre Turkay > Cc: ece...@li... > Subject: Re: [Ecell-devel] ecell-4 Ubuntu Karmic autogen > problem (svn head)[Scanned] > > Hi, > > What are the versions of the following tools? The version > numbers within parentheses are what I use currently. > > > - libtool (2.2.6) > - autoconf (2.64) > - automake (1.11) > > I am using Karmic and was able to proceed to configure > without problems. > > Regards, > Moriyoshi Hi, I have not compiled ecell from a long time (will do soon, since I am the Mandriva package maintainer), but I participate to other projects (such as the SBML solver libray). As far as I know, autogen.sh scripts tend to be deprecated now, and a preferred method is to use: autoreconf -if which uses glibtoolize among others and properly updates the GNU build system files. Any thoughts? Eric Fernandez |