January 17, 2003
EPICS base R3.14.1: Known Problems
Known Bugs
The portable CA server does not work on solaris.
To Do Posix
- Currently thread priorities are not turned on, i.e. all threads run at
the same priority.
Build Rules
- A SHRLIB_SEARCH_DIRS += should be generated for everything found in
configure/RELEASE
For shared library builds on solaris
- Change "SYS_SHRLIB_LIBS_8 += Crun" to "SYS_SHRLIB_LIBS_8 += Crun Cstd" in
configure/os/CONFIG.Common.solaris-sparc and configure/os/CONFIG.Common.solaris-x86
and change "SYS_DLL_LIBS_solaris_8 = Crun" to "SYS_DLL_LIBS_solaris_8 = Crun Cstd" in
config/CONFIG.Host.solaris and config/CONFIG.Host.solarisGnu.