Removed the warning about compiler versions (seems unnecessary after Andrew's fixes) dev
authorDmitriy Morozov <dmitriy@mrzv.org>
Thu, 15 Jul 2010 10:19:18 -0700
branchdev
changeset 213 3568e0bfe2cd
parent 212 291f6edf27b9
child 214 ee0dca73ea47
Removed the warning about compiler versions (seems unnecessary after Andrew's fixes)
doc/get-build-install.rst
--- a/doc/get-build-install.rst	Mon Jul 12 09:53:30 2010 -0700
+++ b/doc/get-build-install.rst	Thu Jul 15 10:19:18 2010 -0700
@@ -37,19 +37,6 @@
   :Boost_:              C++ utilities (version :math:`\geq` 1.36; including Boost.Python used to create
                         Python bindings)
 
-.. warning::
-
-    There also seems to be a dependence on the version of GCC, although I don't
-    entirely understand it. GCC 4.3 and above definitely work, but some versions
-    below that seem not to.
-
-    One particular catch is that the default compiler on many current Mac OS X
-    is GCC 4.0 that has a well-known bug making Dionysus unusable. Fortunately
-    the problem is easy to solve by using GCC 4.2 that is often available on a
-    Mac under the name ``gcc-4.2``.
-
-    One can check the compiler version with ``g++ --version`` command.
-
 Optional dependencies:
 
   :CGAL_:               for alpha shapes and vineyards   (version :math:`\geq` 3.4)