Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL and Ubuntu

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL and Ubuntu


Chronological Thread 
  • From: Daniel Duque Campayo <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL and Ubuntu
  • Date: Wed, 12 Dec 2007 09:47:17 +0100

On Tuesday 11 December 2007 17:04,

wrote:

> I found that the command is not g++ but it is "g++-3.3", but I don't know
> how to tell cgal, use "g++-3.3" and not g++.

It's strange g++ is not installed if some g++-x.y is. But, you may try (as
root):

which g++-3.3

answer: "path"/g++-3.3 (i.e., linux gives us the path to
g++-3.3, /usr/local/bin or wherever).

ln -s "path"/g++-3.3 "path"/g++ (replace "path" with path to g++-3.3).

(make a "link" to g++-3.3 so now calls to g++ point to it.)

Best,

Daniel


--
Daniel Duque
http://rincon.uam.es/dir?cw=950067138671875



Archive powered by MHonArc 2.6.16.

Top of Page