Date: Tue, 16 Feb 1999 09:50:44 -0500 (EST) From: Luoqi Chen <luoqi@watermarkgroup.com> To: bde@FreeBSD.ORG, bde@zeta.org.au, dmaddox@conterra.com Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/doscmd Makefile Message-ID: <199902161450.JAA19893@lor.watermarkgroup.com>
next in thread | raw e-mail | index | archive | help
> >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 > It looks for X libraries, if not found, a text-based version will be built. It can also be built into either format (aout/elf). The aout version does look for X libraries in the wrong place, I'll fix it (it would be nice to have a XLIBDIR defined in /usr/share/mk/* based on OBJFORMAT). In any case, the elf version should be built without problem. If no one objects, I'll add it back into the build list. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902161450.JAA19893>