On 02/08/2012 08:27 AM, Vinson Lee wrote: > Hello. > > I am using LTP through the Autotest framework. Autotest unpackages a > LTP tarball, calls 'make autotools', 'configure', and then 'make'. On > newer distros with more recent versions of autoconf, the 'make > autotools' step fails. However, the build works if I completely skip > the 'make autotools' step. > > What is the expected way to build a released LTP tarball? Is a user > expected to call 'make autotools' before 'configure' or is just > running 'configure' enough?
The "INSTALL" file says that : Quick Start ----------- 1> tar xzf ltp-XXXXXXXX.tar.gz 2> cd ltp 3> ./configure 4> make all 5> make install 6> /opt/ltp/runltp when quick start, you can just use the configure, if you need more configuration, user autoconf ;) Thanks -Wanlong Ga > > Cheers, > Vinson > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list > ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
