[Cmake] CMake and Borland linker

dean.inglis at on.aibn.com dean.inglis at on.aibn.com
Thu Oct 3 22:27:14 EDT 2002


Hi 

I am running into pb's compiling static itk libs
with Linker Memory Errors (LME's) which are 
due to Borland's ilink32 generating state files
.tds that are ~35 Mb.  Does CMake borland generator
account for the linker flags as being set on 
command line with a / instead of a -? i.e.,  if
I want to set a linker flag to deal with this 
pb do I use:
CMAKE_LINKER_FLAGS_RELEASE:STRING=/Gn /v-
or
CMAKE_LINKER_FLAGS_RELEASE:STRING=-Gn -v-

Dean





More information about the CMake mailing list