The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 01-31-2008
sidinsd sidinsd is offline
Registered User
  
 

Join Date: Jan 2008
Posts: 2
Please send me a private message

Hello, Mr. Porter.

I am trying to use Windows SFU version 3.5 to port a UNIX POSIX compliant C program to Windows. You say you use this version, do you use it to compile programs or just for other tasks?

The problem I am running into is that it seems there are a bunch of Windows external references that get thrown in automatically by the cc command that are not in the libraries provided by the SFU system. The specific external reference is __security_cookie and in Windows it is in the mscvrt.lib file, but it doesn't seem to be in any of the .a files provided by the SFU.

Any help you could provide for me on this subject would be greatly appreciated.