Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2000 11:40:26 -0800 (PST)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        Alex Bulygin <sysop@komanda.com.ua>
Cc:        freebsd-questions@freebsd.org, freebsd-stable@freebsd.org
Subject:   Re: buildworld error
Message-ID:  <Pine.BSF.4.21.0003161139150.62414-100000@freefall.freebsd.org>
In-Reply-To: <Pine.BSF.3.96.1000316204508.22750A-100000@silver.komanda.com.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <forsythe@alum.mit.edu>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0003161139150.62414-100000>