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: building problems with gcc 3.2 relating to libstdc..


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


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