All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] building LTP on fedora 10 or 11
@ 2009-08-05  2:43 Kumar Gala
  2009-08-05  5:10 ` Rishikesh
  0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2009-08-05  2:43 UTC (permalink / raw)
  To: LTP

Has anyone been able to build LTP on fedora 10 or 11.

When I try on a x86_64 fedora 10 box:

[galak@komodo ltp]$ make autotools
aclocal -I m4
autoconf
configure.ac:9: error: possibly undefined macro: AC_PROG_AR
       If this token and others are legitimate, please use  
m4_pattern_allow.
       See the Autoconf documentation.
make: *** [configure] Error 1

than if I run it again I get:

[galak@komodo ltp]$ make autotools
make: *** No rule to make target `m4/Makefile.am', needed by `m4/ 
Makefile.in'.  Stop.

I pretty much see the same behavior on fedora 11.  Tried both x86_64  
and PPC.

- k

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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] building LTP on fedora 10 or 11
  2009-08-05  2:43 [LTP] building LTP on fedora 10 or 11 Kumar Gala
@ 2009-08-05  5:10 ` Rishikesh
  2009-08-05 12:40   ` Kumar Gala
  0 siblings, 1 reply; 3+ messages in thread
From: Rishikesh @ 2009-08-05  5:10 UTC (permalink / raw)
  To: Kumar Gala; +Cc: LTP

Kumar Gala wrote:
> Has anyone been able to build LTP on fedora 10 or 11.
>
> When I try on a x86_64 fedora 10 box:
>
> [galak@komodo ltp]$ make autotools
> aclocal -I m4
> autoconf
> configure.ac:9: error: possibly undefined macro: AC_PROG_AR
>        If this token and others are legitimate, please use  
> m4_pattern_allow.
>        See the Autoconf documentation.
> make: *** [configure] Error 1
>
> than if I run it again I get:
>
> [galak@komodo ltp]$ make autotools
> make: *** No rule to make target `m4/Makefile.am', needed by `m4/ 
> Makefile.in'.  Stop.
>
> I pretty much see the same behavior on fedora 11.  Tried both x86_64  
> and PPC.
>
> - k
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Ltp-list mailing list
> Ltp-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ltp-list
>   
Hi Kumar,

Which version of LTP is producing this error ? Have you tried latest LTP 
that is July'09  version ?
-Rishi

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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] building LTP on fedora 10 or 11
  2009-08-05  5:10 ` Rishikesh
@ 2009-08-05 12:40   ` Kumar Gala
  0 siblings, 0 replies; 3+ messages in thread
From: Kumar Gala @ 2009-08-05 12:40 UTC (permalink / raw)
  To: Rishikesh; +Cc: LTP


On Aug 5, 2009, at 12:10 AM, Rishikesh wrote:

> Kumar Gala wrote:
>> Has anyone been able to build LTP on fedora 10 or 11.
>>
>> When I try on a x86_64 fedora 10 box:
>>
>> [galak@komodo ltp]$ make autotools
>> aclocal -I m4
>> autoconf
>> configure.ac:9: error: possibly undefined macro: AC_PROG_AR
>>       If this token and others are legitimate, please use   
>> m4_pattern_allow.
>>       See the Autoconf documentation.
>> make: *** [configure] Error 1
>>
>> than if I run it again I get:
>>
>> [galak@komodo ltp]$ make autotools
>> make: *** No rule to make target `m4/Makefile.am', needed by `m4/  
>> Makefile.in'.  Stop.
>>
>> I pretty much see the same behavior on fedora 11.  Tried both  
>> x86_64  and PPC.
>>
>> - k
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports  
>> 2008 30-Day trial. Simplify your report design, integration and  
>> deployment - and focus on what you do best, core application  
>> coding. Discover what's new with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> Ltp-list mailing list
>> Ltp-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/ltp-list
>>
> Hi Kumar,
>
> Which version of LTP is producing this error ? Have you tried latest  
> LTP that is July'09  version ?
> -Rishi

I'm trying top of CVS.

- k

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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

end of thread, other threads:[~2009-08-05 12:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05  2:43 [LTP] building LTP on fedora 10 or 11 Kumar Gala
2009-08-05  5:10 ` Rishikesh
2009-08-05 12:40   ` Kumar Gala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.