* Re: [LTP] Proper way to build from LTP tarball
2012-02-08 0:27 ` [LTP] Proper way to build from LTP tarball Vinson Lee
@ 2012-02-08 1:30 ` Wanlong Gao
2012-02-08 12:54 ` Cyril Hrubis
1 sibling, 0 replies; 3+ messages in thread
From: Wanlong Gao @ 2012-02-08 1:30 UTC (permalink / raw)
To: Vinson Lee; +Cc: ltp-list, David Mackey
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
> Ltp-list@lists.sourceforge.net
> 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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] Proper way to build from LTP tarball
2012-02-08 0:27 ` [LTP] Proper way to build from LTP tarball Vinson Lee
2012-02-08 1:30 ` Wanlong Gao
@ 2012-02-08 12:54 ` Cyril Hrubis
1 sibling, 0 replies; 3+ messages in thread
From: Cyril Hrubis @ 2012-02-08 12:54 UTC (permalink / raw)
To: Vinson Lee; +Cc: ltp-list
Hi!
> 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.
On which distros/autconf version do the 'make autotools' fails?
> 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?
Running configure from relased tarball should be enough, calling
autoconf to (re)generate configure script should be needed only when you
change some of the autoconf/automake m4 files.
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 3+ messages in thread