could mkgroup be updated to define the group root?

2014-04-06 Thread Patrick Rouleau
Hi! After a fresh Cygwin installation, /etc/group contains this line: root:S-1-5-32-544:0: When we update the file /etc/group with mkgroup, that line is lost. Is it possible to update mkgroup to include that line in its output? Thanks, P.Rouleau -- Problem reports: http://cygwin.com/prob

cpp gives various results depending on the path used

2013-11-29 Thread Patrick Rouleau
Hi, I looks like cpp gives various results depending on the path used. $ cpp --version cpp (GCC) 4.8.2 $ /lib/cpp dummy.c >q; echo $? cpp: error: spawn: No such file or directory 1 $ /bin/cpp dummy.c >q; echo $? cpp: error: spawn: No such file or directory 1 $ /usr/bin/cpp dummy.c >q; echo $?