Date: Fri, 17 Jan 1997 21:16:15 +1100 From: Bruce Evans <bde@zeta.org.au> To: garyj@frt.dec.com, jdp@polstra.com Cc: current@freebsd.org, Gary.Jennejohn@munich.netsurf.de Subject: Re: The new gdb links with -lmalloc ?! Message-ID: <199701171016.VAA10162@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> I fixed src/gnu/usr.bin/gdb/gdb/Makefile and then it linked OK: >> ... >> DPADD+= ${LIBTERMCAP} >> -LDADD+= -ltermcap -lmalloc >> +LDADD+= -ltermcap >> >well, it worked for me. I even did a make world with the new gdb. >I'm running 3.0-current, right up-to-date. Of course, I might have >had an old libmalloc laying around in /usr/lib. Have to look when I >get home tonight. > >I thought that gnumalloc disappeared, not malloc. libmalloc is in ports/devel and has never been in /usr/src IIRC. Checking DPADD using `make checkdpadd' would have detected the bug. There is no ${LIBMALLOC}... >Anybody else having problems with the new gdb ? I haven't seen it yet, since ctm has stopped. Is this a hint to switch to cvsup? :-) Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701171016.VAA10162>