[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Second (non-fPIC) pass messages being suppressed on failure
From: |
Ralf Wildenhues |
Subject: |
Re: Second (non-fPIC) pass messages being suppressed on failure |
Date: |
Thu, 22 Nov 2007 22:04:18 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hi Peter,
* Peter Rosin wrote on Thu, Nov 22, 2007 at 09:03:41AM CET:
> On Thu, Nov 22, 2007 at 08:19:56AM +0100, Ralf Wildenhues wrote:
> > +AT_DATA([nopicfail.c],
> > +[[
> > +#ifndef PIC
> > +choke me
> > +#endif
> > +int ans = 42;
> > +]])
> > +
> > +AT_DATA([picfail.c],
> > +[[
> > +#ifndef PIC
> > +choke me
> > +#endif
> > +int ans = 42;
> > +]])
>
> Shouldn't one of them (the latter?) be #ifdef PIC?
Yes, of course. Thanks!
Cheers,
Ralf