RE: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails

2005-01-12 Thread Nicolas Saurbier
Ok, Ok, found the problem...

CXXFLAGS="{$CFLAGS}"  changed to CXXFLAGS="${CFLAGS}"

NIC 

> -Original Message-
> From: Nicolas Saurbier [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 12, 2005 5:30 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails 
> 
> Mh
> 
> Don´t think so. Here´s my /etc/make.conf:
> 
> CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
> CHOST="i686-pc-linux-gnu"
> CXXFLAGS="{$CFLAGS}"
> 
> NIC 
> 
> > -Original Message-
> > From: Dave Nebinger [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, January 12, 2005 5:09 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails
> > 
> > > see config.log
> > 
> > > configure:2004: g++ {-O2 -march=pentium3 -pipe 
> -fomit-frame-pointer}
> > conftest.cc  >&5
> > > g++: {-O2: No such file or directory
> > > cc1plus: error: unrecognized option `-fomit-frame-pointer}'
> > 
> > Dude, your CXXFLAGS are hosed.  They should not be surrounded by 
> > braces.
> > 
> > Since they are surrounded by braces, the g++ command fails 
> and hence 
> > the fam build fails as well.
> > 
> > Fix your CFLAGS/CXXFLAGS to remove the braces and you'll be fine.
> > 
> > 
> > 
> > --
> > gentoo-user@gentoo.org mailing list
> > 
> > 
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails

2005-01-12 Thread Mike Williams
On Wednesday 12 January 2005 16:30, Nicolas Saurbier wrote:
> Don´t think so. Here´s my /etc/make.conf:

It is.

> CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
> CHOST="i686-pc-linux-gnu"
> CXXFLAGS="{$CFLAGS}"

${CFLAGS}

-- 
Mike Williams


pgpdLiLnFiVuI.pgp
Description: PGP signature


RE: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails

2005-01-12 Thread Nicolas Saurbier
Mh

Don´t think so. Here´s my /etc/make.conf:

CFLAGS="-O2 -march=pentium3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="{$CFLAGS}"

NIC 

> -Original Message-
> From: Dave Nebinger [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 12, 2005 5:09 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails 
> 
> > see config.log
> 
> > configure:2004: g++ {-O2 -march=pentium3 -pipe -fomit-frame-pointer}
> conftest.cc  >&5
> > g++: {-O2: No such file or directory
> > cc1plus: error: unrecognized option `-fomit-frame-pointer}'
> 
> Dude, your CXXFLAGS are hosed.  They should not be surrounded 
> by braces.
> 
> Since they are surrounded by braces, the g++ command fails 
> and hence the fam build fails as well.
> 
> Fix your CFLAGS/CXXFLAGS to remove the braces and you'll be fine.
> 
> 
> 
> --
> gentoo-user@gentoo.org mailing list
> 
> 

--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] emerging app-admin/fam-2.7.0-r2 fails

2005-01-12 Thread Dave Nebinger
> see config.log

> configure:2004: g++ {-O2 -march=pentium3 -pipe -fomit-frame-pointer}
conftest.cc  >&5
> g++: {-O2: No such file or directory
> cc1plus: error: unrecognized option `-fomit-frame-pointer}'

Dude, your CXXFLAGS are hosed.  They should not be surrounded by braces.

Since they are surrounded by braces, the g++ command fails and hence the fam
build fails as well.

Fix your CFLAGS/CXXFLAGS to remove the braces and you'll be fine.



--
gentoo-user@gentoo.org mailing list



[gentoo-user] emerging app-admin/fam-2.7.0-r2 fails

2005-01-12 Thread Nicolas Saurbier
Hi,

see config.log

I did an emerge-webrsync today.

NIC


config.log
Description: config.log
--
gentoo-user@gentoo.org mailing list