On Fri, Jun 11, 2010 at 04:28:19PM -0400, Catalin Patulea wrote: > On Fri, Jun 11, 2010 at 3:36 PM, Eric Blossom <[email protected]> wrote: > > If you unpack the tarball (and don't modify anything), run configure, then > > make, it should work. > Yes, you're right. The problem was that I was also running autoreconf, > which I guess creates a mixed-version libtool environment in the tree. > > > If you modify anything you'll need a consistent set of autotools. > The reason for all this is I need to make changes in a *.am file. Is > there a way to un-bootstrap a tarball? Just doing ./bootstrap causes > the same mismatched libtool version problem. The only solution I've > found so far is to remove ltmain.sh from the tree, then bootstrap, > which feels kind of hackish.
That will work, or you can use git to checkout directly from the repo. Using git also allows you to more easily manage your local changes as the code in the repo moves forward. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
