RT RT/krbdev.mit.edu: Ticket #5692 KFW: KFWLOGON: avoid missing symbol errors when building with VS 2005 Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
5692
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
  • windows
Version_reported
  • 1.6.2
Version_Fixed
  • 1.6.3
Target_Version
  • 1.6.3
Tags
  • pullup
 

 Relationships  
Depends on:
Depended on by:
Parents:
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Mon Aug 27 03:08:31 2007
Starts: Not set
Started: Mon Aug 27 03:08:34 2007
Last Contact: Fri Oct 19 16:51:36 2007
Due: Not set
Updated: Tue May 6 07:29:49 2008 by guest
 

 People  
Owner
 jaltman
Requestors
 jaltman@mit.edu
Cc
 
AdminCc
 
 

 More about Jeffrey Altman  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      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