summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-02 19:14:44 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-02 19:14:44 +0000
commitf8e951bac7e6c4fda7209642d8c2d7464a9653ad (patch)
tree873a9961b0701f40b2042e2627b84ebe92474f9b /include
parent5d179fc6a580a3527e4901124ea1908a5583ce06 (diff)
downloadATCD-f8e951bac7e6c4fda7209642d8c2d7464a9653ad.tar.gz
updated comments to recommend not using Sun C++ 4.1
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_sunos5_sunc++.GNU16
1 files changed, 7 insertions, 9 deletions
diff --git a/include/makeinclude/platform_sunos5_sunc++.GNU b/include/makeinclude/platform_sunos5_sunc++.GNU
index 7b1cd018039..bcd2005a0ba 100644
--- a/include/makeinclude/platform_sunos5_sunc++.GNU
+++ b/include/makeinclude/platform_sunos5_sunc++.GNU
@@ -1,20 +1,18 @@
# $Id$
-# SunOS 5.x (Solaris 2.x) with SunC++ 4.2 or earlier
-# *not* using Orbix
+# SunOS 5.x (Solaris 2.x) with Sun C++ 4.2, *not* using Orbix.
#
-# Note: some ACE files might generate these kinds of warnings:
-# 1) "Warning: Could not find source for " one of the following:
+# With slight modification, this file could be used with Sun C++ 4.1.
+# However, it's likely that you won't be able to build all of ACE
+# with Sun C++ 4.1.
+#
+# Note: some ACE files might generate this warning:
+# "Warning: Could not find source for " one of the following:
# default constructor, copy constructor, destructor, or assignment
# operator. It appears that with +w, Sun C++ 4.x issues this warning
# whenever it has to generate one of these functions (because it wasn't
# defined by the user). This isn't really a problem.
# This warning appears to be fixed by Sun C++ 4.2 jumbo patch 104631-02.
-# 2) "Warning: <foo> hides the function " or "hides the same name in an
-# outer scope". A useful warning, perhaps, but not really a problem.
-# Again, this appears much more often with +w. The jumbo patch did not
-# remove it.
-# There should be no other warnings from Sun C++ when building ACE.
debug = 1
threads = 1