1.5.17: problem building GNU screen

Yasutaka Atarashi atara-y@mx.scn.tv
Thu Jun 16 13:34:00 GMT 2005


I found a problem building GNU screen on cygwin 1.5.17.
Invoking ./configure leads to produce below error message.

>rm: cannot remove `conftext.exe': Permission denied.

The process `conftest.exe' keeps running so that rm cannot remove it.
I extracted problematic codes as an attachemnt:check.c.

>gcc -o check check.c ; ./check ; echo $? ; sleep 5 ; ps
0
PID PPID PGID WINPID TTY UID STIME COMMAND
1800 1 1800 1800 ? 13002 Jun 11 /usr/bin/ssh-agent
2164 1 2164 2164 ? 13002 Jun 12 /usr/local/bin/ck
212 2164 212 3664 0 13002 Jun 12 /usr/bin/tcsh
O 2500 1 1236 2500 0 13002 22:13:18 /home/atarashi/check
2064 212 2064 284 0 13002 22:13:23 /usr/bin/ps

>gcc -o check -DCHECK check.c ; ./check ; echo $? ; sleep 5 ; ps
0
PID PPID PGID WINPID TTY UID STIME COMMAND
1800 1 1800 1800 ? 13002 Jun 11 /usr/bin/ssh-agent
2164 1 2164 2164 ? 13002 Jun 12 /usr/local/bin/ck
212 2164 212 3664 0 13002 Jun 12 /usr/bin/tcsh
1068 212 1068 3192 0 13002 22:14:22 /usr/bin/ps

1.5.16 cygwin1.dll and snapshot cygwin1.dll on 20050614 have the same behaviour.
On the other hand, no processes are left on cygwin1.dll from 1.5.13 to 1.5.15 whether the macro `CHECK' is defined or not.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: check.c
Type: application/octet-stream
Size: 693 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20050616/3f5452ff/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 44985 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20050616/3f5452ff/attachment-0001.obj>
-------------- next part --------------
--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


More information about the Cygwin mailing list