On Monday 05 March 2007 22:00, Andreas Schwab wrote: > "Kate Minola" <[EMAIL PROTECTED]> writes: > > Option A. Use the bootstrap compiler to first build gmp and mpfr, > > then build gcc. > > > > Option B. Build gcc without gmp and mpfr. Then use it to > > build gmp and mpfr. Now rebuild gcc using gmp and mpfr. > > > > Are there other options? > > Option C: unpack gmp and mpfr sources in the gcc toplevel and bootstrap > all of gcc, gmp, mpfr together.
Option D: Use a cross compiler. Paul