Date: Sun, 18 Feb 1996 12:55:59 -0800 (PST) From: "Jonathan M. Bresler" <jmb> To: freebsd-stable Subject: make world fails "c++rt.o missing" Message-ID: <199602182055.MAA03250@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tried to do a "make world" today with the enviroment variable
DESTDIR=/usr/src/dest. it failed. make couldn't find c++rt.o.
source is from feb 16th, my most recent sup.
checked out the source using "cvs checkout -r RELENG_2_1_0 -P src"
to a newly newfs'ed partition, /usr/obj was also newly newfs'ed
setenv DESTDIR /usr/src/dest
make world
--------------------------------------------------------------
Rebuilding /usr/src/dest/usr/lib
--------------------------------------------------------------
===> libg++
building standard g++ library
nm: math.o: no name list.
tsort: cycle in data
tsort: filebuf.o
[snip]
tsort: iostream.o
tsort: isgetline.o
ranlib libg++.a
make: don't know how to make /usr/src/dest/usr/lib/c++rt0.o. Stop
*** Error code 2
Stop.
*** Error code 1
Stop.
here is the "cvs diff Makefile"
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/Makefile,v
retrieving revision 1.57.4.8
diff -r1.57.4.8 Makefile
278a279,282
> .if exists(lib/csu/i386)
> cd ${.CURDIR}/lib/csu/i386 && \
> ${MAKE} depend all install ${CLEANDIR} ${OBJDIR}
> .endif
--
Jonathan M. Bresler FreeBSD Postmaster jmb@FreeBSD.ORG
FreeBSD--4.4BSD Unix for PC clones, source included. http://www.freebsd.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602182055.MAA03250>
