Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] compile error on windows

Subject: CGAL users discussion list

List archive

[cgal-discuss] compile error on windows


Chronological Thread 
  • From: Robert Cervellione <>
  • To: <>
  • Subject: [cgal-discuss] compile error on windows
  • Date: Sun, 24 May 2009 12:19:09 -0400

i get the following error when trying to build skin_surface_3 example in vs
2008 on windows. there seam be be a bunch of .lib files missing. installed
the CGAL using the windows installer and boost using boost pro, i use vs 2008
as my IDE. i checked and the file exist nowhere on my computer. i assume
there a a few experts who use windows and i am wondering why there is not a
precompiled win 32 or 64 DLL library for CGAL.

Error 2 fatal error LNK1104: cannot open file 'CGAL-vc90-mt.lib'
SkinSurface SkinSurface


here is the build log

Command Lines

Creating temporary file "c:\Program Files
(x86)\CGAL-3.4\examples\Skin_surface_3\Release\RSP0000037961292.rsp" with
contents
[
/OUT:"Release\SkinSurface.dll" /INCREMENTAL /DLL /MANIFEST
/MANIFESTFILE:"Release\SkinSurface.dll.intermediate.manifest"
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"c:\Program
Files (x86)\CGAL-3.4\examples\Skin_surface_3\Release\SkinSurface.pdb"
/SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /DYNAMICBASE /NXCOMPAT /MACHINE:X86
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

".\Release\skin_surface_subdiv.obj"

".\Release\SkinSurface.dll.embed.manifest.res"
]
Creating command line "link.exe @"c:\Program Files
(x86)\CGAL-3.4\examples\Skin_surface_3\Release\RSP0000037961292.rsp" /NOLOGO
/ERRORREPORT:PROMPT"
Output Window

Linking...
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF'
specification
LINK : fatal error LNK1104: cannot open file 'CGAL-vc90-mt.lib'

thanks,
-robert


  • [cgal-discuss] compile error on windows, Robert Cervellione, 05/24/2009

Archive powered by MHonArc 2.6.16.

Top of Page