c++ - My code compiles fine in Cygwin on windows 7 but fails in Linux due to case-sensitivity -
i compiling code has case-insensitive includes (for example let's there file named srs.h in 1 of source file needs compiled included #include <srs.h>). when compile such files in cygwin 64 on windows 7 compile fine in centos it's error (file not found). how can achieve centos behavior in cygwin on windows 7?
Comments
Post a Comment