[Cmake] CMake and Borland linker

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Fri Oct 4 10:27:24 EDT 2002


For Reference...Some LME's have been fixed in CBuilder 6. Unfortunately,
some new ones have been created too :)

JB
I'll try building itk with BCB6 when I get home next week


----- Original Message -----
From: <dean.inglis at on.aibn.com>
To: <cmake at public.kitware.com>
Sent: Friday, October 04, 2002 6:27 AM
Subject: [Cmake] CMake and Borland linker


> 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
>
>
> _______________________________________________
> Cmake mailing list
> Cmake at public.kitware.com
> http://public.kitware.com/mailman/listinfo/cmake
>




More information about the CMake mailing list