Date: Mon, 22 Nov 1999 07:27:38 -0800 From: "Grisha Vasilyev" <archiver@db.geocrawler.com> To: freebsd-current@freebsd.org Subject: CFLAGS vs CXXFLAGS Message-ID: <199911221527.HAA06728@www.geocrawler.com>
next in thread | raw e-mail | index | archive | help
This message was sent from Geocrawler.com by "Grisha Vasilyev" <chugumba@hotmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911221527.HAA06728>