From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8042 invoked by alias); 18 Oct 2007 11:30:29 -0000 Received: (qmail 8032 invoked by uid 22791); 18 Oct 2007 11:30:29 -0000 X-Spam-Check-By: sourceware.org Received: from brical.or.uni-bonn.de (HELO brical.or.uni-bonn.de) (131.220.141.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 18 Oct 2007 11:30:27 +0000 Received: from wse04.or.uni-bonn.de (bg-1.or.uni-bonn.de [131.220.141.100]) by brical.or.uni-bonn.de (Postfix) with ESMTP id 0FF993B6AA for ; Thu, 18 Oct 2007 13:29:46 +0200 (CEST) Received: from [131.220.143.130] (wse00.or.uni-bonn.de [131.220.143.130]) by wse04.or.uni-bonn.de (Postfix) with ESMTP id E92F0E927 for ; Thu, 18 Oct 2007 13:30:23 +0200 (CEST) From: Christoph Bartoschek To: gdb@sourceware.org Subject: Compiling on AIX 5.3 with xlC Date: Thu, 18 Oct 2007 11:30:00 -0000 User-Agent: KMail/1.9.6 (enterprise 20070831.706792) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710181330.49445.bartoschek@or.uni-bonn.de> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00135.txt.bz2 Hi, is compiling on AIX 5.3 with xlC supported? I see several errors for example: 1. gdb-6.7/sim/ppc/words.h has no definition of natural64 for other configurations than __GLIBC__ and _MSC_VER. 2. The following command is executed after a make restart: cc -g -I. -I../../../gdb-6.7/sim/ppc -I../../../gdb-6.7/sim/ppc/../../include -I../../bfd -I../../../gdb-6.7/ sim/ppc/../../bfd -I../../gdb -I../../../gdb-6.7/sim/ppc/../../gdb -I../../../gdb-6.7/sim/ppc/../../gdb/config -I. -I../common -I../../../gdb-6.7/sim /ppc/../common -o gentmap Without any input files there is nothing to produce. Christoph