Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Compile problem

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Compile problem


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] Compile problem
  • Date: Fri, 19 Sep 2008 22:41:23 +0200

Hi,

> Linker call:
> --------------
> icc -o ./tmp_test ./tmp_test.o
> -L/work/00981/pederzan/boost/install/lib
^^^^^^
> -L/work/00981/pederzan/boost/install/lib
> -Wl,-R/work/00981/pederzan/boost/install/lib:/work/00981/pederzan/boost/install/lib
> -lm
>
> Got the following error messages:
> ---------------------------------
> ./tmp_test.o: In function `main':
[...]
> ./tmp_test.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
^^^^^^^^^^^^^^^^^^^^

it seems that you're using icc to link with something compiled with g++. Most
probably this is not going to work.

Note that icc 9.0 is supported under Windows only, not Linux.

Joachim



Archive powered by MHonArc 2.6.16.

Top of Page