Stephen wrote:
> Some stats, not sure if they will help:
> CFLAGS="-O2 -march=i686 -pipe"
> CHOST="i686-pc-linux-gnu"
> CXXFLAGS="${CFLAGS}"
> MAKEOPTS="-j3"
> FEATURES="distccd"Not the solution to your problem, but if you want to use distcc, your FEATURES should be "distcc" and not "distccd", AKAIK. -- Remy Remove underscore and suffix in reply address for a timely response. -- [email protected] mailing list

