Jump to content

Gentoo make.conf help.


SpeedCrazy

Recommended Posts

Hey guys,

I took jjirmy up on the challenge to make a gentoo server and have got it done. But somehow i lost my server in vbox told me i had corrupt files. Sooo i try again, this time make.conf doesn't work properly. I get

PARSE ERROR: INVALID TOKEN 'CFLAGS' (not '=') /etc/make.conf: line 6 in /etc/make.conf 

This line (line 6) is

CXXFLAGS="${CFLAGS}"

What is my problem?

Thanks

Share this post


Link to post
Share on other sites

The whole make.conf

mak# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=native -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i486-pc-liux-gnu"
MAKEOPTS="-j3"

 

But i found the error, the mak at the beginning. It is auto created so i haven't a clue how it got there.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...