From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3678 invoked by alias); 30 May 2005 13:01:30 -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 3630 invoked by uid 48); 30 May 2005 13:01:23 -0000 Date: Mon, 30 May 2005 13:02:00 -0000 Message-ID: <20050530130123.3629.qmail@sourceware.org> From: "ebotcazou at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050527123604.21782.papadopo@shfj.cea.fr> References: <20050527123604.21782.papadopo@shfj.cea.fr> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libffi/21782] configure: error: unknown endianess X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg03827.txt.bz2 List-Id: ------- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-05-30 13:01 ------- > We're heading in the wrong direction. > > I don't see how '-v' can help. The problem is just that LD_LIBRARY_PATH contains > /usr/local/lib which contains a link to the 32-bit libgcc_s.so.1 library of gcc > 4. The problem is that conftest is not supposed to depend on libgcc_s so it would be nice to print the link command line. Try also to add -static-libgcc to the GCC command line. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21782