Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: building example without CMAKE

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: building example without CMAKE


Chronological Thread 
  • From: Tapadi <>
  • To:
  • Subject: [cgal-discuss] Re: building example without CMAKE
  • Date: Wed, 13 Mar 2013 02:31:33 -0700 (PDT)

Hi,

I'm not compiling on Windows but I already had to deal with boost_thread
lib... Your problem sounds like Visual Studio is configured for adding "lib"
at the beginning of the filename it searches, as in unix makefile syntax (
-lgmp -lboost_thread etc).

Try renaming your boost_thread-vc100-mt-gd-1_47.lib into
libboost_thread-vc100-mt-gd-1_47.lib and see if VS does find the file.

I hope that will help a bit.
Best regards,
Hugo Loi
PhD student at Inria - Maverick Team
http://maverick.inria.fr/



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/building-example-without-CMAKE-tp4656935p4656937.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page