This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1.5.17: problem building GNU screen


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.

Attachment: check.c
Description: Binary data

Attachment: cygcheck.out
Description: Binary data

--
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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]