Re: Automake and AR

2011-01-04 Thread NightStrike
On Tue, Jan 4, 2011 at 2:50 PM, Ralf Wildenhues wrote: > * NightStrike wrote on Tue, Jan 04, 2011 at 07:18:29PM CET: >> On Tue, Jan 4, 2011 at 1:10 PM, Peter Rosin wrote: >> > Den 2011-01-04 16:23 skrev NightStrike: >> >> On Wed, Mar 3, 2010 at 3:51 PM, Ralf Wildenhues >> >> wrote: >> >

Re: Automake and AR

2011-01-04 Thread Ralf Wildenhues
* NightStrike wrote on Tue, Jan 04, 2011 at 07:18:29PM CET: > On Tue, Jan 4, 2011 at 1:10 PM, Peter Rosin wrote: > > Den 2011-01-04 16:23 skrev NightStrike: > >> On Wed, Mar 3, 2010 at 3:51 PM, Ralf Wildenhues > >> wrote: > >>> * NightStrike wrote on Wed, Mar 03, 2010 at 06:59:53PM C

Re: Automake and AR

2011-01-04 Thread Ralf Corsepius
On 01/04/2011 07:10 PM, Peter Rosin wrote: Just a silly question since nothing else is happening, do you even have $host-ar somewhere on your path? Unless a binutils package maintainer applies dirty tricks, all binutils cross-toolchains have one. Ralf

Re: Automake and AR

2011-01-04 Thread NightStrike
On Tue, Jan 4, 2011 at 1:10 PM, Peter Rosin wrote: > Den 2011-01-04 16:23 skrev NightStrike: >> On Thu, Dec 9, 2010 at 10:11 AM, NightStrike wrote: >>> On Sat, Nov 27, 2010 at 10:25 AM, NightStrike wrote: On Sun, Oct 31, 2010 at 9:37 AM, NightStrike wrote: > On Fri, Oct 22, 2010 at 1:0

Re: Automake and AR

2011-01-04 Thread Peter Rosin
Den 2011-01-04 16:23 skrev NightStrike: > On Thu, Dec 9, 2010 at 10:11 AM, NightStrike wrote: >> On Sat, Nov 27, 2010 at 10:25 AM, NightStrike wrote: >>> On Sun, Oct 31, 2010 at 9:37 AM, NightStrike wrote: On Fri, Oct 22, 2010 at 1:07 PM, NightStrike wrote: > On Wed, Mar 3, 2010 at 3:5

Re: Automake and AR

2011-01-04 Thread NightStrike
On Thu, Dec 9, 2010 at 10:11 AM, NightStrike wrote: > On Sat, Nov 27, 2010 at 10:25 AM, NightStrike wrote: >> On Sun, Oct 31, 2010 at 9:37 AM, NightStrike wrote: >>> On Fri, Oct 22, 2010 at 1:07 PM, NightStrike wrote: On Wed, Mar 3, 2010 at 3:51 PM, Ralf Wildenhues wrote: > * Ni

Re: Automake and AR

2010-12-09 Thread NightStrike
On Sat, Nov 27, 2010 at 10:25 AM, NightStrike wrote: > On Sun, Oct 31, 2010 at 9:37 AM, NightStrike wrote: >> On Fri, Oct 22, 2010 at 1:07 PM, NightStrike wrote: >>> On Wed, Mar 3, 2010 at 3:51 PM, Ralf Wildenhues >>> wrote: * NightStrike wrote on Wed, Mar 03, 2010 at 06:59:53PM CET:

Re: Automake and AR

2010-11-27 Thread NightStrike
On Sun, Oct 31, 2010 at 9:37 AM, NightStrike wrote: > On Fri, Oct 22, 2010 at 1:07 PM, NightStrike wrote: >> On Wed, Mar 3, 2010 at 3:51 PM, Ralf Wildenhues >> wrote: >>> * NightStrike wrote on Wed, Mar 03, 2010 at 06:59:53PM CET: Automake somehow defines AR to 'ar'.  I'm not sure where th

Re: Automake and AR

2010-10-31 Thread NightStrike
On Fri, Oct 22, 2010 at 1:07 PM, NightStrike wrote: > On Wed, Mar 3, 2010 at 3:51 PM, Ralf Wildenhues > wrote: >> * NightStrike wrote on Wed, Mar 03, 2010 at 06:59:53PM CET: >>> Automake somehow defines AR to 'ar'.  I'm not sure where this comes >>> from, but I do know that it's definitely not $

Re: Automake and AR

2010-10-22 Thread NightStrike
On Wed, Mar 3, 2010 at 3:51 PM, Ralf Wildenhues wrote: > * NightStrike wrote on Wed, Mar 03, 2010 at 06:59:53PM CET: >> Automake somehow defines AR to 'ar'.  I'm not sure where this comes >> from, but I do know that it's definitely not $host-ar, as I would >> expect. >> >> Is this an automake bug,

Re: Automake and AR

2010-03-03 Thread Ralf Wildenhues
* NightStrike wrote on Wed, Mar 03, 2010 at 09:05:25PM CET: > On Wed, Mar 3, 2010 at 2:51 PM, Ralf Wildenhues wrote: > >  AC_CHECK_TOOL([AR], [ar], [false]) > I am also noting that in this and previous emails, you are > recommending "false" as the third argument. In the manual, there are > numero

Re: Automake and AR

2010-03-03 Thread NightStrike
On Wed, Mar 3, 2010 at 2:51 PM, Ralf Wildenhues wrote: > * NightStrike wrote on Wed, Mar 03, 2010 at 06:59:53PM CET: >> Automake somehow defines AR to 'ar'.  I'm not sure where this comes >> from, but I do know that it's definitely not $host-ar, as I would >> expect. >> >> Is this an automake bug,

Re: Automake and AR

2010-03-03 Thread Ralf Wildenhues
* NightStrike wrote on Wed, Mar 03, 2010 at 06:59:53PM CET: > Automake somehow defines AR to 'ar'. I'm not sure where this comes > from, but I do know that it's definitely not $host-ar, as I would > expect. > > Is this an automake bug, or user error? Looks like an automake bug to me. Just putti

Automake and AR

2010-03-03 Thread NightStrike
Automake somehow defines AR to 'ar'. I'm not sure where this comes from, but I do know that it's definitely not $host-ar, as I would expect. Is this an automake bug, or user error?