From owner-freebsd-questions Sun Oct 13 23:53:42 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA03766 for questions-outgoing; Sun, 13 Oct 1996 23:53:42 -0700 (PDT) Received: from plethora.cs.wustl.edu (plethora.cs.wustl.edu [128.252.165.113]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA03735 for ; Sun, 13 Oct 1996 23:53:35 -0700 (PDT) Received: (from jxh@localhost) by plethora.cs.wustl.edu (8.7.6/8.7.3) id BAA03155; Mon, 14 Oct 1996 01:53:27 -0500 (CDT) Date: Mon, 14 Oct 1996 01:53:27 -0500 (CDT) Message-Id: <199610140653.BAA03155@plethora.cs.wustl.edu> From: James Hu To: freebsd-questions@freebsd.org Subject: make -DWANT_LIBC_R world Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk FreeBSD 2.2-961006-SNAP CPU: AMD Am5x86 Write-Through (486-class CPU) Origin = "AuthenticAMD" Id = 0x4e4 When I attempt the following: cd /usr/src make -DWANT_LIBC_R world it goes through the process of cleaning up the source tree, and then it stops in failure in the directory /usr/src/gnu/usr.bin/groff/devX100 ... ===> gnu/usr.bin/groff/devX100 "Makefile", line 6: Could not find /usr/src/gnu/usr.bin/groff/devX100/../../../../contrib/groff/devX100/Makefile.sub Fatal errors encountered -- cannot continue *** Error code 1 Stop. It looks like I am missing the contrib subdirectory from /usr/src. Did I just forget to include it somehow when I did the full install? -- James