CGAL GCC-2.95

CGAL-2.0

+

gcc-2.95


Release 2.0 of CGAL does not compile ``out of the box'' with gcc-2.95[.1], because
In order to create libCGAL with gcc-2.95[.1], unpack CGAL-2.0_patch1.tar.gz in your CGAL root directory.

Next follow either (1) or (2):

(1) copy the files in include-2.95/CGAL to include/CGAL and run install_cgal for gcc-2.95[.1]

(2) if you already have a CGAL makefile gcc-2.95[.1] (you can create one using install_cgal) make sure that the files in the directory include-2.95 are included first by adding -I<CGALROOT>/include-2.95 to CUSTOM_CXXFLAGS in the your CGAL makefile for gcc-2.95. Now set $(CGAL_MAKEFILE)$ to this file, goto src and type make -f makefile_lib and/or make -f makefile_sharedlib. Do not run install_cgal again after extending CUSTOM_CXXFLAGS, since install_cgal will create a new makefile for you.