View previous topic :: View next topic |
Author |
Message |
taskara Advocate
Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Tue Apr 23, 2002 10:40 am Post subject: can't compile, gentoo install stuffed - help! |
|
|
I can't seem to get gentoo installed. I have done it before beautifully, but this time I'm having shit loads of problems. This is now my 4th attempt.
I can get up to compiling X without any issues.
now when I try to compile X it fails on various packages each time I try.
last time it was xf86 4.2.0rc9, something about error line 2 and quits. (will try and get exact error msg) - oh just remembered, something about stack - is this a ram or cpu problem?
what on earth could be going wrong? I'm so tired...
I have an athlon system, 1800+, 512mb ram.. really starting to lose focus and patience..
should I compile from scratch ? or use stage 3 tarball ? standard make variables? or ?
could someone please recommend cpu flag settings I should use for my make.config file (if I should), based on amd XP cpu ? PLEEEEASE ?
I had gentoo working so well b4... now it's all screwed
ta.. |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Tue Apr 23, 2002 12:20 pm Post subject: Re: can't compile, gentoo install stuffed - help! |
|
|
taskara wrote: | could someone please recommend cpu flag settings I should use for my make.config file (if I should), based on amd XP cpu ? |
I use the following settings in my make.conf for my Athlon 1700:
Code: | CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CXXFLAGS="-march=i686 -O3 -pipe" |
hth
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
taskara Advocate
Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Tue Apr 23, 2002 12:24 pm Post subject: |
|
|
so just the standard settings ? I have those.. what about any extras?
the XP is actually a 7th generatino x86 cpu.. can we compile linux with 786 ? or does it stop at 686 ?
ta |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Tue Apr 23, 2002 12:35 pm Post subject: |
|
|
taskara wrote: | the XP is actually a 7th generatino x86 cpu.. can we compile linux with 786 ? or does it stop at 686 ? |
AFAIK, gcc only goes up to 686. I've never seen any reference to a "786" march.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
taskara Advocate
Joined: 10 Apr 2002 Posts: 3763 Location: Australia
|
Posted: Tue Apr 23, 2002 12:58 pm Post subject: |
|
|
thought so |
|
Back to top |
|
|
|