From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25212 invoked by alias); 12 Dec 2001 00:20:42 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 25189 invoked from network); 12 Dec 2001 00:20:42 -0000 Received: from unknown (HELO godel.megacz.com) (64.23.37.80) by sources.redhat.com with SMTP; 12 Dec 2001 00:20:42 -0000 Received: from megacz by godel.megacz.com with local (Exim 3.12 #1 (Debian)) id 16Dx9K-0002Ik-00 for ; Tue, 11 Dec 2001 19:21:26 -0500 To: gcc@gcc.gnu.org Subject: configure option to disable building of libstdc++-v3 but not disable g++? From: Adam Megacz X-Home-Page: http://www.megacz.com/adam Organization: Myself Date: Tue, 11 Dec 2001 16:34:00 -0000 Message-ID: <86vgfdb855.fsf@megacz.com> User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00623.txt.bz2 What option would I pass to configure to cause it to not build libstdc++-v3 (without simply leaving c++ out of the --with-languages= option, since I still need g++)? I can't seem to find such an option in the manual... - a