Results 11 to 17 of 17
No edit your /etc/make.conf file and add the cflags to it. Then all the programs you compile on the system will use those flags (This means every user will use ...
- 08-06-2003 #11
No edit your /etc/make.conf file and add the cflags to it. Then all the programs you compile on the system will use those flags (This means every user will use them to). I use these flags for my XP2200+
FORGOT: Or if you want to use those CFLAGS on just one program just useCode:CFLAGS="-march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing-args -ffast-math -fprefetch-loop-arrays"
But after you have compiled it you need to start a new shell to clear the CFLAGS variable.Code:export CFLAGS="my-groovy-optimiztions" && CXXFLAGS="{$CFLAGS}"
- 08-06-2003 #12
thanks Ol Man. I have one last question though. I followed the link you gave, however, is there any place where I can see a list of CFLAGS and what the different ones actually do?
- 08-06-2003 #13
on the system i am using right now i dont want to have to compile anything cause it woudl take way to long so how do you start installing from stage 3. o and i havent take time to look at the documentation yet
. i was jst thinking i would see if there was a command that would start up the installation process to stage 3.
BIG K aka Kyle
Programming Forums
www.kylekonline.com
Please don\'t PM me for help-- ask in the forums instead!
- 08-06-2003 #14
Nope there is no installer for gentoo you will have to read the install guide. You have to setup your network connection and partitions then create your filesystem. Then enter a chroot enviroment to install so its all done by you.
- 08-06-2003 #15
thats cool well i know one thing when i get gentoo installed i will most likely know more about linux then when i started
which is always good. thanks for the help
BIG K aka Kyle
Programming Forums
www.kylekonline.com
Please don\'t PM me for help-- ask in the forums instead!
- 08-09-2003 #16Just Joined!
- Join Date
- Apr 2003
- Location
- Australia & England
- Posts
- 75
Gentoo is nice and easy. Don't let people convince you that it is hard.
- 08-10-2003 #17
Yeah...even though Gentoo sorta throws you in, it's easy and you learn quickly.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy


Reply With Quote
