The article discusses the challenges of building software natively on Windows, with a focus on the issue of symbolic links (symlinks). Although NTFS supports symlinks, their use is limited by default due to security concerns. The article suggests that cross-compiling binaries for Windows may be easier than building natively. The discussion reveals that many projects use symlinks, and their limitations on Windows can cause issues.