Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] difficulties with clang and c+11

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] difficulties with clang and c+11


Chronological Thread 
  • From: Ruud Vlaming <>
  • To:
  • Subject: Re: [cgal-discuss] difficulties with clang and c+11
  • Date: Thu, 23 May 2013 14:40:37 +0200

On 22-05-13 22:03, Marc Glisse wrote:
> On Wed, 22 May 2013, Ruud Vlaming wrote:
>
>> There seems to be unknown symbols called from CGAL, but also from
>> other object files. What is causing this is not clear to me yet. The
>> question is of course, is this still a CGAL problem? If not, i should
>> not bother you with this, i guess.
>
> Are you sure the various libraries (CGAL, boost, etc) were all compiled
> with clang using the same -stdlib option?

No, i am not, for i did not compile these libs by
hand (macports did). I assumed the make script would
take care of incompatibilities if needed. If this is not
the case, it is going to pose a problem, for other
programs may require libraries files with other
compiler switches again.

It seems i must use local copies of all dependencies,
and compile them separately. Hmm, this is going to
take much more time than anticipated ...

What is the standard way of handling this? Up to now
i did not have any problems when using for example
boost and c++11.

Ruud






Archive powered by MHonArc 2.6.18.

Top of Page