Skip to Content.
Sympa Menu

cgal-discuss - CGAL-3.3 and Intel compiler (9 or 10) on Linux

Subject: CGAL users discussion list

List archive

CGAL-3.3 and Intel compiler (9 or 10) on Linux


Chronological Thread 
  • From: Julie Bernauer <>
  • To:
  • Subject: CGAL-3.3 and Intel compiler (9 or 10) on Linux
  • Date: Fri, 20 Jul 2007 15:14:19 -0700

Hi all,

I was just wondering whether anybody has CGAL-3.3 compiling with Intel Compilers 9 or 10 on Linux.

The CGAL installer does not seem to add the options automatically for compiling and I guess I missed something which gives me this error:
vvvvvvvvvvvv error log for libCGAL static shown below vvvvvvvvvvvv
icc -O2 -mp '-I/home/julie/Sources/CGAL/CGAL-3.3/CGAL-3.3/include/CGAL/config/i686_Linux-2.6_icc-9.1' '-I/home/julie/Sources/CGAL/CGAL-3.3/CGAL-3.3/include' -Kc++ -c assertions.cpp
icc -O2 -mp '-I/home/julie/Sources/CGAL/CGAL-3.3/CGAL-3.3/include/CGAL/config/i686_Linux-2.6_icc-9.1' '-I/home/julie/Sources/CGAL/CGAL-3.3/CGAL-3.3/include' -Kc++ -c Bbox_2_intersections.cpp
/home/julie/Sources/CGAL/CGAL-3.3/CGAL-3.3/include/CGAL/Point_2.h(80): error: expected an identifier
(const T1 &x, const T2 &y)
^

The only custom flag I have is -Kc++ for compiler and linker as in this configuration, icc does not seem to detect it is c++ files (this detection works outside of CGAL, that's why I think I missed something...).
Below are my librairies version for information.

Thanks very much in advance for your help,

Julie

--
Julie Bernauer
Levitt group, Computational Structural Biology, Clark Center S255
318 Campus Drive, Stanford CA94305, USA
Tel: +1 (650) 723 5720 Fax: +1 (650) 724 4021


Choosing Intel 9.1 as compiler.
Cached CGAL_INSTALL_VERSION... 38808
Cached BOOST_VERSION... 1.33.1
Cached BOOST_PROGRAM_OPTIONS_VERSION... 1.33.1
Cached X11_VERSION... 11.0
Cached GMP_VERSION... 4.2.1
Cached GMPXX_VERSION... 4.2.1
Cached MPFR_VERSION... 2.2.1
Cached ZLIB_VERSION... 1.2.3.3
Cached OPENGL_VERSION... 2.1
Cached BOOST_SUPPORT... y
Cached BOOST_PROGRAM_OPTIONS_SUPPORT... y
Cached X11_SUPPORT... y
Cached GMP_SUPPORT... y
Cached GMPXX_SUPPORT... y
Cached MPFR_SUPPORT... y
Cached ZLIB_SUPPORT... y
Cached OPENGL_SUPPORT... y
Cached CUSTOM_CXXFLAGS... -Kc++
Cached CUSTOM_LDFLAGS... -Kc++
Cached ENABLE_SHARED... y
Cached ENABLE_STATIC... y




Archive powered by MHonArc 2.6.16.

Top of Page