From owner-freebsd-current Mon Nov 22 7:29:26 1999 Delivered-To: freebsd-current@freebsd.org Received: from www.geocrawler.com (sourceforge.net [209.81.8.17]) by hub.freebsd.org (Postfix) with ESMTP id 279A714BD2 for ; Mon, 22 Nov 1999 07:29:18 -0800 (PST) (envelope-from nobody@www.geocrawler.com) Received: (from nobody@localhost) by www.geocrawler.com (8.9.3/8.9.3) id HAA06728; Mon, 22 Nov 1999 07:27:38 -0800 Date: Mon, 22 Nov 1999 07:27:38 -0800 Message-Id: <199911221527.HAA06728@www.geocrawler.com> To: freebsd-current@freebsd.org Subject: CFLAGS vs CXXFLAGS From: "Grisha Vasilyev" Reply-To: "Grisha Vasilyev" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message was sent from Geocrawler.com by "Grisha Vasilyev" Be sure to reply to that address. Hello All ! I have one little problem: make world works for me only with small patch in gnu/usr.bin/groff/Makefile.cfg: -INCLUDES= -I$(GROFF_DIST)/include +INCLUDES= -I. -I$(GROFF_DIST)/include -I$(.CURDIR)/../include +CXXFLAGS+=$(DEFINES) $(INCLUDES) without this, it fails to find includes... Can anyone explain me, where is the source of this problem? maybe compiler or make rules? Geocrawler.com - The Knowledge Archive To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message