From owner-freebsd-hackers Sun Feb 1 08:28:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA28056 for hackers-outgoing; Sun, 1 Feb 1998 08:28:49 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from bachue.usc.unal.edu.co ([168.176.3.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA28050 for ; Sun, 1 Feb 1998 08:28:43 -0800 (PST) (envelope-from giffunip@asme.org) Received: from pedro.unal.edu.co ([168.176.3.30]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with SMTP id AAA7775; Sun, 1 Feb 1998 11:31:50 +0500 Message-ID: <34D4A2C7.2781E494@asme.org> Date: Sun, 01 Feb 1998 11:28:55 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: dmaddox@scsn.net CC: hackers@FreeBSD.ORG Subject: Re: Can't get Linux-gdb (from ports collection) to work References: <19980201093839.06233@scsn.net> <199802011510.BAA00421@word.smith.net.au> <19980201102721.01931@scsn.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe hackers" (re directed to hackers again) Donald J. Maddox wrote: > > Mesa as Linux-ELF binaries (necessary because glide is only available > for linux). This naturally requires using the Linux devel tools, > including the assembler. Well I don't maintain the linux compiler, but I have always wanted to change the emulated one with a native crosscompiler. The new (BTW, could some just commit it ? ;-) ) crosssco uses the latest binutils, which is probably the cause for your problems. If you build the new kit with TARGET=i386-linux and replace newlib with the native linux libraries it might work better, and even configure could detect it. I've always wanted to change this, but 1) I never recieved any feedback if this was desirable. 2) I don't have time to hunt and package the latest linux libs. 3) I don't work with linux :-). cheers, Pedro.