Subject: Re: Threads implementation
To: Francisco =?iso-8859-1?Q?Gayt=E1n?= <fg@hispabsd.org>
From: Gary Duzan <gary@duzan.org>
List: current-users
Date: 11/19/2002 06:40:52
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <27707.1037705820.1@capo.xnet.duzan.org>

In Message <20021118233338.GB2545@hispabsd.org> ,
   Francisco =?iso-8859-1?Q?Gayt=E1n?= <fg@hispabsd.org> wrote:

=>nbmake: stopped in  /usr/src/gnu/usr.bin/gdb/gdb.new
=>*** [dependall-gdb.new] Error code 2
=>1 error
=>
=> [ ... ]
=>
=>Any idea?

   Yep, check the attached patch. You can ignore the middle one.

					Gary D. Duzan



------- =_aaaaaaaaaa0
Content-Type: text/plain; name="nathanw_gdb_patch.diff"; charset="us-ascii"
Content-ID: <27707.1037705820.2@capo.xnet.duzan.org>
Content-Description: nathanw_gdb_patch.diff

Index: gnu/usr.bin/gdb/Makefile
===================================================================
RCS file: /cvsroot/gnusrc/gnu/usr.bin/gdb/Makefile,v
retrieving revision 1.51.4.1
diff -u -r1.51.4.1 Makefile
--- gnu/usr.bin/gdb/Makefile	2002/09/19 21:18:42	1.51.4.1
+++ gnu/usr.bin/gdb/Makefile	2002/11/19 11:31:58
@@ -1,5 +1,5 @@
-#	$NetBSD$
+#	$NetBSD: Makefile,v 1.51.4.1 2002/09/19 21:18:42 thorpej Exp $
 
-SUBDIR=		gdb.new # gdbreplay gdbserver
+SUBDIR=		gdb # gdbreplay gdbserver
 
 .include <bsd.subdir.mk>
Index: gnu/usr.bin/gdb/gdb-cfg.texi
===================================================================
RCS file: /cvsroot/gnusrc/gnu/usr.bin/gdb/gdb-cfg.texi,v
retrieving revision 1.1
diff -u -r1.1 gdb-cfg.texi
--- gnu/usr.bin/gdb/gdb-cfg.texi	1999/02/16 20:19:04	1.1
+++ gnu/usr.bin/gdb/gdb-cfg.texi	2002/11/19 11:31:58
@@ -1,2 +1,2 @@
-@c	$NetBSD$
+@c	$NetBSD: gdb-cfg.texi,v 1.3 2002/09/22 13:06:44 wiz Exp $
 @include all-cfg.texi
Index: gnu/usr.bin/gdb/gdb/Makefile
===================================================================
RCS file: /cvsroot/gnusrc/gnu/usr.bin/gdb/gdb/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- gnu/usr.bin/gdb/gdb/Makefile	2002/09/22 12:58:24	1.15
+++ gnu/usr.bin/gdb/gdb/Makefile	2002/11/19 11:31:58
@@ -18,7 +18,7 @@
 		${G_CCFLAGS:M-DRL_*} \
 		-I${TOP}/lib/libbfd/arch/${MACHINE_ARCH}
 
-LDADD=		-ltermcap -lintl -lm -lkvm
+LDADD=		-ltermcap -lintl -lm -lkvm -lpthread_dbg
 DPADD=		${LIBTERMCAP} ${LIBINTL} ${LIBM} ${LIBKVM}
 
 TEXINFO=	gdb.texinfo gdbint.texinfo stabs.texinfo

------- =_aaaaaaaaaa0--