Re: [gentoo-user] make.conf bindist

2015-08-05 Thread Rich Freeman
On Wed, Aug 5, 2015 at 1:24 PM, James wrote: > > I have bindist set in make.conf. I'm not sure why, as it has most likely > been there a while. I have plent of compiler power... > It is part of the stage3 default make.conf, so it isn't surprising that you have it. Most users will probably wa

[gentoo-user] make.conf bindist

2015-08-05 Thread James
I did not want to tread on another thread so:: I have bindist set in make.conf. I'm not sure why, as it has most likely been there a while. I have plent of compiler power... # equery hasuse bindist * Searching for USE flag bindist ... [IP-] [ ] dev-libs/openssl-0.9.8z_p7:0.9.8 [IP-] [ ]

Re: [gentoo-user] make.conf for Pentium E2140

2010-12-14 Thread VeroLom
On Tue, 14 Dec 2010 09:31:14 +1100 Adam Carter wrote: No I didn't have read this article. Thanks, it's useful for me. > > > > I want to install Gentoo on my computer at work. I have installed Gentoo on > > my home computer, but it have Athlon64 processor. I have some troubles with > > make.conf.

Re: [gentoo-user] make.conf for Pentium E2140

2010-12-13 Thread Stroller
On 13/12/2010, at 1:51pm, VeroLom wrote: > Hello, Gentoo users! > > I want to install Gentoo on my computer at work. I have installed Gentoo on > my home computer, but it have Athlon64 processor. Hello, and welcome to the list! :) * passes around a tray of homebaked cookies * I would be grat

Re: [gentoo-user] make.conf for Pentium E2140

2010-12-13 Thread Adam Carter
> > I want to install Gentoo on my computer at work. I have installed Gentoo on > my home computer, but it have Athlon64 processor. I have some troubles with > make.conf. Which CHOST and CFLAGS I need to set up? > Have you read: http://en.gentoo-wiki.com/wiki/Safe_Cflags ?

[gentoo-user] make.conf for Pentium E2140

2010-12-13 Thread VeroLom
Hello, Gentoo users! I want to install Gentoo on my computer at work. I have installed Gentoo on my home computer, but it have Athlon64 processor. I have some troubles with make.conf. Which CHOST and CFLAGS I need to set up? - v...@219ver:~$ cat /proc/cpuinfo processor : 0 vendor_id

Re: [gentoo-user] make.conf MAKEOPTS=-j2

2009-08-02 Thread David Relson
On Sun, 2 Aug 2009 17:23:40 +0100 Neil Bothwick wrote: > On Sun, 2 Aug 2009 09:20:37 -0400, David Relson wrote: > > > I've had trouble building dev-util/duma and discovered this morning > > that -j2 was the culprit. duma's build compiles and runs > > createconf.c in order to create duma_config.h

Re: [gentoo-user] make.conf MAKEOPTS=-j2

2009-08-02 Thread Neil Bothwick
On Sun, 2 Aug 2009 09:20:37 -0400, David Relson wrote: > I've had trouble building dev-util/duma and discovered this morning that > -j2 was the culprit. duma's build compiles and runs createconf.c in > order to create duma_config.h which is needed by dumapp.cpp. With -j2, > the cpp compilation i

[gentoo-user] make.conf MAKEOPTS=-j2

2009-08-02 Thread David Relson
I've had trouble building dev-util/duma and discovered this morning that -j2 was the culprit. duma's build compiles and runs createconf.c in order to create duma_config.h which is needed by dumapp.cpp. With -j2, the cpp compilation is starting before createconf finishes running and this causes th

Re: [gentoo-user] make.conf

2008-10-17 Thread Alan McKinnon
On Friday 17 October 2008 20:11:21 ann kok wrote: > hi all > > why we have to put the following flags in the make.conf > > what are the purpose? > > CFLAGS="-O2 -pipe" > CXXFLAGS="-O2 -pipe" > CHOST="x86_64-pc-linux-gnu" It's so that the compiler knows how to build stuff It doesn't know what

Re: [gentoo-user] make.conf

2008-10-17 Thread Patric Schmitz
On Fri, 17 Oct 2008 11:11:21 -0700 (PDT) ann kok <[EMAIL PROTECTED]> wrote: > hi all Hello, > why we have to put the following flags in the make.conf > > what are the purpose? > > CFLAGS="-O2 -pipe" > CXXFLAGS="-O2 -pipe" > CHOST="x86_64-pc-linux-gnu" These are parameters for the gcc compile

[gentoo-user] make.conf

2008-10-17 Thread ann kok
hi all why we have to put the following flags in the make.conf what are the purpose? CFLAGS="-O2 -pipe" CXXFLAGS="-O2 -pipe" CHOST="x86_64-pc-linux-gnu" Thank you __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around