From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3079 invoked by alias); 18 Oct 2007 14:35:15 -0000 Received: (qmail 3060 invoked by uid 22791); 18 Oct 2007 14:35:14 -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 14:35:11 +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 4F8FA3B6CC for ; Thu, 18 Oct 2007 16:34:31 +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 58CA6E927 for ; Thu, 18 Oct 2007 16:35:09 +0200 (CEST) From: Christoph Bartoschek To: gdb@sourceware.org Subject: Re: Compiling on AIX 5.3 with xlC Date: Thu, 18 Oct 2007 14:35:00 -0000 User-Agent: KMail/1.9.6 (enterprise 20070831.706792) References: <200710181330.49445.bartoschek@or.uni-bonn.de> <20071018121854.GA3467@caradoc.them.org> <200710181513.11050.bartoschek@or.uni-bonn.de> In-Reply-To: <200710181513.11050.bartoschek@or.uni-bonn.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710181635.33871.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/msg00138.txt.bz2 Am Donnerstag, 18. Oktober 2007 schrieb Christoph Bartoschek: > Am Donnerstag, 18. Oktober 2007 schrieb Daniel Jacobowitz: > > --disable-sim may help. The second item is probably a GNU make / AIX > > make problem. > > Thanks, I have used --disable-sim and used gmake instead of make. Now the > build succeded and it seems as if gdb works. I claimed success too early. I am not able to attach to a process. Christoph