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
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 $?
2 matches
Mail list logo