From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 630 invoked by alias); 25 Sep 2005 23:09:02 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 542 invoked by uid 22791); 25 Sep 2005 23:08:55 -0000 Received: from igw2.watson.ibm.com (HELO igw2.watson.ibm.com) (129.34.20.6) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sun, 25 Sep 2005 23:08:55 +0000 Received: from sp1n293en1.watson.ibm.com (sp1n293en1.watson.ibm.com [129.34.20.41]) by igw2.watson.ibm.com (8.13.1/8.13.1/8.13.1-2005-04-25 igw) with ESMTP id j8PNASrH016188; Sun, 25 Sep 2005 19:10:33 -0400 Received: from sp1n293en1.watson.ibm.com (localhost [127.0.0.1]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7/01-14-2004_2) with ESMTP id j8PN8g844222; Sun, 25 Sep 2005 19:08:42 -0400 Received: from mgsmtp00.watson.ibm.com (mgsmtp00.watson.ibm.com [9.2.40.58]) by sp1n293en1.watson.ibm.com (8.11.7-20030924/8.11.7/01-14-2004_1) with ESMTP id j8PN8fu44220; Sun, 25 Sep 2005 19:08:41 -0400 Received: from makai.watson.ibm.com (makai.watson.ibm.com [9.2.216.144]) by mgsmtp00.watson.ibm.com (8.12.11/8.12.11/2005/09/01) with ESMTP id j8PN7af1004360; Sun, 25 Sep 2005 19:07:36 -0400 Received: from watson.ibm.com (localhost [127.0.0.1]) by makai.watson.ibm.com (AIX5.1/8.11.6p2/8.11.0/03-06-2002) with ESMTP id j8PN8eq12126; Sun, 25 Sep 2005 19:08:40 -0400 Message-Id: <200509252308.j8PN8eq12126@makai.watson.ibm.com> To: "JeanNo Helal (spectre)" cc: gcc-help@gcc.gnu.org Subject: Re: cross GCC from cygwin to AIX5.1: is there a way for runtime libs References: <004d01c5c104$cb7bdf10$0700a8c0@spectre.fr> Date: Sun, 25 Sep 2005 23:09:00 -0000 From: David Edelsohn X-SW-Source: 2005-09/txt/msg00178.txt.bz2 > 2) Is it true LD is not reliable for this cross compilation configuration > whereas binutils 2.14 built without mentioning any problem (and actually > allows to build a compiler) ? With the appropriate header files and libraries installed, GCC itself should be able to function as a cross-compiler producing assembly files. The GNU assembler and GNU linker do not work reliably for AIX 5.1 and above. There is no other cross-assembler and cross-linker for AIX 5.1, as far as I know. David