I can find the gcc, cc and/or c89 compilers with my SUA/Interix/SFU installation. Where are they?
You likely just installed the default selection of components. At installation time you should have also selected both the “Interix SDK” and “Interix GNU SDK” components from the Custom Installation. Now that you have SUA/Interix installed you can add these components to the current installation by starting the SFU installation again. The SUA installer will see that you have already done an installation and ask if you want to add/remove components. Check the boxes in the tree-like list of components for *both* the “Interix SDK” and “Interix GNU SDK.” This will install all of the developer tools and manual pages including ‘gcc’, ‘cc’ and ‘c89’. 4.05a – ‘c89’ and ‘cc’: Explanation of these utilities? The c89 and cc utilities allow programs and libraries to be build using Microsoft Visual C. These two utilities are special scripts that provide a Posix/Unix face to MSVC so that most command lines and make scripts don;t need to be changed. The behavior differences between c89 and cc are eno