diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-22 02:57:52 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-22 02:57:52 +0000 |
commit | 116eecbbfabee239998ec55e510953dcd4644cf9 (patch) | |
tree | 7e2759e5389132507ca17106b831927bcf25b54e /ACE-INSTALL.html | |
parent | 479dbe3d0103c56ffd3feef7d919d87e58f77f91 (diff) | |
download | ATCD-116eecbbfabee239998ec55e510953dcd4644cf9.tar.gz |
added paragraph on Purify/Quantify support details
Diffstat (limited to 'ACE-INSTALL.html')
-rw-r--r-- | ACE-INSTALL.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index 0c825a71938..7697160c080 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -801,12 +801,12 @@ do not, follow these steps to add them.</P> <LI>Now go to the Project settings. <LI>For the General Settings, change the output directories to standard ACE output directores. Intermediate Directories are "Debug" and - "Release" in most cases. The Output Directories are blank, - except for Release versions of executables, in which it is also - "Release". + "Release" in most cases. The Output Directories are blank, + except for Release versions of executables, in which it is also + "Release". <LI>For the C/C++ Settings, make sure that the Code Generation's runtime library is set to "Multithreaded DLL" or "Debug Multithreaded - DLL". + DLL". </OL> <HR> @@ -1357,6 +1357,13 @@ Also, combinations of certain flags may or may not be allowed on specific platforms, e.g., debug=1 opt=1 is supported by g++ but not all other C++ compilers.<P> +If you use Purify or Quantify: purify or quantify <strong>must</strong> +be on your <code>PATH</strong>. By default, ACE puts the Purify/Quantify +caches below <code>/tmp</code>. To override that, set the +<code>PURE_CACHE_BASE_DIR</code> variable, either in your environment +or on the <code>make</code> make command line, to the destination +directory for your instrumented libraries.<p> + <PRE> Flag Description ---- ----------- |