Skip Menu |
 

From: jaltman@mit.edu
Subject: SVN Commit
Microsoft defaults stack checking (/Gs) to on. This requires
that bufferoverflowU.lib be included in the link step. The
macro SCLIB in the build system specifies this library on
versions of Windows that require it. Include SCLIB on the
link line of the makefile.


Commit By: jaltman



Revision: 19881
Changed Files:
U trunk/src/windows/kfwlogon/Makefile.in
To be very specific about what this revision does, it adds the
bufferoverflowu.lib file to the compile step just as it is done in every
other Makefile.in which is built on Windows. If there are no symbols
required from the library, the library is ignored.

The $(SCLIB) variable resolves to the empty string when using the .NET
2003 compiler.

Failure to include this library when building with VS 2005 will result
in a failure during the link step.
From: tlyu@mit.edu
Subject: SVN Commit
pull up r19881 from trunk

r19881@cathode-dark-space: jaltman | 2007-08-27 03:08:24 -0400
ticket: new
subject: Windows 64-bit - avoid missing symbol errors
component: windows

Microsoft defaults stack checking (/Gs) to on. This requires
that bufferoverflowU.lib be included in the link step. The
macro SCLIB in the build system specifies this library on
versions of Windows that require it. Include SCLIB on the
link line of the makefile.




Commit By: tlyu



Revision: 20129
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/windows/kfwlogon/Makefile.in