Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Naming convention of compiling libraries

Subject: CGAL users discussion list

List archive

[cgal-discuss] Naming convention of compiling libraries


Chronological Thread 
  • From: ayongwust_sjtu <>
  • To:
  • Subject: [cgal-discuss] Naming convention of compiling libraries
  • Date: Sun, 12 May 2013 20:47:32 -0700 (PDT)

Dear all,
Today, I built cgal4.2 with vs2010 in 32 bits.
The debug compiling gave me the static libraries:

libCGAL_Qt4-vc100-mt-gd-4.2.lib
libCGAL_Core-vc100-mt-gd-4.2.lib
libCGAL_ImageIO-vc100-mt-gd-4.2.lib
libCGAL-vc100-mt-gd-4.2.lib

When I use them in my project, I was terminated in by the error:
LINK : fatal error LNK1104: cannot open file 'CGAL-vc100-mt-gd-4.2.lib'

I am sure the debug compiling did not give me 'CGAL-vc100-mt-gd-4.2.lib',
and I am sure I reference libCGAL-vc100-mt-gd-4.2.lib in the linker input.
Why the application always seek for 'CGAL-vc100-mt-gd-4.2.lib'.
What does the stupid vs2010 do when it find libraries to link with? It
wasted me lots of time.

Hopeful somebody could share some ideas?
Thanks.
Regards,
Xianyong






-----
-------------

Regards,
Xianyong Liu
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Naming-convention-of-compiling-libraries-tp4657415.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page