Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 1998 19:52:00 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.ORG, zach@gaffaneys.com
Subject:   Re: /usr/obj entries not made for these source directories:
Message-ID:  <199803140852.TAA27521@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>The objects for these directories appear in the source directory:
>
>/usr/src/gnu/usr.bin/ld/rtld
>/usr/src/lib/libcrypt
>/usr/src/usr.bin/make

NOCLEANDIR=true in /etc/make.conf should fix at least the first problem
(`make -B cleandir obj' doesn't work with all options, -DNOPIC in this
case, because `make cleandir' removes everything but `make obj' only
re-creates the directories for the current options).

>And, for some reason, ld.so is not made either (so make installworld fails).

ld.so is rtld.  Perhaps the normal rtld object directory was created after
rtld was built in the wrong place, leaving nothing to install from the
right place.  Why doesn't the old rtld work?

Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803140852.TAA27521>