This is the mail archive of the libstdc++@sources.redhat.com 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]

Re: libstdc++-v3 script mkcheck doesn't run on irix6.5


On Tue, Nov 14, 2000 at 11:23:29AM -0000, Billinghurst, David (CRTS) wrote:
> The libstdc++-v3 script mkcheck doesn't run on irix 6.5 as:
>  o  it uses bash

The assumption at the time was anybody who cared enough to run the testsuite
and provide feedback would probably be the kind of person to already have
bash installed.  :-)


>  o  it uses "grep -w"

Did you see the warning about "guessing how to extract section sizes"?
Every platform has different arguments to size(1).  If we don't know how
to use size(1) for a given platform, we guess.

In retrospect, if we don't know how to use size(1), we should just skip
the section testing.

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

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