building problems with gcc 3.2 relating to libstdc..
Phil Edwards
phil@jaj.com
Tue Oct 15 21:18:00 GMT 2002
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
More information about the Libstdc++
mailing list