From owner-freebsd-current Mon Mar 2 13:23:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16406 for freebsd-current-outgoing; Mon, 2 Mar 1998 13:23:10 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ix.netcom.com (sil-wa5-09.ix.netcom.com [206.214.137.105]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16354 for ; Mon, 2 Mar 1998 13:22:56 -0800 (PST) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.8.8/8.8.8) id NAA00313; Mon, 2 Mar 1998 13:22:35 -0800 (PST) (envelope-from tomdean) Date: Mon, 2 Mar 1998 13:22:35 -0800 (PST) Message-Id: <199803022122.NAA00313@ix.netcom.com> From: Thomas Dean To: jmz@cabri.obs-besancon.fr CC: freebsd-current@FreeBSD.ORG In-reply-to: <9803021656.AA17790@cabri.obs-besancon.fr> (message from Jean-Marc Zucconi on Mon, 2 Mar 98 17:56:19 +0100) Subject: Re: gdb broken in -current Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gdb works. Since my last e-mail, I did: cvsup current-supfile make -j4 world cd /sys/i386/conf config KERNEL-SMP # my config file (SMP kernel) cd ../../compile/KERNEL-SMP make clean make depend make make install shutdown -r now cc -g hello.c -o hello gdb hello b main r s s c quit and, everything worked. Did you do all these steps? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message