This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
libstdc++-v3 script mkcheck doesn't run on irix6.5
- To: "'libstdc++ at sources dot redhat dot com'" <libstdc++ at sources dot redhat dot com>
- Subject: libstdc++-v3 script mkcheck doesn't run on irix6.5
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Tue, 14 Nov 2000 11:23:29 -0000
- Cc: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
The libstdc++-v3 script mkcheck doesn't run on irix 6.5 as:
o it uses bash
o it uses "grep -w"
Work around:
o install bash
o edit script and remove the -w option from grep