On Wednesday 12 October 2005 01:54 pm, Alexey Asprov wrote: > Hi list again..
Hello Alexey. Just a quick FYI: Your timezone does not appear to be set correctly; I can tell because your sent time is in the future ;-) > I will attempt to bootstrap with following USE flags for the NPTL. > I will not be using Gnome or KDE. I'd appreciate peoples opinion > about them and welcome their examples of USE flags ( real working > experiences) for bootstraping. This will be done for Pentium3 > machine, if this matters. Hmm, well I can't tell you what to predict in regards to the list of flags that you generated. The list is all over the place in regards to media and web flags, yet the -kde and -gnome will hogtie most of the resulting packages. Use emerge --pretend to see what kind of results you'll actually get. > Another question I'd like to ask if I need to include my CPU flags In /etc/make.conf you define your CFLAGS to match your cpu. In your case (which is just like mine) the following should suffice: CFLAGS="-O2 -march=pentium3 -pipe -mcpu=i686 -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" You might want to add the USE options for the supported mmx, mtrr, etc. but I honestly can't tell you what effects they actually have on the builds. -- gentoo-user@gentoo.org mailing list