Date: Mon, 22 Jan 1996 15:22:53 -0800 From: John Polstra <jdp@polstra.com> To: -Vince- <vince@apollo.COSC.GOV> Cc: Andreas Klemm <andreas@knobel.gun.de>, Dima Ruban <dima@best.net>, Nate Williams <nate@sri.MT.net>, dtc@scrooge.ee.swin.oz.au, sos@freebsd.org, current@freebsd.org Subject: Re: problems in -current (was Re: awk broken ???) Message-ID: <199601222322.PAA23747@austin.polstra.com> In-Reply-To: Your message of "Mon, 22 Jan 1996 14:47:07 PST." <Pine.BSF.3.91.960122144636.607s-100000@apollo.COSC.GOV>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hmmm, what did you guys do to fix this problem? Get the newest /usr/share/mk/bsd.lib.mk, or apply this patch to the broken one: ------------------------------------------------------------------------------- Index: src/share/mk/bsd.lib.mk diff -c src/share/mk/bsd.lib.mk:1.28 src/share/mk/bsd.lib.mk:1.29 *** src/share/mk/bsd.lib.mk:1.28 Tue Jan 16 16:03:08 1996 --- src/share/mk/bsd.lib.mk Sun Jan 21 09:26:25 1996 *************** *** 1,5 **** # from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91 ! # $Id: bsd.lib.mk,v 1.28 1996/01/17 00:03:08 jdp Exp $ # .if exists(${.CURDIR}/../Makefile.inc) --- 1,5 ---- # from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91 ! # $Id: bsd.lib.mk,v 1.29 1996/01/21 17:26:25 jdp Exp $ # .if exists(${.CURDIR}/../Makefile.inc) *************** *** 187,193 **** .endif .if !defined(NOPIC) ! .if !make(clean) && !make(cleandir) SOBJS+= ${DESTDIR}/usr/lib/c++rt0.o .endif --- 187,193 ---- .endif .if !defined(NOPIC) ! .if defined(CPLUSPLUSLIB) && !make(clean) && !make(cleandir) SOBJS+= ${DESTDIR}/usr/lib/c++rt0.o .endif ------------------------------------------------------------------------------- Rebuild and install all your shared libraries. You don't really need to recompile the objects making up each shared library. All you need to redo is the actual step that builds the library itself from its consituent objects. -- John
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601222322.PAA23747>