EPICS Base R3.15.5: Known Problems
Any patch files linked below should be applied at the root of the
base-3.15.5 tree. Download them, then use the GNU Patch program as
follows:
% cd /path/to/base-3.15.5
% patch -p0 < /path/to/file.patch
The following significant problems have been reported with this
version of EPICS Base:
- Parallel builds ("make -j") of Windows DLL targets don't work, because the
build rules don't contain all the necessary dependencies. This problem has
been fixed in the 3.15 series build rules, but will not be addressed in the
3.14 branch. Sequential builds always work and are recommended for automated
build environments.