diff options
-rw-r--r-- | README_d/ChangeLog | 4 | ||||
-rw-r--r-- | README_d/README.zLinux | 16 |
2 files changed, 20 insertions, 0 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog index 25695ca4..1896fbf8 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,7 @@ +2016-01-25 Arnold D. Robbins <arnold@skeeve.com> + + * README.zLinux: New file. + 2015-05-19 Arnold D. Robbins <arnold@skeeve.com> * 4.1.3: Release tar ball made. diff --git a/README_d/README.zLinux b/README_d/README.zLinux new file mode 100644 index 00000000..2ff18fff --- /dev/null +++ b/README_d/README.zLinux @@ -0,0 +1,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 |