[Cmake] nmake install is it removed for good?
Brad King
brad.king at kitware.com
Wed, 07 Apr 2004 11:14:07 -0400
ibiris at genius.org.br wrote:
> I believe that my cygwin is up to date, I get the following info for the
> cygwin dll when running cygcheck
>
> Cygwin DLL version info:
> DLL version: 1.5.9
> DLL epoch: 19
> DLL bad signal mask: 19005
> DLL old termios: 5
> DLL malloc env: 28
> API major: 0
> API minor: 112
> Shared data: 4
> DLL identifier: cygwin1
> Mount registry: 2
> Cygnus registry name: Cygnus Solutions
> Cygwin registry name: Cygwin
> Program options name: Program Options
> Cygwin mount registry name: mounts v2
> Cygdrive flags: cygdrive flags
> Cygdrive prefix: cygdrive prefix
> Cygdrive default prefix:
> Build date: Thu Mar 18 23:05:18 EST 2004
> Shared id: cygwin1S4
>
> What is the cygwin version used for the builds?
[snip]
> At 09:31 AM 4/7/2004, ibiris at genius.org.br wrote:
>
>>Hi,
>>
>>I downloaded (via cvs) the latest CMake and tried to build it on cygwin
>>using gcc 3.3.1. Doing a 'configure' is not successful, the error that
>>appears reads
>>
>>loading initial cache file
>>/cygdrive/c/builds/CMake/Bootstrap.cmk/InitialCacheFlags.cmake
>>Signal 11
I've just run configure successfully with what seems to be the exact
same cygwin system:
gcc (GCC) 3.3.1 (cygming special)
Cygwin DLL version info:
DLL version: 1.5.9
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 112
Shared data: 4
DLL identifier: cygwin1
Mount registry: 2
Cygnus registry name: Cygnus Solutions
Cygwin registry name: Cygwin
Program options name: Program Options
Cygwin mount registry name: mounts v2
Cygdrive flags: cygdrive flags
Cygdrive prefix: cygdrive prefix
Cygdrive default prefix:
Build date: Thu Mar 18 23:05:18 EST 2004
Shared id: cygwin1S4
I used the latest CVS version of CMake, and tried both in-source and
out-of-source builds. The cywgin installer only wants to updage zsh and
cygnusrv, so it is a very recent version of cygwin.
Therefore I do not seem to be able to duplicate your problem. What CVS
checkout command did you use?
-Brad