So, is POSIX subsystem still around? I have Visual Studio 2012. I tried to compile a "hello world" Posix application and it seems to be missing the entry point:
>cl stuff.cpp /Fostuff.obj /link /subsystem:posix
LINK : error LNK2001: unresolved external symbol __PosixProcessStartup unlink.exe : fatal error LNK1120: 1 unresolved externals
Some Googling shows that I need psxdll.lib and some other libraries, but where are they? Visual Studio does not have them, and neither does the latest Windows SDK. Did they quietly kill the ability to create POSIX apps without telling anyone?
This requires Windows 7 Ultimate or Enterprise. A minimal set of Microsoft Subsystem for Unix-based Applications (SUA) is installed, but you must download the rest of the bits from Microsoft:
http://www.microsoft.com/en-us/download/details.aspx?id=2391