28. June 1998

You still have problems with this release?
The following text might help.


Problem 1: 
     The problem still "curses" gives compiling errors
     or the coordinate definition window canīt be left.
       
Solution:
     Your libcurses are too old. Take the libcurses from Slackware 3.3
     or the libcurses file included in this source421-package.
     Take them from  src421/linux-lib/elfcurses_bin.tgz
     Then you have to recompile everything (including the libraries!)

--------------------------------------------------------------------

Problem 2: 
     Problems with the ps.map command:

Solution:
       1. the ps.map needs to be compiled with the -fwritable-strings flag
       2. the way is to edit the src/CMD/head/linux header-file
             + add -fwritable-strings at the end of COMPILE_FLAGS line
               COMPILE_FLAGS = -O -fwritable-strings
             + cd to src.alpha/ps.map
             + run gmake4.2
             + cd to src/CMD
             + run MAKELINKS.header42 (or MAKELINKS.my)