diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-16 19:32:48 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-16 19:32:48 +0000 |
commit | 464a0e68bfe5918d3ffc861c9de6c99a67f58a28 (patch) | |
tree | 329dfbe5aa1d17b54523a2e00a9a0386aed6455a | |
parent | 52e405245289dfb07dfc6c8c5d8a6b01164ac4b3 (diff) | |
download | ATCD-464a0e68bfe5918d3ffc861c9de6c99a67f58a28.tar.gz |
removed INSTALL file
-rw-r--r-- | ACE-INSTALL.html | 4 | ||||
-rw-r--r-- | FAQ | 2 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README | 12 |
4 files changed, 12 insertions, 10 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index bdaff25fe11..f94e22a9c20 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -294,7 +294,9 @@ If you use the GNU GCC C++ compiler please note the following: <P> macro in your include/makeinclude/platform_macros.GNU, and thereby use the default g++ implicit template instantiation.<P> - <LI> Thanks to Thilo Kielmann <kielmann@informatik.uni-siegen.de> + <LI> Thanks to Thilo Kielmann <<A + HREF="mailto:kielmann@informatik.uni-siegen.de"> + kielmann@informatik.uni-siegen.de</A>> for reporting the problem with ACE_Singleton on g++, and for helping to find and implement these solutions.<P> @@ -72,7 +72,7 @@ implement and reason about! Yes, that's exactly right. If you look at the files, they all contain ifdef's for features that aren't included in the ./include/makeinclude/wrapper_macros.GNU file. To make this more -obvious, I've enclosed the following message in the INSTALL file: +obvious, I've enclosed the following message in the ACE-INSTALL.html file: * Sun OS 4.1.x @@ -48,7 +48,8 @@ clone: (clone -s $(ACE_ROOT)/$$dir $$dir) \ done -RELEASE_FILES = ACE_wrappers/ACE-categories \ +RELEASE_FILES = ACE_wrappers/ACE-INSTALL.html \ + ACE_wrappers/ACE-categories \ ACE_wrappers/ACE-install.sh \ ACE_wrappers/ACE-lessons.html \ ACE_wrappers/ASNMP \ @@ -61,7 +62,6 @@ RELEASE_FILES = ACE_wrappers/ACE-categories \ ACE_wrappers/ChangeLog-94 \ ACE_wrappers/ChangeLog-93 \ ACE_wrappers/FAQ \ - ACE_wrappers/INSTALL \ ACE_wrappers/Makefile \ ACE_wrappers/README \ ACE_wrappers/STL \ @@ -257,12 +257,12 @@ http://www.cs.wustl.edu/~schmidt/ BUILDING AND INSTALLING ACE -Please refer to the INSTALL file for information on how to build and -test the ACE wrappers. The overall ACE release is very large (~1 -Meg). Therefore, I'm sorry, but I will be unable to distribute the -ACE wrappers via email. The BIBLIOGRAPHY file contains information on -where to obtain articles that describe the ACE wrappers and the -ADAPTIVE system in more detail. +Please refer to the ACE-INSTALL.html file for information on how to +build and test the ACE wrappers. The overall ACE release is very +large (~1 Meg). Therefore, I'm sorry, but I will be unable to +distribute the ACE wrappers via email. The BIBLIOGRAPHY file contains +information on where to obtain articles that describe the ACE wrappers +and the ADAPTIVE system in more detail. The current release has been tested extensively on Sun workstations running Sun OS 4.1.x and Solaris 2.x (on both SPARC and Intel |