Blame README_d/README.zLinux

Packit 575503
Mon Jan 25 18:45:06 IST 2016
Packit 575503
============================
Packit 575503
Packit 575503
For z/Linux (CentOS 4, at least), you must fix the optimization level
Packit 575503
before compiling:
Packit 575503
Packit 575503
1. Run configure.
Packit 575503
2. Edit the top-level Makefile and extension/Makefile and change -O2 to -O1.
Packit 575503
3. Run `make && make check' as usual.
Packit 575503
Packit 575503
If you don't change the optimization level, the testext test will fail.
Packit 575503
Packit 575503
In any case, expect the fmtspcl test to fail.
Packit 575503
Packit 575503
Arnold Robbins
Packit 575503
arnold@skeeve.com