From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29094 invoked by alias); 27 May 2003 23:42:53 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29040 invoked from network); 27 May 2003 23:42:51 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by sources.redhat.com with SMTP; 27 May 2003 23:42:51 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h4RNgoXm000263; Wed, 28 May 2003 01:42:50 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h4RNgorR000718; Wed, 28 May 2003 01:42:50 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h4RNgoeY000715; Wed, 28 May 2003 01:42:50 +0200 (CEST) To: Schamil Wackenhut Cc: gdb@sources.redhat.com Subject: Re: gdb-5.3 on openbsd3.3 References: <20030527213511.GA30963@fuckup> From: Mark Kettenis Date: Tue, 27 May 2003 23:42:00 -0000 In-Reply-To: Schamil Wackenhut's message of "Tue, 27 May 2003 23:35:11 +0200" Message-ID: <86add8ot1h.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2003-05/txt/msg00360.txt.bz2 Schamil Wackenhut writes: > Hi, > > How can i compile gdb-5.3 on openbsd 3.3? > I configure it with ./configure i686-bsd but `make' ends in some errors. Well, configuring as i686-bsd is defenitely wrong. If you're trying to configure a native OpenBSD 3.3 GDB (that is if you're compiling on a OpenBSD/i386 system) a simple ./configure should do the trick. If you're compiling a cross-GDB, please use ./configure --target=i686-openbsd. If this fails for you, please try a recent snapshot, or current CVS and report any failures with the make output to me. Good luck, Mark