(Other sections omitted because they're not useful in use along with PSPP. -blp) Known Build Problems -------------------- Note that GCC 2.7.2 (as well as 2.6.3) for the RS/6000 and PowerPC can not be used to compile GMP, due to a bug in GCC. If you want to use GCC, you need to apply the patch at the end of this file, or use a later version of the compiler. If you are on a Sequent Symmetry, use GAS instead of the system's assembler due to the latter's serious bugs. The system compiler on NeXT is a massacred and old gcc, even if the compiler calls itself cc. This compiler cannot be used to build GMP. You need to get a real gcc, and install that before you compile GMP. (NeXT might have fixed this in newer releases of their system.) Please report other problems to bug-gmp@prep.ai.mit.edu. Patch to apply to GCC 2.6.3 and 2.7.2: *** config/rs6000/rs6000.md Sun Feb 11 08:22:11 1996 --- config/rs6000/rs6000.md.new Sun Feb 18 03:33:37 1996 *************** *** 920,926 **** (set (match_operand:SI 0 "gpc_reg_operand" "=r") (not:SI (match_dup 1)))] "" ! "nor. %0,%2,%1" [(set_attr "type" "compare")]) (define_insn "" --- 920,926 ---- (set (match_operand:SI 0 "gpc_reg_operand" "=r") (not:SI (match_dup 1)))] "" ! "nor. %0,%1,%1" [(set_attr "type" "compare")]) (define_insn ""