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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -