Added note about shared library builds on solaris.

This commit is contained in:
Janet B. Anderson
2003-01-17 20:07:05 +00:00
parent 48258e1393
commit fa5a497f50

View File

@@ -8,6 +8,8 @@
<meta name="GENERATOR" content="amaya 5.1" />
</head>
<h4> January 17, 2003</h4>
<body>
<h1 style="text-align: center">EPICS base R3.14.1: Known Problems</h1>
@@ -26,5 +28,14 @@
<li>A SHRLIB_SEARCH_DIRS += should be generated for everything found in
configure/RELEASE</li>
</ul>
<h3>For shared library builds on solaris</h3>
<ul>
<li>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.</li>
</ul>
</body>
</html>