This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building libstdc++-v3 fails (enable_cxx_flags)
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Daniel Jacobowitz <drow at mvista dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 30 Dec 2002 16:33:32 +0100
- Subject: Re: Building libstdc++-v3 fails (enable_cxx_flags)
- Organization: Integrable Solutions
- References: <20021230152720.GA25327@nevyn.them.org>
Daniel Jacobowitz <drow@mvista.com> writes:
| Using a tree updated "mere moments" ago:
|
| checking for exception model to use... call frame
| checking for use of libunwind... no
| checking for extra compiler flags for building... configure: error: compiler flags start with a -
|
| Does this look familiar? It's $enable_cxx_flags; I can't figure out from my
| build directory what value it has...
I would guess this might be related to Phil's recent change in that area
http://gcc.gnu.org/ml/gcc-patches/2002-12/msg01546.html
-- Gaby