Gentoo make.conf (specifically USE)
TheBaron
Austin, TX
hey guys. I'm presently compiling gentoo, and I was wondering if any of you guys have an example make.conf you used, so I can get an idea of if I left anything out. I customized USE pretty thoroughly, but I may not have changed CFLAGS or CXXFLAGS correctly, and I may have left something out. any suggestions?
0
Comments
CFLAGS will depend on your system for the most part.
Here is my make.conf If you post your make.conf and your system specs I can try to help you out.
Is it correct to say that Gentoo will provide the right dependencies if you emerge later on? For example, if I emerge KDE but don't specifically state it in my USE, will emerge install the needed libraries automatically?
I think the only stuff I ended up including were
USE="alsa dvd kde qt -gnome -gtk" because I knew I definitely didn't want GNOME
What in hells name is going on there? You're telling it to use i386 and to mcpu i686 at the same time. If it supports i686 then set your CHOST respectively. Do NOT set both march and mcpu (now named mtune) as march sets mtune anyway (and definately don't set them to something different!). I would highly recommend against j3 on such a weak system too as it would do more harm than good (it increases memory useage exponentially too).
CXXFLAGs also does NOT have to be the same, the reference to CFLAGs is purely there for ease of use so you don't have to repeat yourself.
You can put as many USE flags as you like, infact you have to if you want to get the most out of programs shown by my config below (on my Athlon64 system);
Advantages/disadvantages to using Gnome over KDE or vice-versa?
And finally, what about NTFS read/write support?
NTFS read support seems to be perfect but write support (as least Kernel wise) is limited to only being able to write to existing files (i.e. you can only write in the mapped space of that file, you can't make new files or expand existing ones). I can't say I've explored anything other than reading though (which I've had zero problems with).
I don't like dependencies either, but if I want MOD support then I need the libraries for that eh?