Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 1999 19:59:33 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@FreeBSD.ORG, dmaddox@conterra.com
Cc:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.bin/doscmd Makefile
Message-ID:  <199902160859.TAA29796@godzilla.zeta.org.au>

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

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?199902160859.TAA29796>