|   |
  |
Mon Aug 27 03:08:32 2007 |
jaltman - Ticket created
|
|
|
| |
  |
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
|
Download (untitled) 367b
|
|   |
  |
Mon Aug 27 03:08:34 2007 |
jaltman - Requestor jaltman@mit.edu added
|
|
|
|   |
  |
Mon Aug 27 03:08:35 2007 |
jaltman - Status changed from new to resolved
|
|
|
|   |
  |
Mon Aug 27 03:08:35 2007 |
jaltman - Component windows added
|
|
|
|   |
  |
Fri Oct 12 10:16:30 2007 |
jaltman - Version_reported 1.6.2 added
|
|
|
|   |
  |
Fri Oct 12 10:16:30 2007 |
jaltman - Target_Version 1.6.3 added
|
|
|
|   |
  |
Fri Oct 12 10:16:30 2007 |
jaltman - Tags pullup added
|
|
|
|   |
  |
Fri Oct 12 10:17:11 2007 |
jaltman - Subject changed from Windows 64-bit - avoid missing symbol errors to KFW: KFWLOGON: avoid missing symbol errors on 64-bit Windows
|
|
|
|   |
  |
Fri Oct 19 15:53:35 2007 |
jaltman - Subject changed from KFW: KFWLOGON: avoid missing symbol errors on 64-bit Windows to KFW: KFWLOGON: avoid missing symbol errors when building with VS 2005
|
|
|
|   |
  |
Fri Oct 19 15:56:53 2007 |
jaltman - Comments added
|
|
|
| |
  |
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.
|
Download (untitled) 453b
|
|   |
  |
Fri Oct 19 16:51:33 2007 |
tlyu - Version_Fixed 1.6.3 added
|
|
|
|   |
  |
Fri Oct 19 16:51:33 2007 |
tlyu - Correspondence added
|
|
|
| |
  |
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
|
Download (untitled) 590b
|