This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libstdc++] Un-precious the CC-related variables


On Wed, Aug 13, 2003 at 08:22:46PM -0400, Kaveh R. Ghazi wrote:
>  > From: Alexandre Oliva <aoliva@redhat.com>
>  > 
>  > My guess: if libf77 is configured before libstdc++, it caches the
>  > right values.  If libf77 is configured after libstdc++ stores the
>  > wrong value in the cache, we lose.
> 
> You're probably right.  In a serial make, I think libstdc++ goes
> first.  I did a diff of the file mips-sgi-irix6.5/mabi=64/config.cache
> between a serial build and a parallel build.  I would think I
> shouldn't see any differences, but I do.  The parallel (working) one
> is the original '<' file and the serial (failing) one is the resulting
> '>' file in this diff.

For whatever it's worth, the '<' comments are the ones written by libstdc++
(and, I presume, any new-tools configure).

-- 
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
    - Brian W. Kernighan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]