Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Problems installing CGAL 3.7 on Mac OSX

Subject: CGAL users discussion list

List archive

[cgal-discuss] Problems installing CGAL 3.7 on Mac OSX


Chronological Thread 
  • From: Vikash Gupta <>
  • To:
  • Subject: [cgal-discuss] Problems installing CGAL 3.7 on Mac OSX
  • Date: Fri, 22 Oct 2010 12:38:33 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:subject:date:message-id:to:mime-version:x-mailer; b=DvKt7uWiNmMhCJX+lQMEFamtkqTkJAaf/e8DKhgtJNANk0Pyicm7ZCruImhmlav3Lr hoYBLlCC+S7nVUXA6omh5OctqwzQN9IPCdpGE/0XAl2gj99lGYob6e1KFqwSvIvILkcN O0r5DgjRN7vlVnwJMeegn1UP/zEIfJ5hljCsY=

Hi everyone,
I am trying to install CGAL 3.7 on Snow Leopard. I have the current version of XCode installed, which means that I have a working gcc compiler in my /usr/bin directory. The gcc compiler is working properly as I tried compiling some test codes along with it.

But I am unable to compile the CGAL with cmake because it gives the following errors

-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/gcc
CMake Error: Generator: execution of make failed. Make command was: /opt/local/bin/gmake "cmTryCompileExec/fast"
-- Check for working C compiler: /usr/bin/gcc -- broken
CMake Error at /Applications/CMake 2.8-2.app/Contents/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
  The C compiler "/usr/bin/gcc" is not able to compile a simple test program.

  It fails with the following output:

   Change Dir: /Users/write2vikash/Documents/CGAL-3.7/CMakeFiles/CMakeTmp

  

  Run Build Command:/opt/local/bin/gmake "cmTryCompileExec/fast"

  No such file or directory

  Generator: execution of make failed.  Make command was:
  /opt/local/bin/gmake "cmTryCompileExec/fast"

  

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:6 (project)


-- Configuring incomplete, errors occurred!

Any help will be greatly appreciated.. 
Thanks 
Vikash

---
Vikash Gupta
Graduate Student,
Robotics and Autonomous Systems Laboratory
Vanderbilt University.
Web:http://people.vanderbilt.edu/~vikash.gupta
Blog:http://gvikash.blogspot.com/



---
Vikash Gupta
Graduate Student,
Robotics and Autonomous Systems Laboratory
Vanderbilt University.
Web:http://people.vanderbilt.edu/~vikash.gupta
Blog:http://gvikash.blogspot.com/






  • [cgal-discuss] Problems installing CGAL 3.7 on Mac OSX, Vikash Gupta, 10/22/2010

Archive powered by MHonArc 2.6.16.

Top of Page