From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3653 invoked by alias); 20 Oct 2010 13:53:17 -0000 Received: (qmail 3640 invoked by uid 22791); 20 Oct 2010 13:53:16 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,TVD_RCVD_SPACE_BRACKET X-Spam-Check-By: sourceware.org Received: from nx.neverkill.us (HELO nx.neverkill.us) (193.34.68.112) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Oct 2010 13:53:12 +0000 Received: from CENSORED.neverkill.us (CENSORED.neverkill.us [77.87.229.74]) by dmz01.neverkill.us ([77.87.229.75) (Postfix) with ESMTP id 9C60531366 for ; Wed, 20 Oct 2010 15:52:56 +0200 (CEST) Subject: gdb darwin target on Linux host? From: Peter Steiner To: gdb@sourceware.org Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 20 Oct 2010 13:53:00 -0000 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Message-Id: <20101020135306.9C60531366@nx.neverkill.us> 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: 2010-10/txt/msg00074.txt.bz2 Hi I try to compile a darwin-target gdb running on a Linux host: ./configure --prefix=/usr/local/gdb --target=x86_64-darwin this works up to the end of configure & make however does NOT generate a gdb binary! After make install the bin directory is empty and NO gdb binary has been linked at all. if I do: ./configure --prefix=/usr/local/gdb --target=i386-darwin this creates a gdb binary however it cannot read 64bit binaries from darwin. Any idea what is wrong? Thanks.