From owner-cvs-all Tue Feb 16 00:59:50 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23970 for cvs-all-outgoing; Tue, 16 Feb 1999 00:59:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23963; Tue, 16 Feb 1999 00:59:41 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id TAA29796; Tue, 16 Feb 1999 19:59:33 +1100 Date: Tue, 16 Feb 1999 19:59:33 +1100 From: Bruce Evans Message-Id: <199902160859.TAA29796@godzilla.zeta.org.au> To: bde@FreeBSD.ORG, dmaddox@conterra.com Subject: Re: cvs commit: src/usr.bin/doscmd Makefile Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >Is there some particular reason that doscmd is not built by default in >a 'make world'? It needs to be linked to X libraries, which may not exist, or may have the wrong format (aout/elf), or may be in the wrong place (the Makefile checks for libraries only in /usr/lib. but aout libraries are in /usr/lib/aout). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message