Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: 2>LINK : fatal error LNK1104: cannot open file 'CGAL-vc100-mt-gd-4.0.lib'

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: 2>LINK : fatal error LNK1104: cannot open file 'CGAL-vc100-mt-gd-4.0.lib'


Chronological Thread 
  • From: thedorkknight <>
  • To:
  • Subject: [cgal-discuss] Re: 2>LINK : fatal error LNK1104: cannot open file 'CGAL-vc100-mt-gd-4.0.lib'
  • Date: Mon, 21 Jan 2013 01:48:28 -0800 (PST)

i had a similar problem, this one i think is nothing to do with boost.
its the cgal library file which the compiler is searching.

and if i am not wrong, then possibly, you are not building the project in
debug mode also. thts why you are getting this error.

after you install using cmake, then you need to build the project. in debug
mode
(this is where you get the files with -gd- in the names.) and in release
mode.
and link the folder in your configuration flags (for e.g. the .pro file in
QT)

most important fact to consider. compile all the libraries either for 32 bit
or 64 bit
sometime it also creates a problem. i lost a weeks time because of such a
small error.

good luck.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/2-LINK-fatal-error-LNK1104-cannot-open-file-CGAL-vc100-mt-gd-4-0-lib-tp4656510p4656512.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page