summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE-INSTALL.html3
-rw-r--r--TAO/ChangeLog-98c4
2 files changed, 6 insertions, 1 deletions
diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html
index 9e3eab7d23f..3d22b2b4546 100644
--- a/ACE-INSTALL.html
+++ b/ACE-INSTALL.html
@@ -493,7 +493,8 @@ need to do:<P>
<OL>
<LI> Install GNU make 3.7 or greater on your system (available via
- anonymous ftp from prep.ai.mit.edu in the pub/gnu directory).<P>
+ anonymous ftp from prep.ai.mit.edu in the pub/gnu directory).
+ You <EM>must</EM> use GNU make or ACE won't compile.<P>
<LI> Add an environment variable called ACE_ROOT that contains the
name of the root of the directory where you keep the ACE wrapper
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 6ba01ba5bee..4263c64fa11 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,7 @@
+Tue May 26 12:40:30 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
+
+ * tao/ORB.cpp: We seem to have an extra comma here...
+
Tue May 26 10:32:12 1998 Nanbor Wang <nanbor@cs.wustl.edu>
* TAO_IDL/tao_idl.dsp: Updated project files per Andy's changes.