summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-21 22:12:33 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-21 22:12:33 +0000
commit4110b7093a60c4cb68d3b845d67242b90a219466 (patch)
tree8093dac9bf4f7c0374efa976c3e8358b169d2e6e
parent3ac2dcca827a1aaff86d97b55be474bc7000adea (diff)
downloadATCD-4110b7093a60c4cb68d3b845d67242b90a219466.tar.gz
ChangeLogTag:Wed Mar 21 16:08:32 2001 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a15
-rw-r--r--TAO/orbsvcs/tests/AVStreams/benchmark/Makefile2
2 files changed, 14 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index f22781ae87f..07050f3dcb7 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,6 +1,17 @@
+Wed Mar 21 16:08:32 2001 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ The followings are contributions from Scott Snyder
+ <snyder@fnal.gov> to make ACE happy on Digital UNIX with KCC
+ 3.4d.
+
+ * orbsvcs/tests/AVStreams/benchmark/Makefile: Got a bunch of
+ errors when compiling on Digital UNIX. This is because the
+ Makefile in this directory is making a bogus definition of
+ DCFLAGS.
+
Wed Mar 21 15:17:58 2001 Balachandran Natarajan <bala@cs.wustl.edu>
- * tao/Transport.cpp:
+ * tao/Transport.cpp:
* tao/Transport.h:
* tao/Transport.inl:
* tao/Transport_Cache_Manager.h:
@@ -16,7 +27,7 @@ Wed Mar 21 13:48:44 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* docs/Options.html: Added the missing default reactor type to the
documentation of "-ORBReactorType". Thanks to Craig Rodrigues
- for poiting this out.
+ for poiting this out.
Wed Mar 21 11:23:31 2001 Ossama Othman <ossama@uci.edu>
diff --git a/TAO/orbsvcs/tests/AVStreams/benchmark/Makefile b/TAO/orbsvcs/tests/AVStreams/benchmark/Makefile
index 929b385bda4..e5618251aba 100644
--- a/TAO/orbsvcs/tests/AVStreams/benchmark/Makefile
+++ b/TAO/orbsvcs/tests/AVStreams/benchmark/Makefile
@@ -44,7 +44,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
#include $(ACE_ROOT)/include/makeinclude/rules.bin.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-DCFLAGS = -g
+#DCFLAGS = -g
LDFLAGS += -L$(TAO_ROOT)/orbsvcs/orbsvcs -L$(TAO_ROOT)/tao
CPPFLAGS += -I$(TAO_ROOT)/orbsvcs -I$(TAO_ROOT)/orbsvcs/orbsvcs/AV \
-I$(TAO_ROOT)