summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-25 02:32:46 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-02-25 02:32:46 +0000
commit3d53f188313a042590d901a35e226d199e287877 (patch)
tree1663581e3bc418b68f0540b305847dd85a3f962c
parent6a472bde30e8d7c64df6bacaac5ef96ea9b1b5eb (diff)
downloadATCD-3d53f188313a042590d901a35e226d199e287877.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-97a5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a
index 039edc71bb7..4b7e6b714aa 100644
--- a/ChangeLog-97a
+++ b/ChangeLog-97a
@@ -3,10 +3,11 @@ Mon Feb 24 20:28:10 1997 David L. Levine <levine@cs.wustl.edu>
* include/makeinclude/platform_{irix5.3_g++,linux*,m88k,
osf1_4.0_g++,sco-nothread,sunos*g++,unixware_g++}.GNU:
changed C++ compiler (CXX) from gcc to g++ so that libg++
- will be linked in.
+ will be linked in. Thanks to James CE Johnson <jcej@lads.com>
+ for suggesting this.
* examples/IOStream/{client,server}/Makefile,tests/Makefile:
- removed -lg++ when gcc is the compiler because it's no
+ removed -lg++, when gcc is the compiler, because it's no
longer needed with g++ as the compiler.
Mon Feb 24 11:52:08 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>