Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From:
  • To:
  • Subject: Re: Re: [cgal-discuss] CGAL and Ubuntu
  • Date: Tue, 11 Dec 2007 17:04:44 +0100

>/usr/share/doc/libcgal-demo contains the tarballs with the demos and
>examples.

thank you, they were there. But When I want to make a demo, the previous "g++
can not b found" appears again although I installed g++!

>mahmood@magma:~/Tools/cgal/demo/Voronoi_diagram_2$
> make
>/usr/share/qt3/bin/moc -o my_window.moc my_window.h
>/usr/share/qt3/bin/moc -o qt_file_toolbar.moc qt_file_toolbar.h
>/usr/share/qt3/bin/moc -o qt_layers_toolbar.moc qt_layers_toolbar.h
>g++ -I../../include -Wall -frounding-math ->I/usr/include/qt3
> -Iinclude -c voronoi_diagram_2.C
>make: g++: Command not found
>make: *** [voronoi_diagram_2.o] Error 127

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++.

Regards,



Archive powered by MHonArc 2.6.16.

Top of Page