From owner-freebsd-bugs Mon Sep 4 15:24:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9EC837B422; Mon, 4 Sep 2000 15:24:08 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA72907; Mon, 4 Sep 2000 15:24:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Mon, 4 Sep 2000 15:24:08 -0700 (PDT) From: Message-Id: <200009042224.PAA72907@freefall.freebsd.org> To: shmit@kublai.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/5847: Makeworld fails if CXXFLAGS is set. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Makeworld fails if CXXFLAGS is set. State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Mon Sep 4 15:23:35 PDT 2000 State-Changed-Why: See /etc/defaults/make.conf for examples of how to correctly set CXXFLAGS: # CXXFLAGS controls the compiler settings used when compiling C++ code. # Note that CXXFLAGS is initially set to the value of CFLAGS. If you wish # to add to CXXFLAGS value, "+=" must be used rather than "=". Using "=" # alone will remove the often needed contents of CFLAGS from CXXFLAGS. # #CXXFLAGS+= -fmemoize-lookups -fsave-memoized # http://www.freebsd.org/cgi/query-pr.cgi?pr=5847 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message