Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2005 17:16:57 +0200
From:      Ruslan Ermilov <ru@freebsd.org>
To:        Michael Bowerman <michael.bowerman@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: make buildworld fails:: cmap.h: No such file or directory
Message-ID:  <20051206151657.GF62078@ip.net.ua>
In-Reply-To: <8038a35b0512041114x2dff35dbk81dab3bd89d762cf@mail.gmail.com>
References:  <8038a35b0512031557j59e6ee11i84d9eb228d04ffdd@mail.gmail.com> <20051204075511.GA84983@ip.net.ua> <20051204075917.GB84983@ip.net.ua> <8038a35b0512041114x2dff35dbk81dab3bd89d762cf@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Dec 04, 2005 at 01:14:01PM -0600, Michael Bowerman wrote:
>    The poblem ended up being that I had in my make.conf:
>    CFLAGS= -O2 -pipe
>    CXXFLAGS= -O2 -pipe
> 
>    I ended up just removing the CXXFLAGS line.  I probably cold have used
>    CXXFLAGS+=...  But, I don't think I have any needs for specific C++ flags.
> 
Yes, CXXFLAGS is an addition to CFLAGS:

CXXFLAGS        ?=      ${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes}

That is, anything added to CFLAGS is also added to CXXFLAGS with
some exceptions.


Cheers,
-- 
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer



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