From owner-freebsd-questions Thu Mar 16 11:40:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19B5537C1FF; Thu, 16 Mar 2000 11:40:27 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id LAA63569; Thu, 16 Mar 2000 11:40:27 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Thu, 16 Mar 2000 11:40:26 -0800 (PST) From: Kris Kennaway To: Alex Bulygin Cc: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: Re: buildworld error In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 16 Mar 2000, Alex Bulygin wrote: > I tried to buildworld 3.4-STABLE and got the following > (sorry for long output): It thinks you have X installed and is trying to compile X support into doscmd, but it's failing for some reason. Do you have an incomplete X installation? .if !defined(DESTDIR) && exists(${X11BASE}/include/X11/X.h) && \ exists(${XLIBDIR}/libX11.a) CFLAGS+= -I${X11BASE}/include LDADD+= -L${XLIBDIR} -lX11 DPADD+= ${XLIBDIR}/libX11.a .else CFLAGS+= -DNO_X .endif Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message