blob: 2ff18ffff38701400591a0e0fca72a1f2cbaaf52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Mon Jan 25 18:45:06 IST 2016
============================
For z/Linux (CentOS 4, at least), you must fix the optimization level
before compiling:
1. Run configure.
2. Edit the top-level Makefile and extension/Makefile and change -O2 to -O1.
3. Run `make && make' check as usual.
If you don't change the optimization level, the testext test will fail.
In any case, expect the fmtspcl test to fail.
Arnold Robbins
arnold@skeeve.com
|