View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000525CMakepublic2004-01-18 19:252004-04-14 15:17
ReporterMathieu Malaterre 
Assigned ToBill Hoffman 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000525: CMake should allow use of -mno-cygwin
DescriptionIt would be nice if CMake would allow use of -mno-cygwin, thus we would be able to use real opengl32.dll/glu32.dll.

[Building Mingw executables using Cygwin]
http://www.delorie.com/howto/cygwin/mno-cygwin-howto.html [^]

Here are a few steps I used to compile VTK with -mno-cygwin:
CMAKE_CXX_FLAGS=-mno-cygwin
CMAKE_C_FLAGS=-mno-cygwin
CMAKE_SHARED_LINKER_FLAGS=-mno-cygwin #if building with shared on.

In vtkConfigure.h force use of VTK_USE_WIN32_THREADS (instead of pthread)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team