checkin of 0.3.0
[pspp-builds.git] / lib / gmp / INSTALL
1 (Other sections omitted because they're not useful in use along with
2 PSPP. -blp)
3
4 Known Build Problems
5 --------------------
6
7 Note that GCC 2.7.2 (as well as 2.6.3) for the RS/6000 and PowerPC can not
8 be used to compile GMP, due to a bug in GCC.  If you want to use GCC, you
9 need to apply the patch at the end of this file, or use a later version of
10 the compiler.
11
12 If you are on a Sequent Symmetry, use GAS instead of the system's assembler
13 due to the latter's serious bugs.
14
15 The system compiler on NeXT is a massacred and old gcc, even if the
16 compiler calls itself cc.  This compiler cannot be used to build GMP.  You
17 need to get a real gcc, and install that before you compile GMP.  (NeXT
18 might have fixed this in newer releases of their system.)
19
20 Please report other problems to bug-gmp@prep.ai.mit.edu.
21
22
23 Patch to apply to GCC 2.6.3 and 2.7.2:
24
25 *** config/rs6000/rs6000.md     Sun Feb 11 08:22:11 1996
26 --- config/rs6000/rs6000.md.new Sun Feb 18 03:33:37 1996
27 ***************
28 *** 920,926 ****
29      (set (match_operand:SI 0 "gpc_reg_operand" "=r")
30         (not:SI (match_dup 1)))]
31     ""
32 !   "nor. %0,%2,%1"
33     [(set_attr "type" "compare")])
34   
35   (define_insn ""
36 --- 920,926 ----
37      (set (match_operand:SI 0 "gpc_reg_operand" "=r")
38         (not:SI (match_dup 1)))]
39     ""
40 !   "nor. %0,%1,%1"
41     [(set_attr "type" "compare")])
42   
43   (define_insn ""