Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Sep 2000 15:24:08 -0700 (PDT)
From:      <kris@FreeBSD.org>
To:        shmit@kublai.com, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: bin/5847: Makeworld fails if CXXFLAGS is set.
Message-ID:  <200009042224.PAA72907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200009042224.PAA72907>