diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-08 13:26:48 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-08 13:26:48 +0000 |
commit | 2803ba3efbeab942e8f42c4ecfcf80048261d7ac (patch) | |
tree | 67fbde02bf89e71d2a369e9a603a3bc814dab9c9 /ACE-INSTALL | |
parent | e5323f22e4ff512e2d82b6fc2d57e71b45066b28 (diff) | |
download | ATCD-2803ba3efbeab942e8f42c4ecfcf80048261d7ac.tar.gz |
updated to match changes in ACE-INSTALL.html
Diffstat (limited to 'ACE-INSTALL')
-rw-r--r-- | ACE-INSTALL | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/ACE-INSTALL b/ACE-INSTALL index bea05e9dce5..cf505c24e90 100644 --- a/ACE-INSTALL +++ b/ACE-INSTALL @@ -183,11 +183,17 @@ g++ -fno-implicit-templates option, -fno-implicit-templates is broken. And, -O2 is not supported on some targets. - The current version of ACE, 4.3, has limited support for - destroying static objects after program termination on VxWorks. - To destroy static objects, the module must be unloaded, using - unld. Static constructors are called when loading the module, - with ld. + Please note that ACE uses one of the spare fields in the Wind + River task control block, spare4, for thread- specific storage. + This field is specified in only one place, in ace/OS.i, so it + can easily be changed to one of the other spare fields, if + necessary. + + The current version of ACE, 4.3.3, destroys dynamically + allocated singletons in the ACE library. But, it may not + properly destroy some static objects. If you have trouble + running a program multiple times, it may be necessary to unload + the module, using unld, and reload it between runs. MVS OpenEdition @@ -197,7 +203,7 @@ some problems that need to be ironed out: MVS does not support the dynamic linking dl...() calls that the - Service Configurator uses to dynmically link services at run + Service Configurator uses to dynamically link services at run time. As a result, all the examples and apps that use a svc.conf file (for dynamically configuring service objects) do not work, however, most of these apps can be built/run |