dmuench wrote:
The USE flags basically turn on features. So if you emerge say php and want it to have gd support for drawing graphics, you'd add "gd" to your use flags. Your use flags are defined near the top of /etc/make.conf. There is a list on the gentoo web site in the documentation, or you could emerge ufed which is the use flag editor. It will let you go through and set all the flags appropriately.
So say I didn't have "gd" in my USE flags. Would it then compile PHP (and other apps) without gd support? So basically USE flags let the portage system know what options to compile apps with?
It might be that I didn't look hard enough but Gentoo's website did a fair job of explaining HOW to use USE, but not such a great job about what it is.
Again, thanks for your help.