Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] python-2.5.2-r7 build problems
Date: Thu, 12 Feb 2009 04:23:03
Message-Id: 5bdc1c8b0902112022x7f368b19i2a7eee108df2af95@mail.gmail.com
In Reply to: Re: [gentoo-user] python-2.5.2-r7 build problems by Mark Knecht
1 On Wed, Feb 11, 2009 at 8:22 PM, Mark Knecht <markknecht@×××××.com> wrote:
2 > On Wed, Feb 11, 2009 at 7:04 PM, Joshua D Doll <joshua.doll@×××××.com> wrote:
3 > <SNIP>
4 >>
5 >> I might be mistaken, but I don't think that is make error message. You might
6 >> want to check further up in the build.log for more information.
7 >>
8 >> --Joshua Doll
9 >>
10 >>
11 >
12 > CFLAGS? The machine that fails:
13 >
14 > CFLAGS="-O3 -march=athlon-xp -funroll-loops -fprefetch-loop-arrays -pipe"
15 > CHOST="i686-pc-linux-gnu"
16 > CXXFLAGS="${CFLAGS}"
17 > MAKEOPTS="-j2"
18 >
19 >
20 > A machine that passes:
21 >
22
23 CFLAGS="-O2 -march=i686 -fomit-frame-pointer -pipe"
24 CHOST="i686-pc-linux-gnu"
25 CXXFLAGS="${CFLAGS}"
26 MAKEOPTS="-j2"

Replies

Subject Author
Re: [gentoo-user] python-2.5.2-r7 build problems Neil Bothwick <neil@××××××××××.uk>