From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16541 invoked by alias); 18 Jan 2008 09:36:28 -0000 Received: (qmail 16524 invoked by uid 22791); 18 Jan 2008 09:36:27 -0000 X-Spam-Check-By: sourceware.org Received: from ctb-mesg-2-2.saix.net (HELO ctb-mesg-2-2.saix.net) (196.25.240.87) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 18 Jan 2008 09:35:55 +0000 Received: from [192.168.0.8] (dsl-242-24-138.telkomadsl.co.za [41.242.24.138]) by ctb-mesg-2-2.saix.net (Postfix) with ESMTP id 4526E20074 for ; Fri, 18 Jan 2008 11:35:52 +0200 (SAST) From: "Gerrit van Niekerk" To: gdb@sourceware.org Date: Fri, 18 Jan 2008 09:36:00 -0000 MIME-Version: 1.0 Subject: Re: Problem building cross-debugger Reply-to: gerritvn@gpvno.co.za,gpvno@telkomsa.net Message-ID: <47908F14.31772.5AD24E@gerritvn.gpvno.co.za> X-mailer: Pegasus Mail for Windows (4.41) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body 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: 2008-01/txt/msg00164.txt.bz2 > I am trying to use Cygwin to build a Cygwin host, DJGPP target version of GDB: > config --target=djgpp All libraries seem to build ok (make does not stop), but > the final link gives a number of undefined references I received no response to this request, but found that an old installation of diffutils with an incompatible cygwin1.dll caused many problems which were happily ignored by MAKE. There is now only one undefined reference remaining: `_bfd_i386_arch' I get this for a target of Cygwin (no cross-debugging) as well as for --target=djgpp. Any hint as to the cause will be appreciated. Gerrit