Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL 3.6 first post-installation steps

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL 3.6 first post-installation steps


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] CGAL 3.6 first post-installation steps
  • Date: Mon, 26 Apr 2010 21:41:36 +0200

Hi,

> CMakeFiles/mesh_3D_image.dir/mesh_3D_image.o: In function `main':
> mesh_3D_image.cpp:(.text+0x1f6e): undefined reference to `_readImage(char
> const*)'
> mesh_3D_image.cpp:(.text+0x1f80): undefined reference to
> `CGAL::Image_3::private_read(point_image*)'
> collect2: ld returned 1 exit status
> make[2]: *** [mesh_3D_image] Error 1
> make[1]: *** [CMakeFiles/mesh_3D_image.dir/all] Error 2
> make: *** [all] Error 2

maybe we can help if you show us the compiler and linker commands that get
executed. You might need
to set CMAKE_VERBOSE_MAKEFILE to ON to see these commands. Were there any
errors during the
Configure/Generate step?

Joachim




Archive powered by MHonArc 2.6.16.

Top of Page