Dear Cygwin users, I am trying to compile a project using VS6 compiler and makefiles generated by imake. When i run make from cygwin terminal it compiles everything without any problem. However if i run make from windows terminal (c:/cygwin/bin is already in Path) VS6 complains about various problems. such as:
winbase.h(1011) : error C2733: second C linkage of overloaded function 'InterlockedIncrement' not allowed mswsock.h(69) : error C2065: 'SOCKET' : undeclared identifier winsock2.h(85) : error C2378: 'SOCKET' : redefinition; symbol cannot be overloaded with a typedef Why make works with cygwin terminal but not with windows terminal. Thanks for your answers -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple