Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
having a problem chrooting-wrong input in nano editor?
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
pornospeedracer
n00b
n00b


Joined: 31 Aug 2005
Posts: 18
Location: Seattle

PostPosted: Wed Aug 31, 2005 2:44 am    Post subject: having a problem chrooting-wrong input in nano editor? Reply with quote

From step 5.e. Configuring the Compile Options, I inputed the following into the nano editor exactly like this:

-march=athlon-xp
-O2
CFLAGS="-march=athlon-xp -pipe -O2"
CXXFLAGS="${CFLAGS}"

Moving onto chrooting:
after inputing env-update I get this:

!!! Invalid token (not "=") CFLAGS
!!! ParseError: Invalid token (not '='): //etc/make.conf: line 3 in //etc/make.conf
!!! Incorrect multiline literals can cause this. Do not use them.

What could I do to fix this?

Thank you in advance for any help.
Back to top
View user's profile Send private message
evster
Guru
Guru


Joined: 12 Jul 2005
Posts: 367
Location: Waterloo, Ontario, Canada

PostPosted: Wed Aug 31, 2005 3:05 am    Post subject: Reply with quote

I think you want to change
Code:
-march=athlon-xp
-O2
CFLAGS="-march=athlon-xp -pipe -O2"
CXXFLAGS="${CFLAGS}"


To
Code:
CFLAGS="-march=athlon-xp -pipe -O2"
CXXFLAGS="${CFLAGS}"


The steps above are just explaining what these flags are.
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