Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Linking Error

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Linking Error


Chronological Thread 
  • From: Mahmood Naderan <>
  • To:
  • Subject: Re: [cgal-discuss] Linking Error
  • Date: Mon, 21 Apr 2008 23:13:52 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=TDgVdvRbp9xRQJ0cwM6YRbCE4bdUE0vUi9qTPinbz+17M6BrxlhbD83fenlUorRAgzH70B7fSKF+iV/lcMX1Oa2kpwaLtzFLShuyqKBVeXCVZZj3t+TPvX1bFRwrx2JhbvjqoQRtabS6S6FCgNOplLaypie5iD73f30f38/Fa9w=;

> I Finally download all library that needed for  compiling Cgal  but after that  in linking these message   >appears
 
Hi,
You have to build the soltion in $(CGALROOT)\src
 
-------------------
Mahmood Naderan

 
 

 
----- Original Message ----
From: jalal sadeghi <>
To:
Sent: Tuesday, April 22, 2008 9:41:33 AM
Subject: [cgal-discuss] Linking Error

Hi All
I Finally download all library that needed for  compiling Cgal  but after that  in linking these message appears:

whats the problem?



Error    3    error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall std::_Container_base_secure::_Container_base_secure(void)" (__imp_??0_Container_base_secure@std@@QAE@XZ) referenced in function "protected: __thiscall std::_Container_base_aux_alloc_empty<class std::allocator<short> >::_Container_base_aux_alloc_empty<class std::allocator<short> >(class std::allocator<short>)"

 (??0?$_Container_base_aux_alloc_empty@V?$allocator@F@std@@@std@@IAE@V?$allocator@F@1@@Z)    CGAL-vc80-mt-gd.lib
Error    2    error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall std::_Container_base_secure::~_Container_base_secure(void)" (__imp_??1_Container_base_secure@std@@QAE@XZ) referenced in function "protected: __thiscall std::_Container_base_aux_alloc_empty<class std::allocator<short> >::~_Container_base_aux_alloc_empty<class std::allocator<short> >(void)"

 (??1?$_Container_base_aux_alloc_empty@V?$allocator@F@std@@@std@@IAE@XZ)    CGAL-vc80-mt-gd.lib
Error    1    error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::_Container_base_secure::_Orphan_all(void)const " (__imp_?_Orphan_all@_Container_base_secure@std@@QBEXXZ) referenced in function "public: class std::vector<short,class std::allocator<short> > & __thiscall std::vector<short,class std::allocator<short> >::operator=(class std::vector<short,class std::allocator<short> > const &)" (??4?$vector@FV?$allocator@F@std@@@std@@QAEAAV01@ABV01@@Z)    CGAL-vc80-mt-gd.lib

Error    4    fatal error LNK1120: 3 unresolved externals    Debug/alpha_shapes_3.exe



thanks


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.


Archive powered by MHonArc 2.6.16.

Top of Page