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: Sun, 2 Dec 2007 17:13:27 +0100

>Works perfectly fine on ubuntu 7.10 and 7.04 here, just using
>"./install_cgal --prefix=/usr/local" from the unpacked CGAL dir. Are
>you sure g++ is installed? What is the output of "g++ --version"?

Thanks for you help, g++ was not installed:

mahmood@magma:~/CGAL-3.3.1$
g++ -v
The program 'g++' can be found in the following packages:
* g++
* pentium-builder (You will have to enable component called 'universe')
Try: sudo apt-get install <selected package>
bash: g++: command not found


but gcc is installed:
mahmood@magma:~/CGAL-3.3.1$
gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1
--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug
--enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)




Archive powered by MHonArc 2.6.16.

Top of Page