**************** * VLT Makefile * **************** If the static library for a used shared library doesn't exist (e.g. libcurses.a on HP-UX 11.00 and Linux) then the vltMakefile assumes it needs to be built and of course fails. This happens with the compilation of the ccs module (it is the only case where the problem has been discovered) where libcurses is needed. A proper way to avoid this problem has still to be found in the vltMakefile, but a simple workaround is to 'touch' the libcourses.a library. As root, run the command: # touch /usr/lib/libcurses.a just after the OS installation of the machine and before starting any compilation (the build of the VLTROOT in particular). -------------------------------------------------------------------------- **************** * CMM * **************** As a consequence of fixing SPR 20020049 to allow concurrent cmmCopy operations, the command cmmCompare does not work properly any longer. It will be fixed for next release.