Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Warnings when linking CGAL with other programs on WIndows

Subject: CGAL users discussion list

List archive

[cgal-discuss] Warnings when linking CGAL with other programs on WIndows


Chronological Thread 
  • From: Alexander Bruy <>
  • To:
  • Subject: [cgal-discuss] Warnings when linking CGAL with other programs on WIndows
  • Date: Thu, 20 Oct 2011 22:14:59 +0300

Hi all,

I successfully compile CGAL 3.9 on WIdows XP Pro SP3 with MSVC 2008 Express.
Now I want to compile another program that used CGAL (pgRouting). When I start
build I get several warnings

------ Build started: Project: routing, Configuration: Release Win32 ------

Compiling...

cl : Command line warning D9002 : ignoring unknown option '-g'

cl : Command line warning D9002 : ignoring unknown option '-lgmp'

cl : Command line warning D9002 : ignoring unknown option '-frounding-math'

As I understand this warnings related to CGAL and it's additional
libraries such as
gmp and mpfr. Is it safe to ignore this warnings or I need to change
something in
my development environment?

Thanks

P.S.: sorry for my bad English
--
Alexander Bruy



Archive powered by MHonArc 2.6.16.

Top of Page