On 27 February 2007, Bo Ørsted Andresen wrote:
> On Tuesday 27 February 2007 19:41:37 Uwe Thiem wrote:
> > > > CXXFLAGS="O3"
> > >
> > > And yet you did... ;)
> >
> > Hm... That never was a problem with mysql before. Not even with versions
> > that do not compile anymore but did in the past.
> >
> > Here are the relevant lines in make.conf:
> > CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
> > CXXFLAGS="${CFLAGS}"
> >
> > That should not cause the dash to be omitted. Anyway, I will give it a
> > try after copying CFLAGS over to CXXFLAGS verbatim.
> >
> > Will let you know about the outcome.

Alright, that yielded the very same outcome.

>
> Are you sure there isn't a second entry setting CXXFLAGS=O3? Or perhaps in
> your env?
>
> # grep CXXFLAGS /etc/make.conf
> # env | grep CXXFLAGS

[EMAIL PROTECTED] ~ $ grep CXX /etc/make.conf
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"

[EMAIL PROTECTED] ~ $ env | grep CXX
CXXFLAGS=-O3 -march=pentium4 -mcpu=pentium4

So where does the dash get lost? Weird.

Uwe

-- 
A fast and easy generator of fractals for KDE:
http://www.SysEx.com.na/iwy-1.0.tar.bz2
Proof of concept of a TSP solver for KDE:
http://www.SysEx.com.na/epat-0.1.tar.bz2
--
gentoo-user@gentoo.org mailing list

Reply via email to