From owner-freebsd-current Thu Jan 7 22:44:55 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA11133 for freebsd-current-outgoing; Thu, 7 Jan 1999 22:44:55 -0800 (PST) (envelope-from owner-freebsd-current@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 WAA11128 for ; Thu, 7 Jan 1999 22:44:50 -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 RAA07428; Fri, 8 Jan 1999 17:44:05 +1100 Date: Fri, 8 Jan 1999 17:44:05 +1100 From: Bruce Evans Message-Id: <199901080644.RAA07428@godzilla.zeta.org.au> To: cejkar@dcse.fee.vutbr.cz, freebsd-current@FreeBSD.ORG Subject: Re: Why doscmd isn't builded by default? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I'm looking into -CURRENT src/usr.bin/Makefile and there isn't any >information about doscmd so it isn't builded by default. >Is there any reason not to build doscmd by default? It needs to be linked to the X libraries to be of much use, and its configuration for linking to the X libraries is broken in many cases. The libraries must be in /usr/X11R6/lib, not in the aout subdirectory of that, and must be consistent with OBJFORMAT. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message