Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bootstrap fails compiling gcc-3.3.5.20050130-r1[SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Silverstar
n00b
n00b


Joined: 06 Jul 2004
Posts: 45
Location: Groningen, The Netherlands

PostPosted: Sat Jul 30, 2005 10:20 am    Post subject: Bootstrap fails compiling gcc-3.3.5.20050130-r1[SOLVED] Reply with quote

I'm trying to bootstrap my system, but it fails while compiling gcc-3.3.5.20050130-r1. The exact error is:

Code:

ERROR: sys-devel/gcc-3.3.5.20050130-r1 failed.
Function gcc_do_make, Line 1214, Exitcode 2.
emake failed with bootstrap_lean.


My make.conf:

Code:

CFLAGS="-O3" -march=athlon -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"


Anyone?


Last edited by Silverstar on Sun Jul 31, 2005 2:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
basvanlola
n00b
n00b


Joined: 10 Oct 2004
Posts: 52
Location: Eefde, The Netherlands

PostPosted: Sat Jul 30, 2005 11:16 am    Post subject: Reply with quote

You have one too many double-quote in your CFLAGS.
_________________
Athlon-XP 2000 @ 2083MHz
Asus A7V8X-X
1 GB DDR-333 ram
nVidia Geforce FX-5500
120 GB Maxtor 6Y120P0
Back to top
View user's profile Send private message
Sir No
Apprentice
Apprentice


Joined: 01 May 2005
Posts: 159
Location: Poland

PostPosted: Sat Jul 30, 2005 11:18 am    Post subject: Re: Bootstrap fails compiling gcc-3.3.5.20050130-r1 Reply with quote

Silverstar wrote:
My make.conf:

Code:

CFLAGS="-O3" -march=athlon -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"



Are you sure that the CFLAGS are set correctly?
Looks like you have an extra quote in the settings...

So, maybe a:
Code:
CFLAGS="-O3 -march=athlon -fomit-frame-pointer -pipe"

could help?

# plz include word [solved] in the topic title when the above works, thanks!
_________________
The geeks | Recommended Packages fOr Desktop & Server | Read BBCode Guide!
Back to top
View user's profile Send private message
Silverstar
n00b
n00b


Joined: 06 Jul 2004
Posts: 45
Location: Groningen, The Netherlands

PostPosted: Sat Jul 30, 2005 11:37 am    Post subject: Reply with quote

basvanlola wrote:
You have one too many double-quote in your CFLAGS.


It was a typo. It is with one double-quote. Sorry :)
Back to top
View user's profile Send private message
Silverstar
n00b
n00b


Joined: 06 Jul 2004
Posts: 45
Location: Groningen, The Netherlands

PostPosted: Sun Jul 31, 2005 2:37 pm    Post subject: Reply with quote

I started the bootstrap proces again, and I didn't see the error. Problem solved :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum