This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: building problems with gcc 3.2 relating to libstdc..
- From: Phil Edwards <phil at jaj dot com>
- To: "Rettenbeck, Richard" <richard dot rettenbeck at hp dot com>
- Cc: Benjamin Kosnik <bkoz at redhat dot com>, libstdc++ at gcc dot gnu dot org
- Date: Wed, 16 Oct 2002 00:17:50 -0400
- Subject: Re: building problems with gcc 3.2 relating to libstdc..
- References: <DDEC3F1E5A03EC49A7191E6A2D44B29502D4C7A8@SNOEXC02.asiapacific.cpqcorp.net>
On Wed, Oct 16, 2002 at 08:52:13AM +1000, Rettenbeck, Richard wrote:
> would output the errors whilst building "make bootstrap -lean > errormessage".
> This resulted in no errors outputted?
This is a shell issue. If you use sh/ksh/bash, try
make bootstrap-lean > errormessage 2>&1
If you use csh/tcsh, try
make bootstrap-lean >& errormessage
Notice, no space before "-lean". Also, the extra redirection characters
pick up error messages specifically.
Phil
--
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
- Edsger Dijkstra, 1930-2002