Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: fatal error LNK1104: can not open file 'CGAL_Qt4-vc90-mt-gd.lib'

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: fatal error LNK1104: can not open file 'CGAL_Qt4-vc90-mt-gd.lib'


Chronological Thread 
  • From: Chad Liu <>
  • To:
  • Subject: [cgal-discuss] Re: fatal error LNK1104: can not open file 'CGAL_Qt4-vc90-mt-gd.lib'
  • Date: Fri, 11 Jun 2010 02:24:15 -0700 (PDT)

This is libary CGAL with Qt4

When you install CGAL, you have to install Qt4 in order to get this file.

and at install CGAL steps,

1. cmake .

and set the Qt4 configure corrently.

or

2. go to $(CGAL_DIR)/src/CGALQt4
    cmake . // build CGALQt only

You will be able to complie and get the file  'CGAL_Qt4-vc90-mt-gd.lib' in $(CGAL)/lib

 

2010/6/11 Hulusi [via cgal-discuss] <[hidden email]>
Hi,

When I try to build an example, the building fail and I have this error :

fatal error LNK1104: can not open file 'CGAL_Qt4-vc90-mt-gd.lib'

I searched this file in my hard disc but I was not able to find it.

Do you know how to get it, and what is this?

Thank you for your help

Best reagrds

Hulusi


View message @ http://cgal-discuss.949826.n4.nabble.com/fatal-error-LNK1104-can-not-open-file-CGAL-Qt4-vc90-mt-gd-lib-tp2251501p2251501.html
To start a new topic under cgal-discuss, email [hidden email]
To unsubscribe from cgal-discuss, click here.




View this message in context: Re: fatal error LNK1104: can not open file 'CGAL_Qt4-vc90-mt-gd.lib'
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page