From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32724 invoked by alias); 2 Mar 2005 23:23:46 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 32696 invoked by uid 48); 2 Mar 2005 23:23:41 -0000 Date: Wed, 02 Mar 2005 23:23:00 -0000 Message-ID: <20050302232341.32695.qmail@sourceware.org> From: "dje at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050216051109.19995.quanah@stanford.edu> References: <20050216051109.19995.quanah@stanford.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/19995] libstdc++ fails to build correctly on AIX 5.2 X-Bugzilla-Reason: CC X-SW-Source: 2005-03/txt/msg00317.txt.bz2 List-Id: ------- Additional Comments From dje at gcc dot gnu dot org 2005-03-02 23:23 ------- GCC 3.4 requires that it can build and run an application in every multilib variant for which it tries to build a target library. This technically is not necessary, but that is the way it currently works. You either need to build on a 64-bit system or disable 64-bit libraries. If you do neither, GCC 3.4 is working as designed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19995