Skip to Content.
Sympa Menu

cgal-discuss - makefile

Subject: CGAL users discussion list

List archive

makefile


Chronological Thread 
  • From: "nimrod rubinstein" <>
  • To:
  • Subject: makefile
  • Date: Fri, 16 Nov 2007 23:31:16 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=WDytJ6fO96S3ZBiz4MXyg+YCHSAsByWfY7A6I3HrRQVfk8fwzngzohJVfOnMxbXK/qiggrItvnDdxWbTYTNV99D4JkNsU/WZKy4Y1uka1n5F6QmFxdJsKqv5jH/i0XNaLchWjB2jMTEgNPPTF6MMpn1fK9xOPy610KsLjQBD7I4=

Hi,

I have an application that uses CGAL. I ran the cgal_create_makefile
script but the resulting makefile is not able to pass compilation.
Specifically, no .o files are created during compilation thus linking
fails. I don't know much about makefiles, but looking into the one
created by the script I noticed that it does not list all the cpp and
h files in the lib in which the script is run.

Any suggestions?



Archive powered by MHonArc 2.6.16.

Top of Page